Home
last modified time | relevance | path

Searched refs:getGeometryNumOutputVertices (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.hpp120 uint32_t getGeometryNumOutputVertices(void) const;
H A Des31fProgramInterfaceDefinition.cpp582 uint32_t Program::getGeometryNumOutputVertices(void) const in getGeometryNumOutputVertices() function in deqp::gles31::Functional::ProgramInterfaceDefinition::Program
H A Des31fProgramInterfaceQueryTestCase.cpp2884 …const int totalOutputComponents = program->getGeometryNumOutputVertices() * usage.numOutputCompone… in checkShaderResourceUsage()
2894 {GL_MAX_GEOMETRY_OUTPUT_VERTICES, (int)program->getGeometryNumOutputVertices()}, in checkShaderResourceUsage()
H A Des31fProgramInterfaceDefinitionUtil.cpp266 << program->getGeometryNumOutputVertices() << ") out;\n"; in getShaderTypeDeclarations()