Searched refs:pBindInfos (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.h | 47 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos); 48 …dImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
|
D | driver_gen.cpp | 77 …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()
|
D | swapchain.cpp | 2061 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()
|
D | api_gen.cpp | 556 …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/ |
D | null_driver_gen.h | 193 …ndBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos); 194 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
|
D | null_driver.cpp | 1492 …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
|