Home
last modified time | relevance | path

Searched refs:numOutputComponents (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp114 int numOutputComponents; member
H A Des31fProgramInterfaceDefinitionUtil.cpp1748 retVal.numOutputComponents = getNumComponents(shader, glu::STORAGE_OUT);
1786 retVal.numOutputComponents += 4;
1798 retVal.numOutputComponents += 4 * program->getTessellationNumOutputPatchVertices();
1810 retVal.numOutputComponents += 4;
H A Des31fProgramInterfaceQueryTestCase.cpp2520 { GL_MAX_VERTEX_OUTPUT_COMPONENTS, usage.numOutputComponents },
2596 const int totalOutputComponents = program->getGeometryNumOutputVertices() * usage.numOutputComponents;
2606 { GL_MAX_GEOMETRY_OUTPUT_COMPONENTS, usage.numOutputComponents },
2627 const int totalOutputComponents = program->getTessellationNumOutputPatchVertices() * usage.numOutputComponents + usage.numPatchOutputComponents;
2639 { GL_MAX_TESS_CONTROL_OUTPUT_COMPONENTS, usage.numOutputComponents },
2670 { GL_MAX_TESS_EVALUATION_OUTPUT_COMPONENTS, usage.numOutputComponents },

Completed in 6 milliseconds