Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceProperties (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp104 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceFunctionPointers.inl9 GetPhysicalDevicePropertiesFunc getPhysicalDeviceProperties; variable
DvkQueryUtil.cpp80 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevi… in getPhysicalDeviceProperties() function
86 vk.getPhysicalDeviceProperties(physicalDevice, &properties); in getPhysicalDeviceProperties()
DvkInitInstanceFunctionPointers.inl9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADDR("vkGe…
DvkInstanceDriverImpl.inl30 void InstanceDriver::getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevice… function in InstanceDriver
32 m_vk.getPhysicalDeviceProperties(physicalDevice, pProperties);
DvkQueryUtil.hpp40 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPh…
DvkConcreteInstanceInterface.inl9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
DvkVirtualInstanceInterface.inl9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevic…
DvkNullDriver.cpp664 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceProperties (VkPhysicalDevice, VkPhysicalDevicePropertie… in getPhysicalDeviceProperties() function
794 getPhysicalDeviceProperties(physicalDevice, &pProperties->properties); in getPhysicalDeviceProperties2KHR()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
DvktTessellationGeometryPointSizeTests.cpp69 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp305 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest()
515 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringAnisotropyTests.cpp88 …m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_co… in FilteringAnisotropyInstance()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp148 …if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spars… in iterate()
DvktSparseResourcesShaderIntrinsicsBase.cpp303 …if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sp… in iterate()
667 …else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonReside… in iterate()
DvktSparseResourcesBufferSparseResidency.cpp141 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, … in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp209 …if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spar… in iterate()
DvktSparseResourcesImageSparseBinding.cpp185 …if (imageSparseMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits… in iterate()
DvktSparseResourcesMipmapSparseResidency.cpp202 …if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sp… in iterate()
DvktSparseResourcesShaderIntrinsicsSampled.cpp642 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in recordCommands()
DvktSparseResourcesTestsUtil.cpp183 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in isImageSizeSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp291 , m_deviceProperties (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice)) in DefaultDevice()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp724 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in checkGeometryShaderSupport()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp374 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in requireFeatureMultiViewport()
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp688 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(context.getInstanceInterface(), … in testWideLines()
964 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in testClipDistance()

12