Searched refs:maxPatchVertices (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 176 const int maxPatchVertices; // Used by tess shaders only member 183 , maxPatchVertices (maxPatchVertices_) in ProgramSpecializationParams()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkGlslToSpirV.cpp | 171 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 539 …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/ |
D | vktShaderLibrary.cpp | 538 …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/ |
D | vktestframework.cpp | 512 Resources.maxPatchVertices = value; in ProcessConfigFile()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 2120 glw::GLint maxPatchVertices = 0; in getMaxPatchVertices() local 2122 gl.getIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in getMaxPatchVertices() 2124 return maxPatchVertices; in getMaxPatchVertices()
|