HomeSort by relevance Sort by last modified time
    Searched full:maxpatchvertices (Results 1 - 24 of 24) sorted by null

  /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...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
ResourceLimits.h 114 int maxPatchVertices;
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 176 const int maxPatchVertices; // Used by tess shaders only
183 , maxPatchVertices (maxPatchVertices_)
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
resources.cc 88 /*.maxPatchVertices = */ 32,
  /external/mesa3d/src/compiler/glsl/
ast_array_index.cpp 126 return state->Const.MaxPatchVertices;
135 return state->Const.MaxPatchVertices;
glsl_parser_extras.h 518 unsigned MaxPatchVertices;
glsl_parser_extras.cpp 176 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices;
    [all...]
builtin_variables.cpp     [all...]
standalone.cpp 324 ctx->Const.MaxPatchVertices = 32;
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/vulkan-validation-layers/tests/
vktestframework.cpp 283 "MaxPatchVertices 32\n"
486 else if (strcmp(token, "MaxPatchVertices") == 0)
487 Resources.maxPatchVertices = value;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkGlslToSpirV.cpp 170 builtin->maxPatchVertices = 32;
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 539 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
559 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 538 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
558 params.insert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices)));
    [all...]
  /external/mesa3d/src/mesa/main/
get_hash_params.py     [all...]
context.c 721 consts->MaxPatchVertices = MAX_PATCH_VERTICES;
    [all...]
shaderapi.c     [all...]
mtypes.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Initialize.cpp     [all...]
ParseHelper.cpp 671 if (type.getOuterArraySize() != resources.maxPatchVertices) {
674 type.changeOuterArraySize(resources.maxPatchVertices);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 463 if (type.getOuterArraySize() != resources.maxPatchVertices) {
466 type.changeOuterArraySize(resources.maxPatchVertices);
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 947 milliseconds