Searched refs:expectedDataType (Results 1 – 4 of 4) sorted by relevance
235 std::string expectedDataType = ShaderTypeGenerator(isFloat, isNormalized, isUnsigned, 1); in MakeTestPipeline() local271 vs << " " << expectedDataType << " expected[" + std::to_string(kVertexNum) + "]"; in MakeTestPipeline()279 << expectedDataType << "("; in MakeTestPipeline()313 vs << " " << expectedDataType << " " << testVal << ";\n"; in MakeTestPipeline()314 vs << " " << expectedDataType << " " << expectedVal << ";\n"; in MakeTestPipeline()
235 std::string expectedDataType = ShaderTypeGenerator(isFloat, isNormalized, isUnsigned, 1); in MakeTestPipeline() local278 vs << "var expected : array<array<" << expectedDataType << ", " in MakeTestPipeline()286 << expectedDataType << "("; in MakeTestPipeline()322 vs << " var " << testVal << " : " << expectedDataType << ";\n"; in MakeTestPipeline()323 vs << " var " << expectedVal << " : " << expectedDataType << ";\n"; in MakeTestPipeline()
740 void ShaderParser::parseValueElement(DataType expectedDataType, ShaderCase::Value& result) in parseValueElement() argument742 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement()743 int scalarSize = getDataTypeScalarSize(expectedDataType); in parseValueElement()750 DE_ASSERT(mapDataTypeToken(m_curToken) == expectedDataType); in parseValueElement()
924 void ShaderParser::parseValueElement (DataType expectedDataType, Value& result) in parseValueElement() argument926 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement()927 int scalarSize = getDataTypeScalarSize(expectedDataType); in parseValueElement()934 DE_ASSERT(mapDataTypeToken(m_curToken) == expectedDataType); in parseValueElement()