Searched refs:gather_component (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_private.h150 unsigned gather_component:2; /* 0, 1, 2, 3 */ member in class:glsl_to_tgsi_instruction
H A Dst_glsl_to_tgsi.cpp4673 inst->gather_component = value.i;
6258 src[num_src].SwizzleX = inst->gather_component;
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d40_tex.c83 .gather_component = instr->component,
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d40_tex.c247 .gather_component = instr->component,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2163 int gather_component,
2174 args.gather_comp = gather_component;
2222 int gather_component,
2233 args.gather_comp = gather_component;
2156 mip_filter_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2215 mip_filter_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2177 int gather_component,
2188 args.gather_comp = gather_component;
2236 int gather_component,
2247 args.gather_comp = gather_component;
2170 mip_filter_nearest(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
2229 mip_filter_none(const struct sp_sampler_view * sp_sview,const struct sp_sampler * sp_samp,img_filter_func min_filter,img_filter_func mag_filter,const float s[TGSI_QUAD_SIZE],const float t[TGSI_QUAD_SIZE],const float p[TGSI_QUAD_SIZE],int gather_component,const float lod[TGSI_QUAD_SIZE],const struct filter_args * filt_args,float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) argument
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2279 unsigned gather_component = 0; local in function:vtn_handle_texture
2293 gather_component =
2365 instr->component = gather_component;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2867 unsigned gather_component = 0; local in function:vtn_handle_texture
2885 gather_component = vtn_constant_uint(b, w[idx++]);
3011 instr->component = gather_component;

Completed in 37 milliseconds