Home
last modified time | relevance | path

Searched refs:numSubgroups (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBuiltinVarTests.cpp245 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeNumSubgroups() local
247 if (numSubgroups > totalLocalSize) in checkComputeNumSubgroups()
298 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeSubgroupID() local
301 if (subgroupID >= numSubgroups) in checkComputeSubgroupID()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp285 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeNumSubgroups() local
287 if (numSubgroups > totalLocalSize) in checkComputeNumSubgroups()
340 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeSubgroupID() local
343 if (subgroupID >= numSubgroups) in checkComputeSubgroupID()
H A DvktSubgroupsSizeControlTests.cpp260 const deUint32 numSubgroups = (localSize[0] * localSize[1] * localSize[2]) / checkInternalData->requiredSubgroupSize; in checkComputeRequireFull() local
287 if (exactSubgroupSize && data[i].z() != numSubgroups) in checkComputeRequireFull()
290 << "expected number of subgroups dispatched (" << numSubgroups << ") doesn't match gl_NumSubgroups (" << data[i].z() << ")" << TestLog::EndMessage; in checkComputeRequireFull()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp285 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeNumSubgroups() local
287 if (numSubgroups > totalLocalSize) in checkComputeNumSubgroups()
340 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeSubgroupID() local
343 if (subgroupID >= numSubgroups) in checkComputeSubgroupID()
H A DvktSubgroupsSizeControlTests.cpp260 const deUint32 numSubgroups = (localSize[0] * localSize[1] * localSize[2]) / checkInternalData->requiredSubgroupSize; in checkComputeRequireFull() local
290 && data[i].z() != numSubgroups) in checkComputeRequireFull()
293 << "expected number of subgroups dispatched (" << numSubgroups << ") doesn't match gl_NumSubgroups (" << data[i].z() << ")" << TestLog::EndMessage; in checkComputeRequireFull()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp1234 uint32_t numSubgroups;
2454 buildGlobal("numSubgroups", state->globals.compute.numSubgroups);
2627 store(compute + OFFSET(Globals::Compute, numSubgroups), routine->subgroupsPerWorkgroup);

Completed in 13 milliseconds