Searched refs:commandBufferCount (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 225 submitInfo.commandBufferCount = 1; in getBackbufferSurface() 341 commandBuffersInfo.commandBufferCount = 2; in createBuffers() 659 submitInfo.commandBufferCount = 1; in swapBuffers()
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 371 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… 418 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons… 983 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in FreeCommandBuffers() argument 984 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers() 1171 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons… in CmdExecuteCommands() argument 1172 …GetData(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuff… in CmdExecuteCommands() 1675 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in vkFreeCommandBuffers() argument 1676 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers() 1910 VKAPI_ATTR void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, co… in vkCmdExecuteCommands() argument 1911 vulkan::api::CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in vkCmdExecuteCommands()
|
D | driver.cpp | 1076 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) in AllocateCommandBuffers()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 120 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… 167 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons…
|
D | null_driver.cpp | 730 std::fill(cmdbufs, cmdbufs + alloc_info->commandBufferCount, nullptr); in AllocateCommandBuffers() 731 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers() 743 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers()
|
/frameworks/rs/rsov/driver/ |
D | rsovScript.cpp | 511 .commandBufferCount = 1, in runForEach() 542 .commandBufferCount = 1, in runForEach()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2156 u32 commandBufferCount 2812 u32 commandBufferCount 3659 u32 commandBufferCount 4633 // commandBuffers := pcommandBuffers[0:commandBufferCount] 4634 // for i in (0 .. commandBufferCount) { 5736 count := pAllocateInfo[0].commandBufferCount 5751 u32 commandBufferCount, 5755 commandBuffers := pCommandBuffers[0:commandBufferCount] 5756 for i in (0 .. commandBufferCount) { 6491 u32 commandBufferCount, [all …]
|