Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp74 deUint32 totalInvocationsRun = 0; in checkVertexPipelineStagesSubgroupInvocationID() local
77 totalInvocationsRun += subgroupInvocationHits[i]; in checkVertexPipelineStagesSubgroupInvocationID()
80 if (totalInvocationsRun != totalSize) in checkVertexPipelineStagesSubgroupInvocationID()
188 deUint32 totalInvocationsRun = 0; in checkComputeSubgroupInvocationID() local
191 totalInvocationsRun += subgroupInvocationHits[i]; in checkComputeSubgroupInvocationID()
194 if (totalInvocationsRun != totalLocalSize) in checkComputeSubgroupInvocationID()