HomeSort by: relevance | last modified time | path
    Searched defs:MAX_SAMPLERS (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/glsl/
samplers.c 47 #define MAX_SAMPLERS 128
54 static GLuint Textures[MAX_SAMPLERS];
184 const GLint size = MAX_SAMPLERS;
344 if (NumSamplers > MAX_SAMPLERS)
345 NumSamplers = MAX_SAMPLERS;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
config.h 189 #define MAX_SAMPLERS MAX_TEXTURE_IMAGE_UNITS
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
config.h 201 #define MAX_SAMPLERS MAX_TEXTURE_IMAGE_UNITS
  /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
nir_to_dxil.c 395 #define MAX_SAMPLERS 64 // ??
418 const struct dxil_value *sampler_handles[MAX_SAMPLERS];

Completed in 57 milliseconds