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/
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_no_buildgn/vulkan/subgroups/
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()
DvktSubgroupsSizeControlTests.cpp260 …const deUint32 numSubgroups = (localSize[0] * localSize[1] * localSize[2]) / checkIn… in checkComputeRequireFull() local
290 && data[i].z() != numSubgroups) in checkComputeRequireFull()
293 …<< "expected number of subgroups dispatched (" << numSubgroups << ") doesn't match gl_NumSubgroups… in checkComputeRequireFull()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
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()
DvktSubgroupsSizeControlTests.cpp260 …const deUint32 numSubgroups = (localSize[0] * localSize[1] * localSize[2]) / checkIn… in checkComputeRequireFull() local
290 && data[i].z() != numSubgroups) in checkComputeRequireFull()
293 …<< "expected number of subgroups dispatched (" << numSubgroups << ") doesn't match gl_NumSubgroups… in checkComputeRequireFull()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1234 uint32_t numSubgroups; member
2454 buildGlobal("numSubgroups", state->globals.compute.numSubgroups); in buildGlobals()
2627 store(compute + OFFSET(Globals::Compute, numSubgroups), routine->subgroupsPerWorkgroup); in dbgBeginEmit()