Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluShaderLibrary.hpp176 const int maxPatchVertices; // Used by tess shaders only member
183 , maxPatchVertices (maxPatchVertices_) in ProgramSpecializationParams()
/external/deqp/external/vulkancts/framework/vulkan/
DvkGlslToSpirV.cpp171 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp539 …nsert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessControlSpecialization()
559 …sert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessEvalSpecialization()
962 …const int maxPatchVertices = isTessellationPresent(m_spec) && isTessellationSupported(m_renderCtx,… in execute() local
967 …pecializeExtensions(m_spec.programs[progNdx].requiredExtensions, m_contextInfo), maxPatchVertices); in execute()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp538 …nsert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessControlSpecialization()
558 …sert(pair<string, string>("GL_MAX_PATCH_VERTICES", de::toString(specParams.maxPatchVertices))); in generateTessEvalSpecialization()
1766 const int maxPatchVertices = 4; // \todo [2015-08-05 pyry] Query in initPrograms() local
1770 …ationParams progSpecParams (m_spec, m_spec.programs[progNdx].requiredExtensions, maxPatchVertices); in initPrograms()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp512 Resources.maxPatchVertices = value; in ProcessConfigFile()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp2120 glw::GLint maxPatchVertices = 0; in getMaxPatchVertices() local
2122 gl.getIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in getMaxPatchVertices()
2124 return maxPatchVertices; in getMaxPatchVertices()