Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceMemoryProperties (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp84 static inline PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties; member in vulkan::loader::VulkanLoaderUnitTest
382vkGetPhysicalDeviceMemoryProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceMemoryProperties>(
384 EXPECT_NE(vkGetPhysicalDeviceMemoryProperties, nullptr);
423 vkGetPhysicalDeviceMemoryProperties(physicalDevice_, &deviceMemoryProperties);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp132 funs.vkGetPhysicalDeviceMemoryProperties = vkGetPhysicalDeviceMemoryProperties; in GetVmaVulkanFunctions()
H A Dcreate_functions_vk.cpp469 vkGetPhysicalDeviceMemoryProperties(physicalDevice, &physicalDeviceMemoryProperties); in GetWrapper()
H A Ddevice_vk.cpp862 vkGetPhysicalDeviceMemoryProperties(myDevice, &myProperties.physicalDeviceMemoryProperties); in CheckExternalConfig()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dvulkan.md209 |FUNC|vkGetPhysicalDeviceMemoryProperties|
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dvulkan.md209 |FUNC|vkGetPhysicalDeviceMemoryProperties|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1198 vkContext.vkGetPhysicalDeviceMemoryProperties(physicalDevice, &memProperties); in FindMemoryType()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp67 vkContext.vkGetPhysicalDeviceMemoryProperties(physicalDevice, &memProperties); in findMemoryType()