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

  /external/mesa3d/src/mesa/main/
config.h 201 #define MAX_SAMPLERS MAX_TEXTURE_IMAGE_UNITS
texstate.c 585 for (s = 0; s < MAX_SAMPLERS && (1 << s) <= prog[i]->SamplersUsed; s++) {
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compiler.h 138 uint16_t swizzles[MAX_SAMPLERS];
162 enum gen6_gather_sampler_wa gen6_gather_wa[MAX_SAMPLERS];
brw_wm.c 243 for (unsigned int i = 0; i < MAX_SAMPLERS; i++) {
272 for (unsigned int i = 0; i < MAX_SAMPLERS; i++) {
brw_nir.c 682 for (unsigned s = 0; s < MAX_SAMPLERS; s++) {
  /external/mesa3d/src/intel/blorp/
blorp.c 154 for (int i = 0; i < MAX_SAMPLERS; i++)
  /external/mesa3d/src/mesa/program/
program.c 209 for (unsigned i = 0; i < MAX_SAMPLERS; i++)
prog_print.c 876 for (i = 0; i < MAX_SAMPLERS; i++) {
  /external/mesa3d/src/compiler/glsl/
link_uniforms.cpp 586 i < MIN2(this->next_sampler, MAX_SAMPLERS);
858 gl_texture_index targets[MAX_SAMPLERS];
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 230 for (int i = 0; i < MAX_SAMPLERS; i++) {
    [all...]

Completed in 1092 milliseconds