Home
last modified time | relevance | path

Searched refs:pBindInfos (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dswapchain.h47 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
48 …dImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
Ddriver_gen.cpp77 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in checkedBindImageMemory2() argument
79 return BindImageMemory2(device, bindInfoCount, pBindInfos); in checkedBindImageMemory2()
86 …ImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in checkedBindImageMemory2KHR() argument
88 return BindImageMemory2KHR(device, bindInfoCount, pBindInfos); in checkedBindImageMemory2KHR()
Dswapchain.cpp2827 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument
2834 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2()
2838 out_bind_infos.empty() ? pBindInfos : out_bind_infos.data()); in BindImageMemory2()
2844 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2KHR() argument
2849 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2KHR()
2853 out_bind_infos.empty() ? pBindInfos : out_bind_infos.data()); in BindImageMemory2KHR()
Dapi_gen.cpp556 …ndBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos);
557 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
1574 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2() argument
1575 return GetData(device).dispatch.BindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2()
1578 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument
1579 return GetData(device).dispatch.BindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2()
2676 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in vkBindBufferMemory2() argument
2677 return vulkan::api::BindBufferMemory2(device, bindInfoCount, pBindInfos); in vkBindBufferMemory2()
2681 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in vkBindImageMemory2() argument
2682 return vulkan::api::BindImageMemory2(device, bindInfoCount, pBindInfos); in vkBindImageMemory2()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h193 …ndBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos);
194 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
Dnull_driver.cpp1515 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2() argument
1519 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument