Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp120 vk::VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in checkSupport() local
121subgroupSizeControlFeatures.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FE… in checkSupport()
122 subgroupSizeControlFeatures.pNext = DE_NULL; in checkSupport()
126 features2.pNext = &subgroupSizeControlFeatures; in checkSupport()
149 if (subgroupSizeControlFeatures.computeFullSubgroups != VK_TRUE) in checkSupport()
156 if (subgroupSizeControlFeatures.computeFullSubgroups == VK_TRUE) in checkSupport()
DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp251 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubgr… in checkSupport() local
253 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSub… in checkSupport()
256 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in checkSupport()
DvktSubgroupsBallotMasksTests.cpp245 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
248 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
252 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
255 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBallotOtherTests.cpp318 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
321 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
325 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
328 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsShapeTests.cpp258 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
261 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
265 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
268 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBuiltinMaskVarTests.cpp1230 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
1233 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getS… in supportedCheck() local
1237 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
1240 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsQuadTests.cpp225 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
228 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
232 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
235 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsClusteredTests.cpp196 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubgr… in supportedCheck() local
199 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSub… in supportedCheck() local
203 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
206 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBallotTests.cpp812 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
815 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
819 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
822 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsArithmeticTests.cpp268 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
271 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
275 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
278 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBallotBroadcastTests.cpp288 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
291 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
295 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
298 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsShuffleTests.cpp270 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
273 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
277 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
280 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsVoteTests.cpp337 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
340 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
344 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
347 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp120 vk::VkPhysicalDeviceSubgroupSizeControlFeaturesEXT subgroupSizeControlFeatures; in checkSupport() local
121subgroupSizeControlFeatures.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FE… in checkSupport()
122 subgroupSizeControlFeatures.pNext = DE_NULL; in checkSupport()
126 features2.pNext = &subgroupSizeControlFeatures; in checkSupport()
149 if (subgroupSizeControlFeatures.computeFullSubgroups != VK_TRUE) in checkSupport()
156 if (subgroupSizeControlFeatures.computeFullSubgroups == VK_TRUE) in checkSupport()
DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp251 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubgr… in checkSupport() local
253 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSub… in checkSupport()
256 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in checkSupport()
DvktSubgroupsBallotOtherTests.cpp318 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
321 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
325 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
328 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsShapeTests.cpp258 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
261 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
265 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
268 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBallotMasksTests.cpp245 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
248 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
252 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
255 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBuiltinMaskVarTests.cpp1230 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
1233 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getS… in supportedCheck() local
1237 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
1240 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsClusteredTests.cpp196 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubgr… in supportedCheck() local
199 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSub… in supportedCheck() local
203 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
206 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsQuadTests.cpp225 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
228 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
232 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
235 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsArithmeticTests.cpp268 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
271 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
275 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
278 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBallotTests.cpp812 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
815 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
819 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
822 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsBallotBroadcastTests.cpp288 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
291 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
295 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
298 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()
DvktSubgroupsShuffleTests.cpp270 …const VkPhysicalDeviceSubgroupSizeControlFeatures& subgroupSizeControlFeatures = context.getSubg… in supportedCheck() local
273 …const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& subgroupSizeControlFeatures = context.getSu… in supportedCheck() local
277 if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE) in supportedCheck()
280 if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE) in supportedCheck()

12