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

  /external/deqp-deps/glslang/glslang/Include/
ResourceLimits.h 126 int maxTessEvaluationAtomicCounterBuffers;
  /external/deqp-deps/glslang/StandAlone/
ResourceLimits.cpp 118 /* .MaxTessEvaluationAtomicCounterBuffers = */ 0,
227 << "MaxTessEvaluationAtomicCounterBuffers " << DefaultTBuiltInResource.maxTessEvaluationAtomicCounterBuffers << "\n"
434 else if (tokenStr == "MaxTessEvaluationAtomicCounterBuffers")
435 resources->maxTessEvaluationAtomicCounterBuffers = value;
  /external/deqp/external/vulkancts/framework/vulkan/
vkShaderToSpirV.cpp 182 builtin->maxTessEvaluationAtomicCounterBuffers = 0;
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 308 "MaxTessEvaluationAtomicCounterBuffers 0\n"
528 else if (strcmp(token, "MaxTessEvaluationAtomicCounterBuffers") == 0)
529 Resources.maxTessEvaluationAtomicCounterBuffers = value;
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGlSpirvTests.cpp 183 builtin->maxTessEvaluationAtomicCounterBuffers = 0;
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]

Completed in 1227 milliseconds