Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c4007 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 …]
Dsi_pipe.h560 const unsigned char state_swizzle[4], unsigned first_level,