Home
last modified time | relevance | path

Searched refs:subgroupSize (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.hpp145 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize),
150 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize));
154 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize),
159 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize));
164 deUint32 height, deUint32 subgroupSize));
171 deUint32 subgroupSize));
DvktSubgroupsBuiltinVarTests.cpp41 deUint32 width, deUint32 subgroupSize) in checkVertexPipelineStagesSubgroupSize() argument
49 if (subgroupSize != val) in checkVertexPipelineStagesSubgroupSize()
57 deUint32 width, deUint32 subgroupSize) in checkVertexPipelineStagesSubgroupInvocationID() argument
61 vector<deUint32> subgroupInvocationHits(subgroupSize, 0); in checkVertexPipelineStagesSubgroupInvocationID()
67 if (subgroupInvocationID >= subgroupSize) in checkVertexPipelineStagesSubgroupInvocationID()
75 for (deUint32 i = 0; i < subgroupSize; ++i) in checkVertexPipelineStagesSubgroupInvocationID()
88 deUint32 subgroupSize) in checkComputeSubgroupSize() argument
124 if (subgroupSize != data[offset * 4]) in checkComputeSubgroupSize()
138 deUint32 subgroupSize) in checkComputeSubgroupInvocationID() argument
150 vector<deUint32> subgroupInvocationHits(subgroupSize, 0); in checkComputeSubgroupInvocationID()
[all …]
DvktSubgroupsTestsUtils.cpp612 return subgroupProperties.subgroupSize; in getSubgroupSize()
1494 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize), in makeTessellationEvaluationFrameBufferTest() argument
1595 const deUint32 subgroupSize = getSubgroupSize(context); in makeTessellationEvaluationFrameBufferTest() local
1666 if (!checkResult(datas, width/2u, subgroupSize)) in makeTessellationEvaluationFrameBufferTest()
1712 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize)) in makeGeometryFrameBufferTest() argument
1808 const deUint32 subgroupSize = getSubgroupSize(context); in makeGeometryFrameBufferTest() local
1887 if (!checkResult(datas, width, subgroupSize)) in makeGeometryFrameBufferTest()
1907 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize), in allStages() argument
2091 const deUint32 subgroupSize = getSubgroupSize(context); in allStages() local
2176 …gesVector[ndx] == VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT) ? width * 2 : width , subgroupSize)) in allStages()
[all …]
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.cpp306 properties->subgroupSize = 1; in getProperties()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3089 s << "\tsubgroupSize = " << value.subgroupSize << '\n'; in toString()
3239 if ((subgroupProperties[0].subgroupSize != subgroupProperties[1].subgroupSize) || in deviceProperties2()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp698 if (subgroupProperties.subgroupSize < 4) in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1190 deUint32 subgroupSize; member
DvkVulkan_c.inl3737 deUint32 subgroupSize; member
DvkStrUtilImpl.inl3878 s << "\tsubgroupSize = " << value.subgroupSize << '\n';
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3889 uint32_t subgroupSize; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h3889 uint32_t subgroupSize; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4054 uint32_t subgroupSize; member
Dvulkan.hpp39307 && ( subgroupSize == rhs.subgroupSize ) in operator ==()
39323 uint32_t subgroupSize; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h4007 uint32_t subgroupSize; member
Dvulkan.hpp30494 && ( subgroupSize == rhs.subgroupSize ) in operator ==()
30510 uint32_t subgroupSize; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3734 uint32_t subgroupSize; member