Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsArithmeticTests.cpp397 std::string indexVars; in initFrameBufferPrograms() local
408 indexVars = " uint start = 0u, end = gl_SubgroupSize;\n"; in initFrameBufferPrograms()
417 indexVars = " uint start = 0u, end = gl_SubgroupInvocationID + 1u;\n"; in initFrameBufferPrograms()
426 indexVars = " uint start = 0u, end = gl_SubgroupInvocationID;\n"; in initFrameBufferPrograms()
430 bdy << indexVars in initFrameBufferPrograms()
575 std::string indexVars; in initPrograms() local
579 indexVars = " uint start = 0u, end = gl_SubgroupSize;\n"; in initPrograms()
588 indexVars = " uint start = 0u, end = gl_SubgroupInvocationID + 1u;\n"; in initPrograms()
597 indexVars = " uint start = 0u, end = gl_SubgroupInvocationID;\n"; in initPrograms()
602 indexVars + in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsArithmeticTests.cpp192 std::string indexVars = getIndexVars(caseDef); in getTestSrc() local
195 + indexVars + in getTestSrc()
/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp739 SymbolVector indexVars{context_.GetIndexVars(IndexVarKind::FORALL)}; in CheckForallIndexesUsed() local
740 if (!indexVars.empty()) { in CheckForallIndexesUsed()
772 for (const Symbol &index : indexVars) { in CheckForallIndexesUsed()