/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTessellationTests.cpp | 346 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()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 2130 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/ |
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/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | ResourceLimits.h | 114 int maxPatchVertices; member
|
/external/deqp-deps/glslang/StandAlone/ |
D | ResourceLimits.cpp | 216 …<< "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n" in GetDefaultTBuiltInResourceString() 411 resources->maxPatchVertices = value; in DecodeResourceLimits()
|
/external/angle/third_party/vulkan-deps/glslang/src/StandAlone/ |
D | ResourceLimits.cpp | 216 …<< "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n" in GetDefaultTBuiltInResourceString() 411 resources->maxPatchVertices = value; in DecodeResourceLimits()
|
/external/angle/src/compiler/translator/ |
D | glslang_wrapper.cpp | 84 outResources->maxPatchVertices = resources.MaxPatchVertices; in GetBuiltInResources()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcSpirvUtils.cpp | 162 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()
|
/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() 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/ |
D | vkShaderToSpirV.cpp | 172 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/angle/src/libANGLE/ |
D | Compiler.cpp | 258 mResources.MaxPatchVertices = caps.maxPatchVertices; in Compiler()
|
D | Caps.h | 983 GLint maxPatchVertices = 0; member
|
D | Caps.cpp | 1407 caps.maxPatchVertices = 32; in GenerateMinimumCaps()
|
D | validationESEXT.cpp | 1277 if (value > context->getCaps().maxPatchVertices) in ValidatePatchParameteriEXT()
|
D | Context.cpp | 1905 *params = mState.mCaps.maxPatchVertices; in getIntegervImpl()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 428 Resources.maxPatchVertices = 32; in init_resources()
|
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 508 Resources.maxPatchVertices = value; in ProcessConfigFile()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 992 mNativeCaps.maxPatchVertices = LimitToInt(limitsVk.maxTessellationPatchSize); in ensureCapsInitialized()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Initialize.cpp | 7230 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices); 7446 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
|
D | ParseHelper.cpp | 701 if (type.getOuterArraySize() != resources.maxPatchVertices) { in fixIoArraySize() 704 type.changeOuterArraySize(resources.maxPatchVertices); in fixIoArraySize()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 6926 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices); 7138 …rintf(builtInConstant, maxSize, "const int gl_MaxPatchVertices = %d;", resources.maxPatchVertices);
|
D | ParseHelper.cpp | 599 if (type.getOuterArraySize() != resources.maxPatchVertices) { in fixIoArraySize() 602 type.changeOuterArraySize(resources.maxPatchVertices); in fixIoArraySize()
|