Searched refs:swizzle_format (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_surface.c213 enum xa_formats swizzle_format = xa_format_unknown; local in function:vmwgfx_hw_composite_src_stage
222 swizzle_format = xa_format(xa_format_bpp(format),
238 (swizzle_format != xa_format_unknown &&
239 vmwgfx_old_format_compatible(swizzle_format, old_format))) {
245 if (swizzle_format != xa_format_unknown &&
246 xa_format_check_supported(vsaa->xat, swizzle_format, vpix->xa_flags) ==
248 format = swizzle_format;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_texture.h39 unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format,
H A Dr300_texture.c102 unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format, argument
124 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
126 memcpy(swizzle, swizzle_format, 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_texture.h39 unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format,
H A Dr300_texture.c103 unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format, argument
125 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
127 memcpy(swizzle, swizzle_format, 4);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h842 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format,
H A Dr600_state_common.c2563 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format, argument
2585 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
2587 memcpy(swizzle, swizzle_format, 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h848 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format,
H A Dr600_state_common.c2643 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format, argument
2665 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
2667 memcpy(swizzle, swizzle_format, 4);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1081 swizzle_format(enum pipe_format format, const int * const swizzle) function in typeref:enum:pipe_format
1184 dst = swizzle_format(dst, swizzle);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1452 swizzle_format(enum pipe_format format, const int * const swizzle) function in typeref:enum:pipe_format
1555 dst = swizzle_format(dst, swizzle);

Completed in 66 milliseconds