Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceFeatures (Results 1 – 25 of 42) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl6 GetPhysicalDeviceFeaturesFunc getPhysicalDeviceFeatures; variable
DvkQueryUtil.cpp70 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice p… in getPhysicalDeviceFeatures() function
76 vk.getPhysicalDeviceFeatures(physicalDevice, &features); in getPhysicalDeviceFeatures()
DvkInitInstanceFunctionPointers.inl6 m_vk.getPhysicalDeviceFeatures = (GetPhysicalDeviceFeaturesFunc) GET_PROC_ADDR("vkGetPh…
DvkInstanceDriverImpl.inl15 void InstanceDriver::getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFe… function in InstanceDriver
17 m_vk.getPhysicalDeviceFeatures(physicalDevice, pFeatures);
DvkQueryUtil.hpp39 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysic…
DvkVirtualInstanceInterface.inl6 virtual void getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceF…
DvkConcreteInstanceInterface.inl6 virtual void getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceF…
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp142 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice); in createSparseContext()
378 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(getInstanceInte… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp110 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireBufferSparseFeatures()
260 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireImageSparseFeatures()
317 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in isImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp158 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
161 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyAliased) in iterate()
DvktSparseResourcesBase.cpp142 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice… in createDeviceSupportingQueues()
DvktSparseResourcesBufferSparseBinding.cpp103 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
DvktSparseResourcesQueueBindSparseTests.cpp162 if (!getPhysicalDeviceFeatures(vki, physDevice).sparseBinding) in iterate()
DvktSparseResourcesTestsUtil.cpp870 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
914 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice… in checkSparseSupportForImageType()
DvktSparseResourcesBufferSparseResidency.cpp143 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyBuffer) in iterate()
DvktSparseResourcesImageSparseBinding.cpp125 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp748 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
754 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkGeometryShaderSupport()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingUtil.cpp252 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp377 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
DvktPipelineMultisampleTestsUtil.cpp394 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp239 …, m_deviceFeatures (filterDefaultDeviceFeatures(getPhysicalDeviceFeatures(m_instanceInterface, … in DefaultDevice()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp200 instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); in basicMultiQueueCase()
DvktSynchronizationUtil.cpp733 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp373 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatureMultiViewport()

12