Searched refs:m_spirvTestType (Results 1 – 1 of 1) sorted by relevance
828 std::string m_spirvTestType; member in vkt::SpirVAssembly::SpvAsmTypeTests863 m_spirvTestType = UNDEFINED_SPIRV_TEST_TYPE; in SpvAsmTypeTests()868 m_spirvTestType = "v" + de::toString(m_vectorSize) + scalarType; in SpvAsmTypeTests()870 m_spirvTestType = scalarType; in SpvAsmTypeTests()913 specs["testtype"] = m_spirvTestType; in createInputTestfun()1436 specs["testtype"] = m_spirvTestType; in createStageTests()1458 specs["u32_function_pointer"] = deStringEqual(m_spirvTestType.c_str(), "i32") ? ("") in createStageTests()1459 : ("%fp_" + m_spirvTestType + " = OpTypePointer Function %" + m_spirvTestType + "\n"); in createStageTests()1612 const string constantType = (m_vectorSize > 1) ? testScalarType : m_spirvTestType; in createConstantDeclaration()1644 … += "%c_testtype_" + de::toString(compositeNdx) + " = OpSpecConstantComposite %" + m_spirvTestType; in createConstantDeclaration()[all …]