Home
last modified time | relevance | path

Searched defs:numSubgroups (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsBuiltinVarTests.cpp245 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeNumSubgroups() local
298 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeSubgroupID() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp285 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeNumSubgroups() local
340 deUint32 numSubgroups = data[(offset * 4) + 2]; in checkComputeSubgroupID() local
DvktSubgroupsSizeControlTests.cpp229 …const deUint32 numSubgroups = (localSize[0] * localSize[1] * localSize[2]) / checkIn… in checkComputeRequireFull() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1234 uint32_t numSubgroups; member