Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl6 GetPhysicalDeviceFeaturesFunc getPhysicalDeviceFeatures; variable
DvkQueryUtil.cpp136 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice p… in getPhysicalDeviceFeatures() function
142 vk.getPhysicalDeviceFeatures(physicalDevice, &features); in getPhysicalDeviceFeatures()
DvkInitInstanceFunctionPointers.inl6 m_vk.getPhysicalDeviceFeatures = (GetPhysicalDeviceFeaturesFunc) GET_PROC_ADDR("vkGetP…
DvkInstanceDriverImpl.inl15 void InstanceDriver::getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFe… function in InstanceDriver
17 m_vk.getPhysicalDeviceFeatures(physicalDevice, pFeatures);
DvkQueryUtil.hpp48 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysic…
DvkConcreteInstanceInterface.inl6 virtual void getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFea…
DvkVirtualInstanceInterface.inl6 virtual void getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFea…
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in deviceLimitsTestCase()
DvktTessellationPrimitiveDiscardTests.cpp473 …const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), con… in test()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp177 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
180 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyAliased) in iterate()
DvktSparseResourcesBase.cpp176 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instanceDriver, physical… in createDeviceSupportingQueues()
DvktSparseResourcesTestsUtil.cpp741 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
794 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice… in checkSparseSupportForImageType()
DvktSparseResourcesQueueBindSparseTests.cpp162 if (!getPhysicalDeviceFeatures(vki, physDevice).sparseBinding) in iterate()
DvktSparseResourcesBufferSparseBinding.cpp121 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
DvktSparseResourcesBufferSparseResidency.cpp162 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyBuffer) in iterate()
DvktSparseResourcesImageSparseBinding.cpp147 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp598 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
604 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkGeometryShaderSupport()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantUtil.cpp289 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
DvktPipelineMultisampleTestsUtil.cpp383 …const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(instanceInterface, physicalDev… in requireFeatures()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp195 deviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice); in createSparseContext()
267 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(ctx.getInstanc… in checkSupport()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp349 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in preTestChecks()
789 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in CheckImageFlagFeatures()
916 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in isImageSupported()
1594 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physicalDevice); in isMultiplaneImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp504 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
DvktSynchronizationBasicSemaphoreTests.cpp229 instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); in basicMultiQueueCase()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp147 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatureMultiViewport()
DvktFragmentOperationsEarlyFragmentTests.cpp529 context.getInstanceInterface().getPhysicalDeviceFeatures(context.getPhysicalDevice(), &features); in createInstance()

123