Home
last modified time | relevance | path

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

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dswapchain.h47 VKAPI_ATTR VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemo…
48 VKAPI_ATTR VkResult BindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageM…
H A Ddriver_gen.cpp77 VKAPI_ATTR VkResult checkedBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindIm… in checkedBindImageMemory2() argument
79 return BindImageMemory2(device, bindInfoCount, pBindInfos); in checkedBindImageMemory2()
86 VKAPI_ATTR VkResult checkedBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBin… in checkedBindImageMemory2KHR() argument
88 return BindImageMemory2KHR(device, bindInfoCount, pBindInfos); in checkedBindImageMemory2KHR()
H A Dswapchain.cpp1973 uint32_t bindInfoCount, in BindImageMemory2() argument
1981 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2()
1984 device, bindInfoCount, in BindImageMemory2()
1990 uint32_t bindInfoCount, in BindImageMemory2KHR() argument
1996 InterceptBindImageMemory2(bindInfoCount, pBindInfos, &out_native_buffers, in BindImageMemory2KHR()
1999 device, bindInfoCount, in BindImageMemory2KHR()
H A Dapi_gen.cpp391 VKAPI_ATTR VkResult QueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* …
519 VKAPI_ATTR VkResult BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMe…
520 VKAPI_ATTR VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemo…
947 return GetData(queue).dispatch.QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); in QueueBindSparse()
1458 VKAPI_ATTR VkResult BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMe… in BindBufferMemory2() argument
1459 return GetData(device).dispatch.BindBufferMemory2(device, bindInfoCount, pBindInfos); in BindBufferMemory2()
1462 VKAPI_ATTR VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemo… in BindImageMemory2() argument
1463 return GetData(device).dispatch.BindImageMemory2(device, bindInfoCount, pBindInfos); in BindImageMemory2()
1773 return vulkan::api::QueueBindSparse(queue, bindInfoCount, pBindInfo, fence); in vkQueueBindSparse()
2413 return vulkan::api::BindBufferMemory2(device, bindInfoCount, pBindInfos); in vkBindBufferMemory2()
[all …]
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h66 VKAPI_ATTR VkResult QueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* …
193 VKAPI_ATTR VkResult BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMe…
194 VKAPI_ATTR VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemo…
H A Dnull_driver.cpp1221 VkResult QueueBindSparse(VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, … in QueueBindSparse() argument
1492 VkResult BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* p… in BindBufferMemory2() argument
1496 VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBi… in BindImageMemory2() argument