Searched refs:state_swizzle (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c3802 enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level,
3826 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle);
3835 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle);
3839 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle);
3848 util_format_compose_swizzles(desc->swizzle, state_swizzle, swizzle);
3974 const unsigned char state_swizzle[4], unsigned first_level,
4000 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle);
4009 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle);
4011 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle);
4014 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzl
3800 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) argument
3971 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) argument
4317 unsigned char state_swizzle[4]; local in function:si_create_sampler_view_custom
[all...]
H A Dsi_pipe.h519 const unsigned char state_swizzle[4], unsigned first_level,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c3688 const unsigned char state_swizzle[4],
3717 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle);
3726 util_format_compose_swizzles(swizzle_wwww, state_swizzle, swizzle);
3728 util_format_compose_swizzles(swizzle_yyyy, state_swizzle, swizzle);
3731 util_format_compose_swizzles(swizzle_xxxx, state_swizzle, swizzle);
3734 util_format_compose_swizzles(desc->swizzle, state_swizzle, swizzle);
4050 unsigned char state_swizzle[4]; local in function:si_create_sampler_view_custom
4085 state_swizzle[0] = state->swizzle_r;
4086 state_swizzle[1] = state->swizzle_g;
4087 state_swizzle[
3683 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) argument
[all...]
H A Dsi_state.h507 const unsigned char state_swizzle[4],

Completed in 17 milliseconds