/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsSizeControlTests.cpp | 113 case REQUIRED_SUBGROUP_SIZE_MAX: return subgroupSizeControlProperties.maxSubgroupSize; in getRequiredSubgroupSizeFromMode() 138 if (data[i] > subgroupSizeControlProperties.maxSubgroupSize || in checkVertexPipelineStages() 141 …lProperties.minSubgroupSize << ", " << subgroupSizeControlProperties.maxSubgroupSize << ")" << Tes… in checkVertexPipelineStages() 179 if (data[ndx] > subgroupSizeControlProperties.maxSubgroupSize || in checkFragmentPipelineStages() 182 …lProperties.minSubgroupSize << ", " << subgroupSizeControlProperties.maxSubgroupSize << ")" << Tes… in checkFragmentPipelineStages() 220 if (data[i] > subgroupSizeControlProperties.maxSubgroupSize || in checkCompute() 224 …lProperties.minSubgroupSize << ", " << subgroupSizeControlProperties.maxSubgroupSize << ")" << Tes… in checkCompute() 265 if (data[i].x() > subgroupSizeControlProperties.maxSubgroupSize || in checkComputeRequireFull() 269 …lProperties.minSubgroupSize << ", " << subgroupSizeControlProperties.maxSubgroupSize << "]" << Tes… in checkComputeRequireFull() 812 {subgroupSizeControlProperties.maxSubgroupSize, 1, 1}, in testRequireFullSubgroups() [all …]
|
D | vktSubgroupsBuiltinVarTests.cpp | 1804 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 1807 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test() 1838 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 1841 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test() 1872 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 1875 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test() 1906 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 1909 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsBallotMasksTests.cpp | 326 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 329 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsShapeTests.cpp | 339 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 342 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsBallotOtherTests.cpp | 399 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 402 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 1316 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 1319 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsQuadTests.cpp | 320 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 323 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsClusteredTests.cpp | 292 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 295 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsBasicTests.cpp | 1949 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 1952 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test() 2005 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 2008 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsBallotTests.cpp | 909 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 912 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsArithmeticTests.cpp | 365 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 368 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsPartitionedTests.cpp | 398 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 401 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsShuffleTests.cpp | 396 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 399 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsVoteTests.cpp | 448 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test() 451 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 302 || caseDef.requiredSubgroupSize > subgroupSizeControlProperties.maxSubgroupSize) in supportedCheck()
|
D | vktSubgroupsTestsUtils.cpp | 4040 const VkDeviceSize maxSubgroupSize = isRequiredSubgroupSize in makeComputeOrMeshTestRequiredSubgroupSize() local 4041 …? deMax32(subgroupSizeControlProperties.maxSubgroupSize, vkt::subgroups::maxSupportedSubgroupSize(… in makeComputeOrMeshTestRequiredSubgroupSize() 4043 …const VkDeviceSize resultBufferSize = maxSubgroupSize * maxSubgroupSize * maxSubgroupS… in makeComputeOrMeshTestRequiredSubgroupSize()
|
/external/deqp-deps/amber/src/vulkan/ |
D | device.cc | 1343 subgroup_size_control_properties_.maxSubgroupSize) { in IsRequiredSubgroupSizeSupported() 1355 return subgroup_size_control_properties_.maxSubgroupSize; in GetMaxSubgroupSize()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkDeviceProperties.inl | 138 propertyType.maxSubgroupSize = allPropertiesBlobs.vk13.maxSubgroupSize;
|
D | vkStructTypes.inl | 5037 uint32_t maxSubgroupSize; member 5290 uint32_t maxSubgroupSize; member
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 621 # and be less than or equal to maxSubgroupSize 623 # - MAX to set the required subgroup size to the maxSubgroupSize
|
/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 1181 << subgroup_size_control_properties.maxSubgroupSize in DumpPhysicalDeviceInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1768 { PN(checkAlways), PN(vk13Properties.maxSubgroupSize), LIM_MIN_UINT32(4) }, in validateRoadmap2022() 5016 …subgroupSizeControlProperties[0].maxSubgroupSize != subgroupSizeControlProperties[1].maxSubgrou… in deviceProperties2() 5762 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Properties, maxSubgroupSize), in devicePropertiesVulkan13() 6404 subgroupSizeControlProperties.maxSubgroupSize != vulkan13Properties.maxSubgroupSize || in devicePropertyExtensionsConsistencyVulkan13()
|
/external/swiftshader/src/Vulkan/ |
D | VkPhysicalDevice.cpp | 1269 properties->maxSubgroupSize = subgroupProperties.subgroupSize; in getSubgroupSizeControlProperties()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 26442 maxSubgroupSize(in_struct->maxSubgroupSize), in safe_VkPhysicalDeviceSubgroupSizeControlPropertiesEXT() 26457 maxSubgroupSize = src.maxSubgroupSize; in safe_VkPhysicalDeviceSubgroupSizeControlPropertiesEXT() 26472 maxSubgroupSize = src.maxSubgroupSize; in operator =() 26490 maxSubgroupSize = in_struct->maxSubgroupSize; in initialize() 26500 maxSubgroupSize = src->maxSubgroupSize; in initialize()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkStructTypes.inl | 3548 uint32_t maxSubgroupSize; member
|