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 110 int max_sampler; /* -1 if no samplers */ member in struct:sp_vertex_shader
117 int max_sampler; member in struct:sp_geometry_shader
sp_state_sampler.c 311 int max_sampler)
315 for (i = 0; i <= max_sampler; i++) {
343 softpipe->vs->max_sampler);
354 softpipe->gs->max_sampler);
sp_state_shader.c 226 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER];
292 state->max_sampler = state->draw_data->info.file_max[TGSI_FILE_SAMPLER];

Completed in 44 milliseconds