Home
last modified time | relevance | path

Searched refs:maxComponents (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.cpp125 const int maxComponents = cases[caseNdx].maxComponents; in createTests() local
137 for (int compCount = minComponents-1; compCount < maxComponents; compCount++) in createTests()
145 const string caseName = string(cases[caseNdx].name) + (minComponents==maxComponents ? "" : ("_" + typeName)); in createTests()
H A DglsShaderConstExprTests.hpp57 int maxComponents; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderConstExprTests.cpp49 int maxComponents; member
249 const int maxComponents = testCase.maxComponents; in createTests() local
263 for (int component = minComponents - 1; component < maxComponents; component++) in createTests()
283 if (minComponents != maxComponents) in createTests()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2504 glw::GLint maxComponents = 0; in init() local
2511 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents); in init()
2514 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << maxComponents << tcu::TestLog::EndMessage; in init()
2521 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex); in init()
2534 if (testVertices * componentsPerVertex > maxComponents) in init()
3802 glw::GLint maxComponents = 0;
3805 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents);
3808 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << maxComponents << tcu::TestLog::EndMessage;
3813 if (maxComponents < 1024)
3816 m_maxEmitCount = de::min(maxVertices, maxComponents / componentsPerVerte
[all...]

Completed in 12 milliseconds