Searched defs:swizzle_format (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
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);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2163 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format, argument
2185 util_format_compose_swizzles(swizzle_format, swizzle_view, swizzle);
2187 memcpy(swizzle, swizzle_format, 4);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c1016 swizzle_format(enum pipe_format format, const int * const swizzle) function
1119 dst = swizzle_format(dst, swizzle);

Completed in 75 milliseconds