Home
last modified time | relevance | path

Searched refs:MAX_SAMPLERS (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dshader_types.h554 GLubyte SamplerUnits[MAX_SAMPLERS];
630 GLubyte SamplerTargets[MAX_SAMPLERS];
Dconfig.h193 #define MAX_SAMPLERS MAX_TEXTURE_IMAGE_UNITS macro
/third_party/mesa3d/src/mesa/program/
Dprogram.c214 for (unsigned i = 0; i < MAX_SAMPLERS; i++) in _mesa_init_gl_program()
Dprog_print.c878 for (i = 0; i < MAX_SAMPLERS; i++) { in _mesa_fprint_program_parameters()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c816 i < MIN2(state->next_sampler_index, MAX_SAMPLERS); i++) { in update_uniforms_shader_info()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c441 #define MAX_SAMPLERS 64 // ?? macro
466 const struct dxil_value *sampler_handles[MAX_SAMPLERS];