Searched defs:src_format_desc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c3715 const struct wined3d_format_desc *src_format_desc,
5501 const struct wined3d_format_desc *src_format_desc,
5518 src_fixup = get_complex_fixup(src_format_desc->color_fixup);
5522 dump_color_fixup_desc(src_format_desc->color_fixup);
5544 if (is_identity_fixup(src_format_desc->color_fixup))
5592 const struct wined3d_format_desc *src_format_desc,
5624 const struct wined3d_format_desc *src_format_desc,
5641 if(!((src_format_desc->Flags & WINED3DFMT_FLAG_FBO_ATTACHABLE) || (src_usage & WINED3DUSAGE_RENDERTARGET))
5645 if (!is_identity_fixup(src_format_desc->color_fixup) ||
5649 if (!(src_format_desc
5499 ffp_blit_supported(const struct wined3d_gl_info *gl_info, enum blit_operation blit_op, const RECT *src_rect, DWORD src_usage, WINED3DPOOL src_pool, const struct wined3d_format_desc *src_format_desc, const RECT *dst_rect, DWORD dst_usage, WINED3DPOOL dst_pool, const struct wined3d_format_desc *dst_format_desc) argument
5590 cpu_blit_supported(const struct wined3d_gl_info *gl_info, enum blit_operation blit_op, const RECT *src_rect, DWORD src_usage, WINED3DPOOL src_pool, const struct wined3d_format_desc *src_format_desc, const RECT *dst_rect, DWORD dst_usage, WINED3DPOOL dst_pool, const struct wined3d_format_desc *dst_format_desc) argument
5622 fbo_blit_supported(const struct wined3d_gl_info *gl_info, enum blit_operation blit_op, const RECT *src_rect, DWORD src_usage, WINED3DPOOL src_pool, const struct wined3d_format_desc *src_format_desc, const RECT *dst_rect, DWORD dst_usage, WINED3DPOOL dst_pool, const struct wined3d_format_desc *dst_format_desc) argument
[all...]
H A Darb_program_shader.c6890 const struct wined3d_format_desc *src_format_desc,
6902 src_fixup = get_complex_fixup(src_format_desc->color_fixup);
6906 dump_color_fixup_desc(src_format_desc->color_fixup);
6915 if (is_identity_fixup(src_format_desc->color_fixup))
6922 if (!is_complex_fixup(src_format_desc->color_fixup))
6888 arbfp_blit_supported(const struct wined3d_gl_info *gl_info, enum blit_operation blit_op, const RECT *src_rect, DWORD src_usage, WINED3DPOOL src_pool, const struct wined3d_format_desc *src_format_desc, const RECT *dst_rect, DWORD dst_usage, WINED3DPOOL dst_pool, const struct wined3d_format_desc *dst_format_desc) argument

Completed in 62 milliseconds