Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
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(arra… in createProgramDeclaration()
DglsDrawTest.cpp1119 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);
1139 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()
1422 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType() function in deqp::gls::__anon9b8d5bd00111::DrawTestShaderProgram
1485 …decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arra… in createProgramDeclaration()