Searched refs:swizzle_format (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_xa_surface.c | 213 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 D | r300_texture.h | 39 unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format,
|
| H A D | r300_texture.c | 102 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 D | r300_texture.h | 39 unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format,
|
| H A D | r300_texture.c | 103 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 D | r600_pipe.h | 842 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format,
|
| H A D | r600_state_common.c | 2563 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 D | r600_pipe.h | 848 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format,
|
| H A D | r600_state_common.c | 2643 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 D | st_cb_texture.c | 1081 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 D | st_cb_texture.c | 1452 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