Searched refs:maxPatchVertices (Results 1 – 12 of 12) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTessellationTests.cpp | 321 int maxPatchVertices= 0; in tessellation_control_invalid_vertex_count() local 324 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in tessellation_control_invalid_vertex_count() 328 oss << (maxPatchVertices + 1); in tessellation_control_invalid_vertex_count() 397 int maxPatchVertices= 0; in invalid_patch_parameteri() local 398 ctx.glGetIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in invalid_patch_parameteri() 402 ctx.glPatchParameteri(GL_PATCH_VERTICES, maxPatchVertices + 1); in invalid_patch_parameteri()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2124 glw::GLint maxPatchVertices = 0; in getMaxPatchVertices() local 2126 gl.getIntegerv(GL_MAX_PATCH_VERTICES, &maxPatchVertices); in getMaxPatchVertices() 2128 return maxPatchVertices; in getMaxPatchVertices()
|
/external/deqp/framework/opengl/ |
D | gluShaderLibrary.hpp | 211 const int maxPatchVertices; // Used by tess shaders only member 218 , maxPatchVertices (maxPatchVertices_) in ProgramSpecializationParams()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | ResourceLimits.h | 114 int maxPatchVertices; member
|
/external/deqp-deps/glslang/StandAlone/ |
D | ResourceLimits.cpp | 215 …<< "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n" in GetDefaultTBuiltInResourceString() 411 resources->maxPatchVertices = value; in DecodeResourceLimits()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 543 …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() 989 …const int maxPatchVertices = isTessellationPresent(m_spec) && isTessellationSupported(m_renderCtx,… in execute() local 994 …pecializeExtensions(m_spec.programs[progNdx].requiredExtensions, m_contextInfo), maxPatchVertices); in execute()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkShaderToSpirV.cpp | 170 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 541 …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/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 505 Resources.maxPatchVertices = value; in ProcessConfigFile()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7356 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices); in add2ndGenerationSamplingImaging() 7533 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices); in add2ndGenerationSamplingImaging()
|
D | ParseHelper.cpp | 543 if (type.getOuterArraySize() != resources.maxPatchVertices) { in fixIoArraySize() 546 type.changeOuterArraySize(resources.maxPatchVertices); in fixIoArraySize()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGlSpirvTests.cpp | 171 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
|