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/
H A 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, swizzl in si_make_texture_descriptor()
4005 gfx10_make_texture_descriptor( struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) gfx10_make_texture_descriptor() argument
4189 si_make_texture_descriptor(struct si_screen *screen, struct si_texture *tex, bool sampler, enum pipe_texture_target target, enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned width, unsigned height, unsigned depth, uint32_t *state, uint32_t *fmask_state) si_make_texture_descriptor() argument
4529 unsigned char state_swizzle[4]; si_create_sampler_view() local
[all...]
H A Dsi_pipe.h560 const unsigned char state_swizzle[4], unsigned first_level,

Completed in 12 milliseconds