Searched refs:exeModes (Results 1 – 4 of 4) sorted by relevance
65 const std::string& exeModes, in getComputeAsmShaderPreamble() argument77 exeModes; in getComputeAsmShaderPreamble()
54 …const std::string exeModes = "OpExecutionMode %main " + featureName + " " + de::toString(fpWidene… in getComputeSourceCode() local57 string(getComputeAsmShaderPreamble(capability, "", exeModes, "", "%indata %outdata")) + in getComputeSourceCode()
377 const std::string& exeModes = "",
1203 string exeModes = testWithNan ? "OpExecutionMode %main SignedZeroInfNanPreserve 32\n" : ""; in createOpFUnordGroup() local1205 string(getComputeAsmShaderPreamble(capabilities, extensions, exeModes)) + in createOpFUnordGroup()