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 | 1965 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument 1972 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2() 1976 out_bind_infos.empty() ? pBindInfos : out_bind_infos.data()); in BindImageMemory2() 1982 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2KHR() argument 1987 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2KHR() 1991 out_bind_infos.empty() ? pBindInfos : out_bind_infos.data()); in BindImageMemory2KHR()
|
D | api_gen.cpp | 505 …ndBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos); 506 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos); 1412 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2() argument 1413 return GetData(device).dispatch.BindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2() 1416 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument 1417 return GetData(device).dispatch.BindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2() 2313 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in vkBindBufferMemory2() argument 2314 return vulkan::api::BindBufferMemory2(device, bindInfoCount, pBindInfos); in vkBindBufferMemory2() 2318 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in vkBindImageMemory2() argument 2319 return vulkan::api::BindImageMemory2(device, bindInfoCount, pBindInfos); in vkBindImageMemory2()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 192 …ndBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos); 193 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos);
|
D | null_driver.cpp | 1484 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2() argument 1488 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument
|