Home
last modified time | relevance | path

Searched refs:state_swizzle (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2793 const unsigned char state_swizzle[4], in si_make_texture_descriptor()
2818 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle); in si_make_texture_descriptor()
2826 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle); in si_make_texture_descriptor()
2829 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle); in si_make_texture_descriptor()
2832 util_format_compose_swizzles(desc->swizzle, state_swizzle, swizzle); in si_make_texture_descriptor()
3036 unsigned char state_swizzle[4]; in si_create_sampler_view_custom() local
3071 state_swizzle[0] = state->swizzle_r; in si_create_sampler_view_custom()
3072 state_swizzle[1] = state->swizzle_g; in si_create_sampler_view_custom()
3073 state_swizzle[2] = state->swizzle_b; in si_create_sampler_view_custom()
3074 state_swizzle[3] = state->swizzle_a; in si_create_sampler_view_custom()
[all …]
Dsi_state.h333 const unsigned char state_swizzle[4],