Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dconfig.h201 #define MAX_SAMPLERS MAX_TEXTURE_IMAGE_UNITS macro
Dmtypes.h2119 GLubyte SamplerUnits[MAX_SAMPLERS];
2181 gl_texture_index SamplerTargets[MAX_SAMPLERS];
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h150 uint16_t swizzles[MAX_SAMPLERS];
174 enum gen6_gather_sampler_wa gen6_gather_wa[MAX_SAMPLERS];
Dbrw_nir.c804 for (unsigned s = 0; s < MAX_SAMPLERS; s++) { in brw_nir_apply_sampler_key()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c231 for (unsigned int i = 0; i < MAX_SAMPLERS; i++) { in brw_debug_recompile_sampler_key()
264 for (unsigned int i = 0; i < MAX_SAMPLERS; i++) { in brw_debug_recompile_sampler_key()
/external/mesa3d/src/intel/blorp/
Dblorp.c157 for (int i = 0; i < MAX_SAMPLERS; i++) in brw_blorp_init_wm_prog_key()
/external/mesa3d/src/mesa/program/
Dprogram.c210 for (unsigned i = 0; i < MAX_SAMPLERS; i++) in _mesa_init_gl_program()
Dprog_print.c877 for (i = 0; i < MAX_SAMPLERS; i++) { in _mesa_fprint_program_parameters()
/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp675 i < MIN2(this->next_sampler, MAX_SAMPLERS); in handle_samplers()
982 gl_texture_index targets[MAX_SAMPLERS];
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c268 for (int i = 0; i < MAX_SAMPLERS; i++) { in populate_sampler_prog_key()