Lines Matching refs:commandBufferCount
905 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in releaseImageAndSignalSemaphore() local
911 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore()
944 /* .commandBufferCount = */ commandBufferCount, in releaseImageAndSignalSemaphore()
996 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in waitSemaphoreAndAcquireImage() local
1002 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage()
1041 /* .commandBufferCount = */ commandBufferCount, in waitSemaphoreAndAcquireImage()
1111 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in readPixels() local
1117 /* .commandBufferCount = */ commandBufferCount, in readPixels()
1202 /* .commandBufferCount = */ commandBufferCount, in readPixels()
1220 vkFreeCommandBuffers(mDevice, mCommandPool, commandBufferCount, commandBuffers); in readPixels()
1327 constexpr uint32_t commandBufferCount = std::extent<decltype(commandBuffers)>(); in writePixels() local
1333 /* .commandBufferCount = */ commandBufferCount, in writePixels()
1422 /* .commandBufferCount = */ commandBufferCount, in writePixels()
1440 vkFreeCommandBuffers(mDevice, mCommandPool, commandBufferCount, commandBuffers); in writePixels()