Searched refs:mapOutputType (Results 1 – 2 of 2) sorted by relevance
757 static rr::GenericVecType mapOutputType (const Array::OutputType& type);774 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()1065 rr::GenericVecType ContextShaderProgram::mapOutputType (const Array::OutputType& type) in mapOutputType() function in deqp::gls::ContextShaderProgram1128 …decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arra… in createProgramDeclaration()
1149 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);1169 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()1452 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType() function in deqp::gls::__anond14e03d00111::DrawTestShaderProgram1515 …decl << sglr::pdec::VertexAttribute(std::string("a_") + de::toString(arrayNdx), mapOutputType(arra… in createProgramDeclaration()