Home
last modified time | relevance | path

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

123

/external/deqp/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl30 void InstanceDriver::getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDevice… function in InstanceDriver
32 m_vk.getPhysicalDeviceProperties(physicalDevice, pProperties);
73 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
83 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
93 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
103 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
113 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
123 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
133 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
143 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
[all …]
DvkInstanceFunctionPointers.inl9 GetPhysicalDevicePropertiesFunc getPhysicalDeviceProperties; variable
DvkDeviceUtil.cpp128 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[devic… in chooseDeviceIndex()
DvkQueryUtil.cpp157 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevi… in getPhysicalDeviceProperties() function
163 vk.getPhysicalDeviceProperties(physicalDevice, &properties); in getPhysicalDeviceProperties()
DvkInitInstanceFunctionPointers.inl9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADDR("vkG…
DvkQueryUtil.hpp50 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPh…
DvkVirtualInstanceInterface.inl9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceP…
DvkConcreteInstanceInterface.inl9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceP…
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.cpp104 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp183 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(preinterface, devices[dev… in determineDeviceVersions()
189 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(preinterface, choosenDev… in determineDeviceVersions()
537 …, m_deviceVersion (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice).apiVersio… in DefaultDevice()
543 , m_deviceProperties (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice)) in DefaultDevice()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationLimitsTests.cpp82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
DvktTessellationGeometryPointSizeTests.cpp72 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleBase.cpp41 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in validateImageSize()
DvktPipelineDynamicOffsetTests.cpp165 …const VkPhysicalDeviceLimits deviceLimits = getPhysicalDeviceProperties(m_context.getInstanceIn… in init()
752 …const VkPhysicalDeviceLimits deviceLimits = getPhysicalDeviceProperties(m_context.getInstanceIn… in init()
1032 …const VkPhysicalDeviceLimits deviceLimits = getPhysicalDeviceProperties(m_context.getInstanceInte… in verifyOutput()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLimitTests.cpp225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp150 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prop1… in iterate()
DvktApiBufferTests.cpp330 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest()
529 …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/
DvktSparseResourcesShaderIntrinsicsBase.cpp294 …if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sp… in iterate()
658 …else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonReside… in iterate()
DvktSparseResourcesImageAlignedMipSize.cpp119 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance,… in iterate()
DvktSparseResourcesBufferSparseBinding.cpp163 …if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spars… in iterate()
DvktSparseResourcesImageBlockShapes.cpp127 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance,… in iterate()
DvktSparseResourcesBufferSparseResidency.cpp160 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, … in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp225 …if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spar… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWorkgroupStorageTests.cpp196 …const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(ctx.getInstanc… in iterate()

123