Home
last modified time | relevance | path

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

/external/deqp/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()
/external/deqp/framework/opengl/
DgluShaderLibrary.hpp211 const int maxPatchVertices; // Used by tess shaders only member
218 , maxPatchVertices (maxPatchVertices_) in ProgramSpecializationParams()
/external/deqp-deps/glslang/glslang/Include/
DResourceLimits.h114 int maxPatchVertices; member
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DResourceLimits.h114 int maxPatchVertices; member
/external/deqp-deps/glslang/StandAlone/
DResourceLimits.cpp216 …<< "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n" in GetDefaultTBuiltInResourceString()
411 resources->maxPatchVertices = value; in DecodeResourceLimits()
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/
DResourceLimits.cpp216 …<< "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n" in GetDefaultTBuiltInResourceString()
411 resources->maxPatchVertices = value; in DecodeResourceLimits()
/external/angle/src/compiler/translator/
Dglslang_wrapper.cpp84 outResources->maxPatchVertices = resources.MaxPatchVertices; in GetBuiltInResources()
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp162 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
/external/deqp/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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp172 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
/external/deqp/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()
1727 const int maxPatchVertices = 4; // \todo [2015-08-05 pyry] Query in initPrograms() local
1731 …ationParams progSpecParams (m_spec, m_spec.programs[progNdx].requiredExtensions, maxPatchVertices); in initPrograms()
/external/angle/src/libANGLE/
DCompiler.cpp258 mResources.MaxPatchVertices = caps.maxPatchVertices; in Compiler()
DCaps.h983 GLint maxPatchVertices = 0; member
DCaps.cpp1407 caps.maxPatchVertices = 32; in GenerateMinimumCaps()
DvalidationESEXT.cpp1277 if (value > context->getCaps().maxPatchVertices) in ValidatePatchParameteriEXT()
DContext.cpp1905 *params = mState.mCaps.maxPatchVertices; in getIntegervImpl()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h428 Resources.maxPatchVertices = 32; in init_resources()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp508 Resources.maxPatchVertices = value; in ProcessConfigFile()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp992 mNativeCaps.maxPatchVertices = LimitToInt(limitsVk.maxTessellationPatchSize); in ensureCapsInitialized()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp7230 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
7446 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
DParseHelper.cpp701 if (type.getOuterArraySize() != resources.maxPatchVertices) { in fixIoArraySize()
704 type.changeOuterArraySize(resources.maxPatchVertices); in fixIoArraySize()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp6926 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
7138 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
DParseHelper.cpp599 if (type.getOuterArraySize() != resources.maxPatchVertices) { in fixIoArraySize()
602 type.changeOuterArraySize(resources.maxPatchVertices); in fixIoArraySize()