HomeSort by: relevance | last modified time | path
    Searched refs:MaxCombinedAtomicCounters (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
gl_nir_link_atomics.c 366 if (total_atomic_counters > ctx->Const.MaxCombinedAtomicCounters)
link_atomics.cpp 346 if (total_atomic_counters > ctx->Const.MaxCombinedAtomicCounters)
glsl_parser_extras.h 543 unsigned MaxCombinedAtomicCounters;
glsl_parser_extras.cpp 140 this->Const.MaxCombinedAtomicCounters = ctx->Const.MaxCombinedAtomicCounters;
builtin_variables.cpp 868 state->Const.MaxCombinedAtomicCounters);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_atomics.cpp 346 if (total_atomic_counters > ctx->Const.MaxCombinedAtomicCounters)
glsl_parser_extras.h 535 unsigned MaxCombinedAtomicCounters;
glsl_parser_extras.cpp 134 this->Const.MaxCombinedAtomicCounters = ctx->Const.MaxCombinedAtomicCounters;
builtin_variables.cpp 771 state->Const.MaxCombinedAtomicCounters);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 544 c->MaxCombinedAtomicCounters =
546 if (!c->MaxCombinedAtomicCounters)
547 c->MaxCombinedAtomicCounters = MAX_ATOMIC_COUNTERS;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c 474 c->MaxCombinedAtomicCounters =
476 if (!c->MaxCombinedAtomicCounters)
477 c->MaxCombinedAtomicCounters = MAX_ATOMIC_COUNTERS;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
context.c 627 consts->MaxCombinedAtomicCounters = MAX_ATOMIC_COUNTERS;
mtypes.h 4192 GLuint MaxCombinedAtomicCounters;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
context.c 714 consts->MaxCombinedAtomicCounters = MAX_ATOMIC_COUNTERS;
mtypes.h 4055 GLuint MaxCombinedAtomicCounters;
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 334 { GL_MAX_COMBINED_ATOMIC_COUNTERS, CONTEXT_INT(Const.MaxCombinedAtomicCounters), extra_ARB_shader_atomic_counters_es31 },
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 328 { GL_MAX_COMBINED_ATOMIC_COUNTERS, CONTEXT_INT(Const.MaxCombinedAtomicCounters), extra_ARB_shader_atomic_counters },

Completed in 60 milliseconds