Home
last modified time | relevance | path

Searched refs:maxPatchVertices (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp346 int maxPatchVertices= 0; in tessellation_control_invalid_vertex_count() local
349 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in tessellation_control_invalid_vertex_count()
353 oss << (maxPatchVertices + 1); in tessellation_control_invalid_vertex_count()
422 int maxPatchVertices= 0; in invalid_patch_parameteri() local
423 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in invalid_patch_parameteri()
427 ctx.glPatchParameteri(GL_PATCH_VERTICES, maxPatchVertices + 1); in invalid_patch_parameteri()
Des31fProgramInterfaceQueryTestCase.cpp2130 glw::GLint maxPatchVertices = 0; in getMaxPatchVertices() local
2132 gl.getIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in getMaxPatchVertices()
2134 return maxPatchVertices; in getMaxPatchVertices()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.hpp211 const int maxPatchVertices; // Used by tess shaders only member
218 , maxPatchVertices (maxPatchVertices_) in ProgramSpecializationParams()
/third_party/glslang/glslang/Include/
DResourceLimits.h114 int maxPatchVertices; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp216 …<< "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n" in GetDefaultTBuiltInResourceString()
411 resources->maxPatchVertices = value; in DecodeResourceLimits()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_wrapper.cpp84 outResources->maxPatchVertices = resources.MaxPatchVertices; in GetBuiltInResources()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp543 …nsert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessControlSpecialization()
563 …sert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessEvalSpecialization()
982 …const int maxPatchVertices = isTessellationPresent(m_spec) && isTessellationSupported(m_renderCtx,… in execute() local
987 …pecializeExtensions(m_spec.programs[progNdx].requiredExtensions, m_contextInfo), maxPatchVertices); in execute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h333 GLint maxPatchVertices = 0; member
DCompiler.cpp263 mResources.MaxPatchVertices = caps.maxPatchVertices; in Compiler()
DCaps.cpp1178 caps.maxPatchVertices = 32; in GenerateMinimumCaps()
DvalidationESEXT.cpp1516 if (value > context->getCaps().maxPatchVertices) in ValidatePatchParameteriEXT()
DContext.cpp1957 *params = mState.mCaps.maxPatchVertices; in getIntegervImpl()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp163 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp174 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp541 …nsert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessControlSpecialization()
561 …sert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessEvalSpecialization()
1716 const int maxPatchVertices = 4; // \todo [2015-08-05 pyry] Query in initPrograms() local
1720 …ationParams progSpecParams (m_spec, m_spec.programs[progNdx].requiredExtensions, maxPatchVertices); in initPrograms()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h428 Resources.maxPatchVertices = 32; in init_resources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1020 mNativeCaps.maxPatchVertices = LimitToInt(limitsVk.maxTessellationPatchSize); in ensureCapsInitialized()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp6849 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
7061 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
DParseHelper.cpp595 if (type.getOuterArraySize() != resources.maxPatchVertices) { in fixIoArraySize()
598 type.changeOuterArraySize(resources.maxPatchVertices); in fixIoArraySize()