/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 30 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 …]
|
D | vkInstanceFunctionPointers.inl | 9 GetPhysicalDevicePropertiesFunc getPhysicalDeviceProperties; variable
|
D | vkDeviceUtil.cpp | 128 …const VkPhysicalDeviceProperties props = getPhysicalDeviceProperties(vkInstance, devices[devic… in chooseDeviceIndex()
|
D | vkQueryUtil.cpp | 157 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPhysicalDevi… in getPhysicalDeviceProperties() function 163 vk.getPhysicalDeviceProperties(physicalDevice, &properties); in getPhysicalDeviceProperties()
|
D | vkInitInstanceFunctionPointers.inl | 9 m_vk.getPhysicalDeviceProperties = (GetPhysicalDevicePropertiesFunc) GET_PROC_ADDR("vkG…
|
D | vkQueryUtil.hpp | 50 VkPhysicalDeviceProperties getPhysicalDeviceProperties (const InstanceInterface& vk, VkPh…
|
D | vkVirtualInstanceInterface.inl | 9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceP…
|
D | vkConcreteInstanceInterface.inl | 9 virtual void getPhysicalDeviceProperties (VkPhysicalDevice physicalDevice, VkPhysicalDeviceP…
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreUtil.cpp | 104 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in getOptimalUniformBufferChunkSize()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 183 …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/ |
D | vktTessellationLimitsTests.cpp | 82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in deviceLimitsTestCase()
|
D | vktTessellationGeometryPointSizeTests.cpp | 72 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice); in checkPointSizeRequirements()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.cpp | 41 …const VkPhysicalDeviceProperties deviceProperties = getPhysicalDeviceProperties(instance, physical… in validateImageSize()
|
D | vktPipelineDynamicOffsetTests.cpp | 165 …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/ |
D | vktShaderRenderLimitTests.cpp | 225 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits; in createInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMaintenance3Check.cpp | 150 …m_context.getInstanceInterface().getPhysicalDeviceProperties(m_context.getPhysicalDevice(), &prop1… in iterate()
|
D | vktApiBufferTests.cpp | 330 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest() 529 …const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vkInstance, vkPhysicalDev… in bufferCreateAndAllocTest()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringAnisotropyTests.cpp | 88 …m_refParams.maxAnisotropy = min(getPhysicalDeviceProperties(m_context.getInstanceInterface(), m_co… in FilteringAnisotropyInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 294 …if (imageMemoryRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.sp… in iterate() 658 …else if (getPhysicalDeviceProperties(instance, physicalDevice).sparseProperties.residencyNonReside… in iterate()
|
D | vktSparseResourcesImageAlignedMipSize.cpp | 119 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance,… in iterate()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 163 …if (bufferMemRequirement.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spars… in iterate()
|
D | vktSparseResourcesImageBlockShapes.cpp | 127 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance,… in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 160 …const VkPhysicalDeviceProperties physicalDeviceProperties = getPhysicalDeviceProperties(instance, … in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 225 …if (bufferMemRequirements.size > getPhysicalDeviceProperties(instance, physicalDevice).limits.spar… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWorkgroupStorageTests.cpp | 196 …const vk::VkPhysicalDeviceProperties properties = vk::getPhysicalDeviceProperties(ctx.getInstanc… in iterate()
|