Home
last modified time | relevance | path

Searched refs:mapOutputType (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp694 static rr::GenericVecType mapOutputType (const Array::OutputType& type);
711 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()
1002 rr::GenericVecType ContextShaderProgram::mapOutputType (const Array::OutputType& type) in mapOutputType() function in deqp::gls::ContextShaderProgram
1065 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()
H A DglsDrawTest.cpp1150 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);
1170 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1453 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType() function in deqp::gls::__anon30985::DrawTestShaderProgram
1516 decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arrays[arrayNdx]->getOutputType())); in createProgramDeclaration()

Completed in 9 milliseconds