Home
last modified time | relevance | path

Searched defs:maxPatchVertices (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp346 int maxPatchVertices= 0; in tessellation_control_invalid_vertex_count() local
422 int maxPatchVertices= 0; in invalid_patch_parameteri() local
Des31fProgramInterfaceQueryTestCase.cpp2130 glw::GLint maxPatchVertices = 0; in getMaxPatchVertices() local
/third_party/vk-gl-cts/framework/opengl/
DgluShaderLibrary.hpp211 const int maxPatchVertices; // Used by tess shaders only member
/third_party/glslang/glslang/Include/
DResourceLimits.h114 int maxPatchVertices; member
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp982 …const int maxPatchVertices = isTessellationPresent(m_spec) && isTessellationSupported(m_renderCtx,… in execute() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp1716 const int maxPatchVertices = 4; // \todo [2015-08-05 pyry] Query in initPrograms() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h333 GLint maxPatchVertices = 0; member