Searched refs:getPhysicalDeviceImageFormatProperties (Results 1 – 13 of 13) sorted by relevance
/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) GET_…
|
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 | vkConcreteInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFor…
|
D | vkVirtualInstanceInterface.inl | 8 virtual VkResult getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDevice, VkFor…
|
D | vkNullDriverImpl.inl | 326 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceImageFormatProperties (VkPhysicalDevice physicalDev… function 1159 …ULL_FUNC_ENTRY(vkGetPhysicalDeviceImageFormatProperties, getPhysicalDeviceImageFormatProperties),
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseBinding.cpp | 180 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 216 instance.getPhysicalDeviceImageFormatProperties(physicalDevice, in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 609 …if ((context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDev… in CopyImageToImage() 615 …(context.getInstanceInterface().getPhysicalDeviceImageFormatProperties (context.getPhysicalDevice(… in CopyImageToImage()
|
D | vktApiFeatureInfo.cpp | 1822 …queryResult = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.getPhy… in imageFormatProperties()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 375 …const VkImageFormatProperties formatProperties = getPhysicalDeviceImageFormatProperties(context.ge… in ImageSamplingInstance()
|