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.cpp2061 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument
2068 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2()
2072 out_bind_infos.empty() ? pBindInfos : out_bind_infos.data()); in BindImageMemory2()
2078 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2KHR() argument
2083 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2KHR()
2087 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);
1573 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2() argument
1574 return GetData(device).dispatch.BindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2()
1577 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument
1578 return GetData(device).dispatch.BindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2()
2675 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in vkBindBufferMemory2() argument
2676 return vulkan::api::BindBufferMemory2(device, bindInfoCount, pBindInfos); in vkBindBufferMemory2()
2680 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in vkBindImageMemory2() argument
2681 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.cpp1492 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2() argument
1496 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument