Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsBuiltinVarTests.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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp105 deUint32 totalInvocationsRun = 0; in checkVertexPipelineStagesSubgroupInvocationID() local
108 totalInvocationsRun += subgroupInvocationHits[i]; in checkVertexPipelineStagesSubgroupInvocationID()
111 if (totalInvocationsRun != totalSize) in checkVertexPipelineStagesSubgroupInvocationID()
226 deUint32 totalInvocationsRun = 0; in checkComputeSubgroupInvocationID() local
229 totalInvocationsRun += subgroupInvocationHits[i]; in checkComputeSubgroupInvocationID()
232 if (totalInvocationsRun != totalLocalSize) in checkComputeSubgroupInvocationID()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp105 deUint32 totalInvocationsRun = 0; in checkVertexPipelineStagesSubgroupInvocationID() local
108 totalInvocationsRun += subgroupInvocationHits[i]; in checkVertexPipelineStagesSubgroupInvocationID()
111 if (totalInvocationsRun != totalSize) in checkVertexPipelineStagesSubgroupInvocationID()
226 deUint32 totalInvocationsRun = 0; in checkComputeSubgroupInvocationID() local
229 totalInvocationsRun += subgroupInvocationHits[i]; in checkComputeSubgroupInvocationID()
232 if (totalInvocationsRun != totalLocalSize) in checkComputeSubgroupInvocationID()