Searched refs:state_swizzle (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 3540 const unsigned char state_swizzle[4], in si_make_texture_descriptor() 3565 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor() 3573 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle); in si_make_texture_descriptor() 3576 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in si_make_texture_descriptor() 3579 util_format_compose_swizzles(desc->swizzle, state_swizzle, swizzle); in si_make_texture_descriptor() 3836 unsigned char state_swizzle[4]; in si_create_sampler_view_custom() local 3871 state_swizzle[0] = state->swizzle_r; in si_create_sampler_view_custom() 3872 state_swizzle[1] = state->swizzle_g; in si_create_sampler_view_custom() 3873 state_swizzle[2] = state->swizzle_b; in si_create_sampler_view_custom() 3874 state_swizzle[3] = state->swizzle_a; in si_create_sampler_view_custom() [all …]
|
D | si_state.h | 385 const unsigned char state_swizzle[4],
|