Searched refs:state_swizzle (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 4007 enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, in gfx10_make_texture_descriptor() 4031 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in gfx10_make_texture_descriptor() 4040 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle); in gfx10_make_texture_descriptor() 4044 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in gfx10_make_texture_descriptor() 4058 util_format_compose_swizzles(desc->swizzle, state_swizzle, swizzle); in gfx10_make_texture_descriptor() 4192 const unsigned char state_swizzle[4], unsigned first_level, in si_make_texture_descriptor() 4218 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor() 4227 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle); in si_make_texture_descriptor() 4229 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor() 4232 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in si_make_texture_descriptor() [all …]
|
D | si_pipe.h | 560 const unsigned char state_swizzle[4], unsigned first_level,
|