Searched refs:mapOutputType (Results 1 – 2 of 2) sorted by relevance
694 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::ContextShaderProgram1065 …decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arra… in createProgramDeclaration()
1119 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::DrawTestShaderProgram1485 …decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arra… in createProgramDeclaration()