Searched refs:full_operation (Results 1 – 1 of 1) sorted by relevance
1790 …string full_operation (spirvExtension ? resultName + " = OpExtInst %" + m_spirvTestType + " %ext… in createTests() local1793 finalizeFullOperation(full_operation, resultName, returnHighPart, false); in createTests()1796 pre_mains, testfuns, full_operation, inputWidth, "", spirvExtension); in createTests()1821 string full_operation; in createTests() local1841 …full_operation = spirvExtension ? resultName + " = OpExtInst %" + resultType + " %ext1 " + getGLSL… in createTests()1844 …full_operation = getBinaryFullOperationWithInputWidthStr(resultName, getSpvOperationStr(spirvOpera… in createTests()1851 full_operation = "%op_result2 = OpIMul %" + m_spirvTestType + " %input0_val %input1_val\n"; in createTests()1852 full_operation += resultName + " = OpSDiv %" + m_spirvTestType + " %op_result2 %input1_val\n"; in createTests()1857 full_operation = "%op_result2 = OpIMul %" + m_spirvTestType + " %input0_val %input1_val\n"; in createTests()1858 full_operation += resultName + " = OpUDiv %" + m_spirvTestType + " %op_result2 %input1_val\n"; in createTests()[all …]