Home
last modified time | relevance | path

Searched refs:commandBufferCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_trampolines.cc63 for (uint32_t idx = 0; idx < pAllocateInfo_host->commandBufferCount; ++idx) { in DoCustomTrampolineWithThunk_vkAllocateCommandBuffers()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp743 std::fill(cmdbufs, cmdbufs + alloc_info->commandBufferCount, nullptr); in AllocateCommandBuffers()
744 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers()
756 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers()
Dnull_driver_gen.h122 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom…
169 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons…
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp484 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom…
531 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons…
1286 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in FreeCommandBuffers() argument
1287 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
1474 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons… in CmdExecuteCommands() argument
1475 …GetData(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuff… in CmdExecuteCommands()
2316 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in vkFreeCommandBuffers() argument
2317 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
2551 VKAPI_ATTR void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, co… in vkCmdExecuteCommands() argument
2552 vulkan::api::CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in vkCmdExecuteCommands()
Ddriver.cpp1696 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) in AllocateCommandBuffers()