Searched refs:full_operation (Results 1 – 1 of 1) sorted by relevance
1927 …string full_operation (spirvExtension ? resultName + " = OpExtInst %" + m_spirvTestType + " %ext… in createTests() local1930 finalizeFullOperation(full_operation, resultName, returnHighPart, false); in createTests()1933 pre_mains, testfuns, full_operation, inputWidth, "", spirvExtension); in createTests()1959 string full_operation; in createTests() local1979 …full_operation = spirvExtension ? resultName + " = OpExtInst %" + resultType + " %ext1 " + getGLSL… in createTests()1982 …full_operation = getBinaryFullOperationWithInputWidthStr(resultName, getSpvOperationStr(spirvOpera… in createTests()1989 full_operation = "%op_result2 = OpIMul %" + m_spirvTestType + " %input0_val %input1_val\n"; in createTests()1990 full_operation += resultName + " = OpSDiv %" + m_spirvTestType + " %op_result2 %input1_val\n"; in createTests()1995 full_operation = "%op_result2 = OpIMul %" + m_spirvTestType + " %input0_val %input1_val\n"; in createTests()1996 full_operation += resultName + " = OpUDiv %" + m_spirvTestType + " %op_result2 %input1_val\n"; in createTests()[all …]