/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | VulkanExternalHelper.cpp | 711 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/ |
D | vkCmdExecuteCommands.txt | 5 …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…
|
D | vkFreeCommandBuffers.txt | 6 * [[VUID-vkFreeCommandBuffers-commandBufferCount-arraylength]] pname:commandBufferCount must: be gr…
|
D | vkAllocateCommandBuffers.txt | 6 …ffers must: be a valid pointer to an array of pname:pAllocateInfo::commandBufferCount sname:VkComm…
|
/device/generic/vulkan-cereal/protocols/vulkan/validity/structs/ |
D | VkDeviceGroupSubmitInfo.txt | 6 …r]] If pname:commandBufferCount is not `0`, pname:pCommandBufferDeviceMasks must: be a valid point…
|
D | VkSubmitInfo.txt | 10 …ameter]] If pname:commandBufferCount is not `0`, pname:pCommandBuffers must: be a valid pointer to…
|
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | CompositorVk_unittest.cpp | 58 .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()
|
D | VkTestUtils.h | 198 .commandBufferCount = 1, in submitCommandBufferAndWait() 262 .commandBufferCount = static_cast<uint32_t>(cmdBuffs.size())}; in setUpCommandBuffer()
|
/device/generic/vulkan-cereal/protocols/vulkan/api/protos/ |
D | vkCmdExecuteCommands.txt | 7 uint32_t commandBufferCount,
|
D | vkFreeCommandBuffers.txt | 8 uint32_t commandBufferCount,
|
/device/generic/vulkan-cereal/protocols/vulkan/api/structs/ |
D | VkCommandBufferAllocateInfo.txt | 10 uint32_t commandBufferCount;
|
D | VkDeviceGroupSubmitInfo.txt | 10 uint32_t commandBufferCount;
|
D | VkSubmitInfo.txt | 11 uint32_t commandBufferCount;
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 294 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/ |
D | DisplayVk.cpp | 326 .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/ |
D | vk_util.h | 344 .commandBufferCount = 1}; in runSingleTimeCommands() 354 .commandBufferCount = 1, in runSingleTimeCommands()
|
D | VkDecoderGlobalState.h | 520 uint32_t commandBufferCount, 543 uint32_t commandBufferCount,
|
D | VkSubDecoder.cpp | 1350 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()
|
D | VkDecoderGlobalState.cpp | 3651 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/ |
D | PersistentCommandPool.cpp | 96 commandBufferInfo.commandBufferCount = 1; in allocateCommandBuffer()
|
D | vk_wrapper.h | 138 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/ |
D | ResourceTracker.h | 594 uint32_t commandBufferCount, 655 uint32_t commandBufferCount,
|
D | ResourceTracker.cpp | 6648 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/ |
D | VK_NV_win32_keyed_mutex.txt | 158 submit_info.commandBufferCount = 1;
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api_gen.cpp | 434 …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()
|