Home
last modified time | relevance | path

Searched refs:max_sampler (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c285 int max_sampler) in set_shader_sampler() argument
288 for (i = 0; i <= max_sampler; i++) { in set_shader_sampler()
297 set_shader_sampler(softpipe, PIPE_SHADER_COMPUTE, softpipe->cs->max_sampler); in softpipe_update_compute_samplers()
306 softpipe->vs->max_sampler); in update_tgsi_samplers()
311 softpipe->gs->max_sampler); in update_tgsi_samplers()
Dsp_state.h114 int max_sampler; /* -1 if no samplers */ member
121 int max_sampler; member
138 int max_sampler; /* -1 if no samplers */ member
Dsp_state_shader.c253 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_vs_state()
314 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_gs_state()
436 state->max_sampler = state->info.file_max[TGSI_FILE_SAMPLER]; in softpipe_create_compute_state()