Home
last modified time | relevance | path

Searched refs:maxSubgroupSize (Results 1 – 25 of 49) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp113 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 …]
DvktSubgroupsBuiltinVarTests.cpp1804 << 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()
DvktSubgroupsBallotMasksTests.cpp326 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
329 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsShapeTests.cpp339 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
342 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsBallotOtherTests.cpp399 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
402 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsBuiltinMaskVarTests.cpp1316 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
1319 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsQuadTests.cpp320 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
323 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsClusteredTests.cpp292 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
295 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsBasicTests.cpp1949 << 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()
DvktSubgroupsBallotTests.cpp909 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
912 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsArithmeticTests.cpp365 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
368 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsPartitionedTests.cpp398 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
401 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsShuffleTests.cpp396 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
399 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsVoteTests.cpp448 << subgroupSizeControlProperties.maxSubgroupSize << "]" << TestLog::EndMessage; in test()
451 …ontrolProperties.minSubgroupSize; size <= subgroupSizeControlProperties.maxSubgroupSize; size *= 2) in test()
DvktSubgroupsBallotBroadcastTests.cpp302 || caseDef.requiredSubgroupSize > subgroupSizeControlProperties.maxSubgroupSize) in supportedCheck()
DvktSubgroupsTestsUtils.cpp4040 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/
Ddevice.cc1343 subgroup_size_control_properties_.maxSubgroupSize) { in IsRequiredSubgroupSizeSupported()
1355 return subgroup_size_control_properties_.maxSubgroupSize; in GetMaxSubgroupSize()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceProperties.inl138 propertyType.maxSubgroupSize = allPropertiesBlobs.vk13.maxSubgroupSize;
DvkStructTypes.inl5037 uint32_t maxSubgroupSize; member
5290 uint32_t maxSubgroupSize; member
/external/deqp-deps/amber/docs/
Damber_script.md621 # and be less than or equal to maxSubgroupSize
623 # - MAX to set the required subgroup size to the maxSubgroupSize
/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc1181 << subgroup_size_control_properties.maxSubgroupSize in DumpPhysicalDeviceInfo()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1768 { 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/
DVkPhysicalDevice.cpp1269 properties->maxSubgroupSize = subgroupProperties.subgroupSize; in getSubgroupSizeControlProperties()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp26442 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/
DvkStructTypes.inl3548 uint32_t maxSubgroupSize; member

12