Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceImageFormatProperties2 (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/src/Vulkan/
Dswiftshader_icd.def157 vkGetPhysicalDeviceImageFormatProperties2
DVkPromotedExtensions.cpp149 …return vkGetPhysicalDeviceImageFormatProperties2(physicalDevice, pImageFormatInfo, pImageFormatPro… in vkGetPhysicalDeviceImageFormatProperties2KHR()
DVkGetProcAddress.cpp52 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceImageFormatProperties2),
DlibVulkan.cpp1864 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalD… in vkGetPhysicalDeviceImageFormatProperties2() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl28 …icalDeviceImageFormatProperties2Func) GET_PROC_ADDR("vkGetPhysicalDeviceImageFormatProperties2"…
DvkCoreFunctionalities.inl310 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetPhysicalDeviceImageFormatProperties2", FUNC…
DvkNullDriverImpl.inl1903 …VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceImageFormatProperties2, getPhysicalDeviceImageFormatProper…
DvkVulkan_c.inl4324 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4468 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4468 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp2180 …VkResult vkGetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysi… in vkGetPhysicalDeviceImageFormatProperties2() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2182 …return ::vkGetPhysicalDeviceImageFormatProperties2( physicalDevice, pImageFormatInfo, pImageFormat… in vkGetPhysicalDeviceImageFormatProperties2()
53477 …return static_cast<Result>( d.vkGetPhysicalDeviceImageFormatProperties2( m_physicalDevice, reinter… in getImageFormatProperties2()
53484 …Result result = static_cast<Result>( d.vkGetPhysicalDeviceImageFormatProperties2( m_physicalDevice… in getImageFormatProperties2()
53492 …Result result = static_cast<Result>( d.vkGetPhysicalDeviceImageFormatProperties2( m_physicalDevice… in getImageFormatProperties2()
54941 PFN_vkGetPhysicalDeviceImageFormatProperties2 vkGetPhysicalDeviceImageFormatProperties2 = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
55349vkGetPhysicalDeviceImageFormatProperties2 = PFN_vkGetPhysicalDeviceImageFormatProperties2( vkGetIn… in init()
Dvulkan_core.h4635 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(
/external/swiftshader/include/vulkan/
Dvulkan.hpp2181 …VkResult vkGetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysi… in vkGetPhysicalDeviceImageFormatProperties2() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2183 …return ::vkGetPhysicalDeviceImageFormatProperties2( physicalDevice, pImageFormatInfo, pImageFormat… in vkGetPhysicalDeviceImageFormatProperties2()
46524 …return static_cast<Result>( d.vkGetPhysicalDeviceImageFormatProperties2( m_physicalDevice, reinter… in getImageFormatProperties2()
46531 …Result result = static_cast<Result>( d.vkGetPhysicalDeviceImageFormatProperties2( m_physicalDevice… in getImageFormatProperties2()
46539 …Result result = static_cast<Result>( d.vkGetPhysicalDeviceImageFormatProperties2( m_physicalDevice… in getImageFormatProperties2()
52702 PFN_vkGetPhysicalDeviceImageFormatProperties2 vkGetPhysicalDeviceImageFormatProperties2 = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
53102vkGetPhysicalDeviceImageFormatProperties2 = PFN_vkGetPhysicalDeviceImageFormatProperties2(instance… in init()
Dvulkan_core.h4588 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4321 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties2(
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp37088 vkGetPhysicalDeviceImageFormatProperties2(m_device->phy().handle(), &pdifi, &ifp); in TEST_F()
37098 vkGetPhysicalDeviceImageFormatProperties2(m_device->phy().handle(), &pdifi, &ifp); in TEST_F()