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