Lines Matching defs:fmt
148 const string fmt = subgroups::getFormatNameForGLSL(caseDef.format);
163 " " + fmt + " valueEqual = " + fmt + "(1.25 * float(data[gl_SubgroupInvocationID]) + 5.0);\n" +
164 " " + fmt + " valueNoEqual = " + fmt + (formatIsBoolean ? "(subgroupElect());\n" : "(gl_SubgroupInvocationID);\n") +
165 " tempRes = " + op + "(" + fmt + "(1)) ? 0x1 : 0;\n"
167 + (formatIsBoolean ? "0x2" : op + "(" + fmt + "(gl_SubgroupInvocationID)) ? 0 : 0x2")
196 const string fmt = subgroups::getFormatNameForGLSL(caseDef.format);
208 " " + fmt + " valueEqual = " + fmt + "(1.25 * float(data[gl_SubgroupInvocationID]) + 5.0);\n" +
209 " " + fmt + " valueNoEqual = " + fmt + (formatIsBoolean ? "(subgroupElect());\n" : "(gl_SubgroupInvocationID);\n") +
211 + fmt + "(1)) ? 0x10 : 0;\n"
213 + (formatIsBoolean ? "0x2" : op + "(" + fmt + "(gl_SubgroupInvocationID)) ? 0 : 0x2")