Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp321 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()
Des31fProgramInterfaceQueryTestCase.cpp2124 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/
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/deqp-deps/glslang/StandAlone/
DResourceLimits.cpp215 …<< "MaxPatchVertices " << DefaultTBuiltInResource.maxPatchVertices << "\n" in GetDefaultTBuiltInResourceString()
411 resources->maxPatchVertices = value; in DecodeResourceLimits()
/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()
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/
DvkShaderToSpirV.cpp170 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/vulkan-validation-layers/tests/
Dvktestframework.cpp505 Resources.maxPatchVertices = value; in ProcessConfigFile()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp7356 …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()
DParseHelper.cpp543 if (type.getOuterArraySize() != resources.maxPatchVertices) { in fixIoArraySize()
546 type.changeOuterArraySize(resources.maxPatchVertices); in fixIoArraySize()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp171 builtin->maxPatchVertices = 32; in getDefaultBuiltInResources()