/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
|
D | vkQueryUtil.cpp | 187 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties() function 193 …VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl… in getPhysicalDeviceImageFormatProperties()
|
D | vkInitInstanceFunctionPointers.inl | 8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) G…
|
D | vkInstanceDriverImpl.inl | 25 VkResult InstanceDriver::getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, V… function in InstanceDriver 27 …return m_vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl…
|
D | vkQueryUtil.hpp | 53 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
|
D | vkConcreteInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkForm…
|
D | vkVirtualInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkForm…
|
D | vkNullDriver.cpp | 1020 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDev… in getPhysicalDeviceImageFormatProperties() function 1292 …result = getPhysicalDeviceImageFormatProperties(physicalDevice, pImageFormatInfo->format, pImageFo… in getPhysicalDeviceImageFormatProperties2KHR()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBase.cpp | 117 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 515 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate() 526 if (m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties( in iterate()
|
D | vktApiGranularityTests.cpp | 126 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
|
D | vktApiCopiesAndBlittingTests.cpp | 1177 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in checkSupport() 1184 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in checkSupport() 2602 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in checkSupport() 2609 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in checkSupport() 3257 …if (context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevi… in checkSupport() 3277 …if (context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevi… in checkSupport() 3978 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in checkSupport() 3984 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageAlignedMipSize.cpp | 155 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(instance, physicalDevice, imageCrea… in iterate()
|
D | vktSparseResourcesImageBlockShapes.cpp | 166 …const VkImageFormatProperties formatProperties = getPhysicalDeviceImageFormatProperties(instance, … in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 183 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 182 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 248 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 236 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 338 …mageFormatQueryResult = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_… in updateTextureData() 490 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer() 561 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
|
D | vktTextureFilteringExplicitLodTests.cpp | 941 …const VkImageFormatProperties imFormatProperties = getPhysicalDeviceImageFormatProperties(m_contex… in isSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 191 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( in checkRequirements()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 1024 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isImageSupported() 1612 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isMultiplaneImageSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSampleReadTests.cpp | 159 …const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, p… in createImage()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 297 …if (m_vki.getPhysicalDeviceImageFormatProperties(m_physicalDevice, m_config.format, VK_IMAGE_TYPE_… in createImage()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 308 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, m_format, VK_I… in BuiltinFragDepthCaseInstance() 1025 …imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, VK_FORMAT_R32G… in BuiltinFragCoordMsaaCaseInstance()
|