Home
last modified time | relevance | path

Searched refs:idTable (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsShuffleTests.cpp109 std::string idTable[OPTYPE_LAST]; in TestSource() local
110 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()