HomeSort by relevance Sort by last modified time
    Searched refs:max_sampler (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state.h 115 int max_sampler; /* -1 if no samplers */ member in struct:sp_vertex_shader
122 int max_sampler; member in struct:sp_geometry_shader
139 int max_sampler; /* -1 if no samplers */ member in struct:sp_compute_shader
sp_state_derived.c 286 int max_sampler)
289 for (i = 0; i <= max_sampler; i++) {
298 set_shader_sampler(softpipe, PIPE_SHADER_COMPUTE, softpipe->cs->max_sampler);
307 softpipe->vs->max_sampler);
312 softpipe->gs->max_sampler);
sp_state_shader.c 224 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER];
293 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER];
402 state->max_sampler = state->info.file_max[TGSI_FILE_SAMPLER];

Completed in 459 milliseconds