/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.hpp | 145 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));
|
D | vktSubgroupsBuiltinVarTests.cpp | 41 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 …]
|
D | vktSubgroupsTestsUtils.cpp | 612 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/ |
D | VkPhysicalDevice.cpp | 306 properties->subgroupSize = 1; in getProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 3089 s << "\tsubgroupSize = " << value.subgroupSize << '\n'; in toString() 3239 if ((subgroupProperties[0].subgroupSize != subgroupProperties[1].subgroupSize) || in deviceProperties2()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 698 if (subgroupProperties.subgroupSize < 4) in iterate()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 1190 deUint32 subgroupSize; member
|
D | vkVulkan_c.inl | 3737 deUint32 subgroupSize; member
|
D | vkStrUtilImpl.inl | 3878 s << "\tsubgroupSize = " << value.subgroupSize << '\n';
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3889 uint32_t subgroupSize; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3889 uint32_t subgroupSize; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 4007 uint32_t subgroupSize; member
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 4054 uint32_t subgroupSize; member
|
D | vulkan.hpp | 39307 && ( subgroupSize == rhs.subgroupSize ) in operator ==() 39323 uint32_t subgroupSize; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 3734 uint32_t subgroupSize; member
|