Home
last modified time | relevance | path

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

123

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp711 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in releaseImageAndSignalSemaphore() local
717 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore()
750 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore()
771 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in waitSemaphoreAndAcquireImage() local
777 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage()
816 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage()
885 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in readPixels() local
891 /* .commandBufferCount = */ commandBufferCount, in readPixels()
948 /* .commandBufferCount = */ commandBufferCount, in readPixels()
963 vkFreeCommandBuffers(mDevice, mCommandPool, commandBufferCount, commandBuffers); in readPixels()
/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/
DvkCmdExecuteCommands.txt5 …name:pCommandBuffers must: be a valid pointer to an array of pname:commandBufferCount valid sname:…
9 * [[VUID-vkCmdExecuteCommands-commandBufferCount-arraylength]] pname:commandBufferCount must: be gr…
DvkFreeCommandBuffers.txt6 * [[VUID-vkFreeCommandBuffers-commandBufferCount-arraylength]] pname:commandBufferCount must: be gr…
DvkAllocateCommandBuffers.txt6 …ffers must: be a valid pointer to an array of pname:pAllocateInfo::commandBufferCount sname:VkComm…
/device/generic/vulkan-cereal/protocols/vulkan/validity/structs/
DVkDeviceGroupSubmitInfo.txt6 …r]] If pname:commandBufferCount is not `0`, pname:pCommandBufferDeviceMasks must: be a valid point…
DVkSubmitInfo.txt10 …ameter]] If pname:commandBufferCount is not `0`, pname:pCommandBuffers must: be a valid pointer to…
/device/generic/vulkan-cereal/stream-servers/tests/
DCompositorVk_unittest.cpp58 .commandBufferCount = k_numOfRenderTargets}; in SetUp()
271 .commandBufferCount = static_cast<uint32_t>(cmdBuffs.size()), in TEST_F()
359 .commandBufferCount = 1, in TEST_F()
461 .commandBufferCount = 1, in TEST_F()
DVkTestUtils.h198 .commandBufferCount = 1, in submitCommandBufferAndWait()
262 .commandBufferCount = static_cast<uint32_t>(cmdBuffs.size())}; in setUpCommandBuffer()
/device/generic/vulkan-cereal/protocols/vulkan/api/protos/
DvkCmdExecuteCommands.txt7 uint32_t commandBufferCount,
DvkFreeCommandBuffers.txt8 uint32_t commandBufferCount,
/device/generic/vulkan-cereal/protocols/vulkan/api/structs/
DVkCommandBufferAllocateInfo.txt10 uint32_t commandBufferCount;
DVkDeviceGroupSubmitInfo.txt10 uint32_t commandBufferCount;
DVkSubmitInfo.txt11 uint32_t commandBufferCount;
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp294 submitInfo[0].commandBufferCount = numBuffers; in PrimaryCommandBufferBenchmarkHundredIndividual()
361 submitInfo[0].commandBufferCount = 1; in PrimaryCommandBufferBenchmarkOneWithOneHundred()
453 submitInfo[0].commandBufferCount = 1; in SecondaryCommandBufferBenchmark()
/device/generic/vulkan-cereal/stream-servers/
DDisplayVk.cpp326 .commandBufferCount = 1, in post()
490 .commandBufferCount = 1, in compose()
807 .commandBufferCount = 1, in create()
848 .commandBufferCount = 1, in create()
/device/generic/vulkan-cereal/stream-servers/vulkan/
Dvk_util.h344 .commandBufferCount = 1}; in runSingleTimeCommands()
354 .commandBufferCount = 1, in runSingleTimeCommands()
DVkDecoderGlobalState.h520 uint32_t commandBufferCount,
543 uint32_t commandBufferCount,
DVkSubDecoder.cpp1350 uint32_t commandBufferCount; in subDecode() local
1353 memcpy((uint32_t*)&commandBufferCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode()
1355 if (((commandBufferCount)) <= MAX_STACK_ITEMS) in subDecode()
1361 …readStream->alloc((void**)&pCommandBuffers, ((commandBufferCount)) * sizeof(const VkCommandBuffer)… in subDecode()
1363 if (((commandBufferCount))) in subDecode()
1366 *readStreamPtrPtr += 8 * ((commandBufferCount)); in subDecode()
1367 for (uint32_t k = 0; k < ((commandBufferCount)); ++k) in subDecode()
1373 …kCmdExecuteCommands(pool, (VkCommandBuffer)(boxed_dispatchHandle), commandBufferCount, pCommandBuf… in subDecode()
DVkDecoderGlobalState.cpp3651 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; i++) { in on_vkAllocateCommandBuffers()
3727 uint32_t commandBufferCount, in on_vkCmdExecuteCommands() argument
3733 vk->vkCmdExecuteCommands(commandBuffer, commandBufferCount, in on_vkCmdExecuteCommands()
3738 pCommandBuffers, pCommandBuffers + commandBufferCount); in on_vkCmdExecuteCommands()
3763 for (uint32_t c = 0; c < submit.commandBufferCount; c++) { in on_vkQueueSubmit()
3836 uint32_t commandBufferCount, in on_vkFreeCommandBuffers() argument
3843 vk->vkFreeCommandBuffers(device, commandPool, commandBufferCount, in on_vkFreeCommandBuffers()
3846 for (uint32_t i = 0; i < commandBufferCount; i++) { in on_vkFreeCommandBuffers()
7590 uint32_t commandBufferCount, in on_vkCmdExecuteCommands() argument
7592 return mImpl->on_vkCmdExecuteCommands(pool, commandBuffer, commandBufferCount, in on_vkCmdExecuteCommands()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DPersistentCommandPool.cpp96 commandBufferInfo.commandBufferCount = 1; in allocateCommandBuffer()
Dvk_wrapper.h138 uint32_t commandBufferCount,
302 void executeCommands(uint32_t commandBufferCount, const CommandBuffer *commandBuffers);
669 uint32_t commandBufferCount,
673 vkFreeCommandBuffers(device, mHandle, commandBufferCount, commandBuffers);
908 ANGLE_INLINE void CommandBuffer::executeCommands(uint32_t commandBufferCount,
912 vkCmdExecuteCommands(mHandle, commandBufferCount, commandBuffers[0].ptr());
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h594 uint32_t commandBufferCount,
655 uint32_t commandBufferCount,
DResourceTracker.cpp6648 for (uint32_t j = 0; j < pSubmits[i].commandBufferCount; ++j) { in flushStagingStreams()
7622 uint32_t commandBufferCount, in on_vkCmdExecuteCommands() argument
7628 … enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, true /* do lock */); in on_vkCmdExecuteCommands()
7633 for (uint32_t i = 0; i < commandBufferCount; ++i) { in on_vkCmdExecuteCommands()
7639 … enc->vkCmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers, true /* do lock */); in on_vkCmdExecuteCommands()
7724 for (uint32_t i = 0; i < pAllocateInfo->commandBufferCount; ++i) { in on_vkAllocateCommandBuffers()
7985 uint32_t commandBufferCount, in addToCommandPool() argument
7987 for (uint32_t i = 0; i < commandBufferCount; ++i) { in addToCommandPool()
8120 uint32_t commandBufferCount, in addToCommandPool() argument
8122 mImpl->addToCommandPool(commandPool, commandBufferCount, pCommandBuffers); in addToCommandPool()
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_NV_win32_keyed_mutex.txt158 submit_info.commandBufferCount = 1;
/device/generic/vulkan-cereal/fake-android-guest/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…
1123 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in FreeCommandBuffers() argument
1124 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
1311 VKAPI_ATTR void CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, cons… in CmdExecuteCommands() argument
1312 …GetData(commandBuffer).dispatch.CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuff… in CmdExecuteCommands()
1947 …ommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const VkCom… in vkFreeCommandBuffers() argument
1948 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
2182 VKAPI_ATTR void vkCmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount, co… in vkCmdExecuteCommands() argument
2183 vulkan::api::CmdExecuteCommands(commandBuffer, commandBufferCount, pCommandBuffers); in vkCmdExecuteCommands()

123