Searched refs:idTable (Results 1 – 1 of 1) sorted by relevance
109 std::string idTable[OPTYPE_LAST]; in TestSource() local110 idTable[OPTYPE_SHUFFLE] = "id_in"; in TestSource()111 idTable[OPTYPE_SHUFFLE_XOR] = "gl_SubgroupInvocationID ^ id_in"; in TestSource()112 idTable[OPTYPE_SHUFFLE_UP] = "gl_SubgroupInvocationID - id_in"; in TestSource()113 idTable[OPTYPE_SHUFFLE_DOWN] = "gl_SubgroupInvocationID + id_in"; in TestSource()121 " uint id = " + idTable[caseDef.opType] + ";\n" in TestSource()