Home
last modified time | relevance | path

Searched refs:samplers_list (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c291 softpipe->tgsi.samplers_list[PIPE_SHADER_VERTEX]); in softpipe_create_context()
297 softpipe->tgsi.samplers_list[PIPE_SHADER_GEOMETRY]); in softpipe_create_context()
Dsp_state_sampler.c317 softpipe->tgsi.samplers_list[shader][i] = in reset_sampler_variants()
323 sp_sampler_variant_bind_view(softpipe->tgsi.samplers_list[shader][i], in reset_sampler_variants()
Dsp_context.h161 struct sp_sampler_variant *samplers_list[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member
Dsp_state_derived.c250 tgsi.samplers_list[PIPE_SHADER_FRAGMENT]); in update_fragment_shader()