Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceFeatures (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp259 if (!getPhysicalDeviceFeatures(vki, physicalDevice).sparseResidencyBuffer) in checkSupport()
271 if (!getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shaderResourceResidency) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp261 if (!getPhysicalDeviceFeatures(vki, physicalDevice).sparseResidencyBuffer) in checkSupport()
273 if (!getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()).shaderResourceResidency) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp186 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, physicalDevice); in createDeviceSupportingQueues()
H A DvktSparseResourcesTestsUtil.cpp893 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
946 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice);
H A DvktSparseResourcesBufferSparseResidency.cpp161 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyBuffer) in iterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.cpp205 m_coreFeatures2.features = getPhysicalDeviceFeatures(vki, physicalDevice); in DeviceFeatures()
H A DvkQueryUtil.cpp134 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice physicalDevice) in getPhysicalDeviceFeatures() function
140 vk.getPhysicalDeviceFeatures(physicalDevice, &features); in getPhysicalDeviceFeatures()
H A DvkQueryUtil.hpp48 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice physicalDevice);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp180 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, physicalDevice); in createDeviceSupportingQueues()
H A DvktSparseResourcesTestsUtil.cpp890 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
943 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice);
H A DvktSparseResourcesBufferSparseResidency.cpp163 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyBuffer) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp717 vki.getPhysicalDeviceFeatures(context.getPhysicalDevice(), &features); in supportedCheck()
991 vki.getPhysicalDeviceFeatures(context.getPhysicalDevice(), &features); in test()
H A DvktPipelineMultisampleTestsUtil.cpp383 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDevice); in requireFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp721 vki.getPhysicalDeviceFeatures(context.getPhysicalDevice(), &features); in supportedCheck()
994 vki.getPhysicalDeviceFeatures(context.getPhysicalDevice(), &features); in test()
H A DvktPipelineMultisampleTestsUtil.cpp383 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDevice); in requireFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp468 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp468 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp144 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getPhysicalDevice()); in checkSupport()
758 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkMaintenance4Support()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp145 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanceInterface(), ctx.getPhysicalDevice()); in checkSupport()
761 const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(context.getInstanceInterface(), context.getPhysicalDevice()); in checkMaintenance4Support()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp194 InstanceDriver::getPhysicalDeviceFeatures(physicalDevice, &pFeatures->features);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp194 InstanceDriver::getPhysicalDeviceFeatures(physicalDevice, &pFeatures->features);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp177 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, physicalDevice); in createTestDevice()
310 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx]); in createDeviceGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp178 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, physicalDevice); in createTestDevice()
310 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx]); in createDeviceGroup()

Completed in 25 milliseconds

12345