Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp583 .commandBufferCount = 1, in initializeVkSyncObjects()
745 submit_info.commandBufferCount = 1; in doQueuePresent()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp742 std::fill(cmdbufs, cmdbufs + alloc_info->commandBufferCount, nullptr); in AllocateCommandBuffers()
743 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers()
755 for (uint32_t i = 0; i < alloc_info->commandBufferCount; i++) { in AllocateCommandBuffers()
Dnull_driver_gen.h120 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom…
167 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons…
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp434 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom…
481 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons…
1124 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in FreeCommandBuffers() argument
1125 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
1312 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons… in CmdExecuteCommands() argument
1313 …GetData(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuff… in CmdExecuteCommands()
1948 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in vkFreeCommandBuffers() argument
1949 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
2183 VKAPI_ATTR void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, co… in vkCmdExecuteCommands() argument
2184 vulkan::api::CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in vkCmdExecuteCommands()
Ddriver.cpp1317 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) in AllocateCommandBuffers()
/frameworks/rs/rsov/driver/
DrsovScript.cpp576 .commandBufferCount = 1, in runForEach()
607 .commandBufferCount = 1, in runForEach()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c711 .commandBufferCount = 1, in demo_flush_init_cmd()
1139 submit_info.commandBufferCount = 1; in demo_draw()
1156 submit_info.commandBufferCount = 1; in demo_draw()
2281 .commandBufferCount = 1, in demo_prepare()
2328 .commandBufferCount = 1, in demo_prepare()
/frameworks/native/vulkan/api/
Dvulkan.api3693 u32 commandBufferCount
4349 u32 commandBufferCount
4800 u32 commandBufferCount
5800 u32 commandBufferCount
8122 // commandBuffers := pcommandBuffers[0:commandBufferCount]
8123 // for i in (0 .. commandBufferCount) {
9225 count := pAllocateInfo[0].commandBufferCount
9240 u32 commandBufferCount,
9244 commandBuffers := pCommandBuffers[0:commandBufferCount]
9245 for i in (0 .. commandBufferCount) {
[all …]