Home
last modified time | relevance | path

Searched defs:subgroupSize (Results 1 – 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp595 int subgroupSize = context.getDeqpContext().getContextInfo().getInt(GL_SUBGROUP_SIZE_KHR); in getSubgroupSize() local
1076 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize), in makeTessellationEvaluationFrameBufferTest()
1136 const deUint32 subgroupSize = getSubgroupSize(context); in makeTessellationEvaluationFrameBufferTest() local
1262 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize)) in makeGeometryFrameBufferTest()
1320 const deUint32 subgroupSize = getSubgroupSize(context); in makeGeometryFrameBufferTest() local
1428 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize), in allStages()
1567 const deUint32 subgroupSize = getSubgroupSize(context); in allStages() local
1712 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize)) in makeVertexFrameBufferTest()
1771 const deUint32 subgroupSize = getSubgroupSize(context); in makeVertexFrameBufferTest() local
1883 deUint32 height, deUint32 subgroupSize)) in makeFragmentFrameBufferTest()
[all …]
DglcSubgroupsBuiltinVarTests.cpp41 deUint32 width, deUint32 subgroupSize) in checkVertexPipelineStagesSubgroupSize()
57 deUint32 width, deUint32 subgroupSize) in checkVertexPipelineStagesSubgroupInvocationID()
88 deUint32 subgroupSize) in checkComputeSubgroupSize()
138 deUint32 subgroupSize) in checkComputeSubgroupInvocationID()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
DvktReconvergenceTests.cpp87 deUint64 subgroupSizeToMask(deUint32 subgroupSize) in subgroupSizeToMask()
99 bitset128 bitsetFromU64(deUint64 mask, deUint32 subgroupSize) in bitsetFromU64()
111 deUint64 bitsetToU64(const bitset128 &bitset, deUint32 subgroupSize, deUint32 invocationID) in bitsetToU64()
318 static bitset128 bitsetElect (const bitset128& value, deInt32 subgroupSize) in bitsetElect()
881 for (deInt32 subgroupSize = 4; subgroupSize <= 64; subgroupSize *= 2) { in generateRandomProgram() local
1149 deUint32 simulate(bool countOnly, deUint32 subgroupSize, deUint32 invocationStride, deUint64 *ref) in simulate()
1628 const deUint32 subgroupSize = subgroupProperties.subgroupSize; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinVarTests.cpp67 deUint32 subgroupSize) in checkVertexPipelineStagesSubgroupSize()
87 deUint32 subgroupSize) in checkVertexPipelineStagesSubgroupInvocationID()
121 deUint32 subgroupSize) in checkComputeSubgroupSize()
174 deUint32 subgroupSize) in checkComputeSubgroupInvocationID()
DvktSubgroupsTestsUtils.hpp237 … void* extraData, std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize, bool mult… in operator ()()
DvktSubgroupsTestsUtils.cpp2661 const deUint32 subgroupSize = getSubgroupSize(context); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2892 const deUint32 subgroupSize = getSubgroupSize(context); in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3205 const deUint32 subgroupSize = getSubgroupSize(context); in allStagesRequiredSubgroupSize() local
3466 const deUint32 subgroupSize = getSubgroupSize(context); in makeVertexFrameBufferTestRequiredSubgroupSize() local
3683 const deUint32 subgroupSize = getSubgroupSize(context); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3829 const deUint32 subgroupSize, in makeComputeTestRequiredSubgroupSize()
4033 deUint32 subgroupSize = requiredSubgroupSize; in makeComputeTest() local
4589 const deUint32 subgroupSize = getSubgroupSize(context); in allRayTracingStagesRequiredSubgroupSize() local
DvktSubgroupsSizeControlTests.cpp572 const deUint32 subgroupSize = subgroups::getSubgroupSize(context); in test() local
675 const deUint32 subgroupSize = subgroups::getSubgroupSize(context); in testRequireFullSubgroups() local
DvktSubgroupsBallotBroadcastTests.cpp457 …for (deUint32 subgroupSize = 1; subgroupSize <= subgroups::maxSupportedSubgroupSize(); subgroupSiz… in createSubgroupsBallotBroadcastTests() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp40 uint32_t subgroupSize = subgroupProperties.subgroupSize; in init() local
DUtilsVk.h178 uint32_t subgroupSize[2]; member
185 uint32_t subgroupSize[2]; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp478 uint32_t subgroupSize = ext.minSubgroupSize * 2; in FindComputeSubgroupSize() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1256 uint32_t subgroupSize; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1211 uint32_t subgroupSize; member
1786 uint32_t subgroupSize; member
2963 uint32_t subgroupSize; member
DvkVulkan_c.inl5663 deUint32 subgroupSize; member
6456 deUint32 subgroupSize; member
8991 deUint32 subgroupSize; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4558 uint32_t subgroupSize; member
5345 uint32_t subgroupSize; member
7744 uint32_t subgroupSize; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h4620 uint32_t subgroupSize; member
5412 uint32_t subgroupSize; member
7837 uint32_t subgroupSize; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h4652 uint32_t subgroupSize; member
5444 uint32_t subgroupSize; member
7869 uint32_t subgroupSize; member
Dvulkan_structs.hpp53899 uint32_t subgroupSize = {}; member
56325 …uint32_t subgroupSize = {}; member
59339 uint32_t subgroupSize = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h4701 uint32_t subgroupSize; member
5494 uint32_t subgroupSize; member
8029 uint32_t subgroupSize; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h4712 uint32_t subgroupSize; member
5505 uint32_t subgroupSize; member
8040 uint32_t subgroupSize; member
Dvulkan_structs.hpp55223 uint32_t subgroupSize = {}; member
57657 …uint32_t subgroupSize = {}; member
60689 uint32_t subgroupSize = {}; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3889 uint32_t subgroupSize; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h4088 uint32_t subgroupSize; member