Searched refs:pBindInfos (Results 1 – 7 of 7) 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 | 34 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in checkedBindImageMemory2() argument 36 return BindImageMemory2(device, bindInfoCount, pBindInfos); in checkedBindImageMemory2() 157 …geMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfoKHR* pBindInfos) { in checkedBindImageMemory2KHR() argument 159 return BindImageMemory2KHR(device, bindInfoCount, pBindInfos); in checkedBindImageMemory2KHR()
|
D | swapchain.cpp | 1957 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument 1964 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2() 1968 out_bind_infos.empty() ? pBindInfos : out_bind_infos.data()); in BindImageMemory2() 1974 const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2KHR() argument 1979 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2KHR() 1983 out_bind_infos.empty() ? pBindInfos : out_bind_infos.data()); in BindImageMemory2KHR()
|
D | api_gen.cpp | 482 …ndBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos); 483 …BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos); 1316 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in BindBufferMemory2() argument 1317 return GetData(device).dispatch.BindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2() 1320 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in BindImageMemory2() argument 1321 return GetData(device).dispatch.BindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2() 2193 …dBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos) { in vkBindBufferMemory2() argument 2194 return vulkan::api::BindBufferMemory2(device, bindInfoCount, pBindInfos); in vkBindBufferMemory2() 2198 …indImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindInfos) { in vkBindImageMemory2() argument 2199 return vulkan::api::BindImageMemory2(device, bindInfoCount, pBindInfos); in vkBindImageMemory2()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 169 …ndBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBindInfos); 170 …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
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 10004 const VkBindBufferMemoryInfo* pBindInfos) { 10012 const VkBindImageMemoryInfo* pBindInfos) { 11536 const VkBindBufferMemoryInfoKHR* pBindInfos) { 11544 const VkBindImageMemoryInfoKHR* pBindInfos) { 11640 const VkBindAccelerationStructureMemoryInfoNV* pBindInfos) {
|