Home
last modified time | relevance | path

Searched refs:subgroupSizeControlFeatures (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotOtherTests.cpp479 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
480subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
481 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
485 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
489 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
492 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsBuiltinMaskVarTests.cpp1366 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
1367subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
1368 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
1372 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
1376 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
1379 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsClusteredTests.cpp180 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
181subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
182 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
186 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
190 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
193 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsQuadTests.cpp225 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
226subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
227 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
231 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
235 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
238 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsBallotMasksTests.cpp413 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
414subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
415 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
419 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
423 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
426 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsShapeTests.cpp477 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
478subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
479 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
483 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
487 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
490 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsArithmeticTests.cpp261 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
262subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
263 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
267 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
271 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
274 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsBallotBroadcastTests.cpp276 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
277subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
278 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
282 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
286 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
289 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsBallotTests.cpp927 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
928subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
929 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
933 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
937 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
940 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsPartitionedTests.cpp583 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
584subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
585 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
589 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
593 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
596 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsShuffleTests.cpp473 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
474subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
475 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
479 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
483 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
486 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsSizeControlTests.cpp616 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheckFeatures() local
617subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheckFeatures()
618 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheckFeatures()
622 features.pNext = &subgroupSizeControlFeatures; in supportedCheckFeatures()
626 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheckFeatures()
648 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheckFeatures() local
649subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheckFeatures()
650 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheckFeatures()
654 features.pNext = &subgroupSizeControlFeatures; in supportedCheckFeatures()
658 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheckFeatures()
H A DvktSubgroupsBuiltinVarTests.cpp1596 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
1597subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
1598 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
1602 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
1606 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
1609 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsVoteTests.cpp651 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
652subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
653 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
657 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
661 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
664 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
H A DvktSubgroupsBasicTests.cpp1867 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in supportedCheck() local
1868subgroupSizeControlFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATUR… in supportedCheck()
1869 subgroupSizeControlFeatures.pNext = DE_NULL; in supportedCheck()
1873 features.pNext = &subgroupSizeControlFeatures; in supportedCheck()
1877 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
1880 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.h57 VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; member
H A DDeviceVk.cpp312 usedKnobs.subgroupSizeControlFeatures = mDeviceInfo.subgroupSizeControlFeatures; in CreateDevice()
313 featuresChain.Add(&usedKnobs.subgroupSizeControlFeatures); in CreateDevice()
H A DVulkanInfo.cpp276 featuresChain.Add(&info.subgroupSizeControlFeatures, in GatherDeviceInfo()