Home
last modified time | relevance | path

Searched refs:numCommandBuffers (Results 1 - 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp329 const size_t numCommandBuffers) in allocateCommandBuffers()
331 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
333 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
325 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiColorSpaceTests.cpp367 const size_t numCommandBuffers) in allocateCommandBuffers()
369 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
371 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
363 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiPresentIdWaitTests.cpp335 const size_t numCommandBuffers) in allocateCommandBuffers()
337 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
339 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
331 allocateCommandBuffers(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkCommandPool commandPool, const vk::VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiMaintenance1Tests.cpp505 const size_t numCommandBuffers) in allocateCommandBuffers()
507 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
509 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
501 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiSwapchainTests.cpp1213 const size_t numCommandBuffers) in allocateCommandBuffers()
1215 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1217 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
1209 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp329 const size_t numCommandBuffers) in allocateCommandBuffers()
331 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
333 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
325 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiColorSpaceTests.cpp367 const size_t numCommandBuffers) in allocateCommandBuffers()
369 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
371 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
363 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiPresentIdWaitTests.cpp335 const size_t numCommandBuffers) in allocateCommandBuffers()
337 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
339 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
331 allocateCommandBuffers(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkCommandPool commandPool, const vk::VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
H A DvktWsiSwapchainTests.cpp1197 const size_t numCommandBuffers) in allocateCommandBuffers()
1199 vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1201 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
1193 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp1292 const size_t numCommandBuffers) in allocateCommandBuffers()
1294 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1296 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
1288 allocateCommandBuffers(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkCommandPool commandPool, const vk::VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp1113 const size_t numCommandBuffers) in allocateCommandBuffers()
1115 std::vector<CommandBufferSp> buffers (numCommandBuffers); in allocateCommandBuffers()
1117 for (size_t ndx = 0; ndx < numCommandBuffers; ++ndx) in allocateCommandBuffers()
1109 allocateCommandBuffers(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkCommandPool commandPool, const vk::VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2454 const deUint32 numCommandBuffers = static_cast<deUint32>(pOutHandles->size()); in createMultiple() local
2463 numCommandBuffers, in createMultiple()
2472 for (deUint32 i = 0; i < numCommandBuffers; ++i) in createMultiple()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp2454 const deUint32 numCommandBuffers = static_cast<deUint32>(pOutHandles->size()); in createMultiple() local
2463 numCommandBuffers, in createMultiple()
2472 for (deUint32 i = 0; i < numCommandBuffers; ++i) in createMultiple()

Completed in 34 milliseconds