/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInstanceFunctionPointers.inl | 8 GetPhysicalDeviceImageFormatPropertiesFunc getPhysicalDeviceImageFormatProperties; variable
|
D | vkQueryUtil.cpp | 110 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhys… in getPhysicalDeviceImageFormatProperties() function 116 …VK_CHECK(vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, fl… in getPhysicalDeviceImageFormatProperties()
|
D | vkInitInstanceFunctionPointers.inl | 8 m_vk.getPhysicalDeviceImageFormatProperties = (GetPhysicalDeviceImageFormatPropertiesFunc) GE…
|
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 | 43 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk…
|
D | vkVirtualInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFo…
|
D | vkConcreteInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFo…
|
D | vkNullDriver.cpp | 786 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDev… in getPhysicalDeviceImageFormatProperties() function
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.cpp | 322 …mageFormatQueryResult = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_… in updateTextureData() 449 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer() 520 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in TextureRenderer()
|
D | vktTextureFilteringExplicitLodTests.cpp | 1057 …const VkImageFormatProperties imFormatProperties = getPhysicalDeviceImageFormatProperties(m_contex… in isSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseBinding.cpp | 164 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 163 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 257 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 213 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 124 …VkResult result = m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_contex… in checkFormatSupport()
|
D | vktApiCopiesAndBlittingTests.cpp | 741 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in CopyImageToImage() 748 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in CopyImageToImage() 1621 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in BlittingImages() 1628 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in BlittingImages() 2278 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in ResolveImageToImage() 2284 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in ResolveImageToImage()
|
D | vktApiImageClearingTests.cpp | 498 …const VkResult result = m_vki.getPhysicalDeviceImageFormatProperties(m_context.getPhysicalDevice()… in getImageFormatProperties()
|
D | vktApiFeatureInfo.cpp | 2099 …queryResult = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.getPhy… in imageFormatProperties() 2440 …coreResult = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, imageFormatInfo.format, im… in imageFormatProperties2()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 188 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( in checkRequirements()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 422 const VkResult result = vki.getPhysicalDeviceImageFormatProperties( in isImageSupported()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 197 …instance.getPhysicalDeviceImageFormatProperties(physicalDevice, imageInfo.format, imageInfo.imageT… in validateImageInfo()
|
D | vktPipelineMultisampleImageTests.cpp | 516 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties( in checkImageFormatRequirements()
|
D | vktPipelineImageSamplingInstance.cpp | 183 …const VkImageFormatProperties formatProperties = getPhysicalDeviceImageFormatProperties(context.ge… in ImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 237 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in BaseRenderingTestInstance() 308 …if ((m_context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(m_context.getPhysical… in BaseRenderingTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 2353 if ((getInstanceInterface().getPhysicalDeviceImageFormatProperties(getPhysicalDevice(), in render() 2430 if ((getInstanceInterface().getPhysicalDeviceImageFormatProperties(getPhysicalDevice(), in render()
|