Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceFeatures (Results 1 – 25 of 51) 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.hpp47 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()
DvktTessellationPrimitiveDiscardTests.cpp471 …const bool needPointSizeWrite = getPhysicalDeviceFeatures(context.getInstanceInterface(), con… in test()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferMemoryAliasing.cpp175 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
178 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyAliased) in iterate()
DvktSparseResourcesBase.cpp174 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice… in createDeviceSupportingQueues()
DvktSparseResourcesQueueBindSparseTests.cpp162 if (!getPhysicalDeviceFeatures(vki, physDevice).sparseBinding) in iterate()
DvktSparseResourcesBufferSparseBinding.cpp119 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
DvktSparseResourcesTestsUtil.cpp867 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
911 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(instance, physicalDevice… in checkSparseSupportForImageType()
DvktSparseResourcesBufferSparseResidency.cpp162 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseResidencyBuffer) in iterate()
DvktSparseResourcesImageSparseBinding.cpp145 if (!getPhysicalDeviceFeatures(instance, physicalDevice).sparseBinding) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp717 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkPointSize()
723 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures (vki, physDevice); in checkGeometryShaderSupport()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp144 …const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(vki, physicalDevic… in createDeviceWithExtensions()
/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/api/
DvktApiBufferTests.cpp194 deviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice); in createSparseContext()
481 …const VkPhysicalDeviceFeatures& physicalDeviceFeatures = getPhysicalDeviceFeatures(getInstanceI… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp349 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in preTestChecks()
790 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in preTestChecks()
909 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in isImageSupported()
1583 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physicalDevice); in isMultiplaneImageSupported()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp176 instance.getPhysicalDeviceFeatures(physicalDevice, &deviceFeatures); in basicMultiQueueCase()
DvktSynchronizationUtil.cpp704 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice); in requireFeatures()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp319 coreFeatures.features = getPhysicalDeviceFeatures(vki, physicalDevice); in DeviceFeatures()

123