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

  /external/deqp-deps/glslang/glslang/Include/
ResourceLimits.h 114 int maxPatchVertices;
  /external/deqp/modules/gles31/functional/
es31fNegativeTessellationTests.cpp 321 int maxPatchVertices= 0;
324 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices);
328 oss << (maxPatchVertices + 1);
397 int maxPatchVertices= 0;
398 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices);
402 ctx.glPatchParameteri(GL_PATCH_VERTICES, maxPatchVertices + 1);
es31fProgramInterfaceQueryTestCase.cpp     [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 211 const int maxPatchVertices; // Used by tess shaders only
218 , maxPatchVertices (maxPatchVertices_)
  /external/deqp-deps/glslang/StandAlone/
ResourceLimits.cpp 106 /* .MaxPatchVertices = */ 32,
215 << "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n"
410 else if (tokenStr == "MaxPatchVertices")
411 resources->maxPatchVertices = value;
  /external/deqp/external/vulkancts/framework/vulkan/
vkShaderToSpirV.cpp 170 builtin->maxPatchVertices = 32;
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 543 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
563 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 541 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
561 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
    [all...]
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 296 "MaxPatchVertices 32\n"
504 else if (strcmp(token, "MaxPatchVertices") == 0)
505 Resources.maxPatchVertices = value;
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]
ParseHelper.cpp 543 if (type.getOuterArraySize() != resources.maxPatchVertices) {
546 type.changeOuterArraySize(resources.maxPatchVertices);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGlSpirvTests.cpp 171 builtin->maxPatchVertices = 32;
    [all...]

Completed in 175 milliseconds