Searched refs:indexVars (Results 1 – 3 of 3) sorted by relevance
397 std::string indexVars; in initFrameBufferPrograms() local408 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() local579 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()
192 std::string indexVars = getIndexVars(caseDef); in getTestSrc() local195 + indexVars + in getTestSrc()
739 SymbolVector indexVars{context_.GetIndexVars(IndexVarKind::FORALL)}; in CheckForallIndexesUsed() local740 if (!indexVars.empty()) { in CheckForallIndexesUsed()772 for (const Symbol &index : indexVars) { in CheckForallIndexesUsed()