Home
last modified time | relevance | path

Searched defs:commandBuffers (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h202 std::list<VkCommandBuffer> commandBuffers; // container of cmd buffers allocated from this pool member
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1379 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() local
1528 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest() local
DvktWsiSharedPresentableImageTests.cpp349 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
DvktWsiDisplayTimingTests.cpp337 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
DvktWsiIncrementalPresentTests.cpp450 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
/external/vulkan-validation-layers/demos/
Dcube.cpp609 vk::CommandBuffer const commandBuffers[] = {cmd}; in flush_init_cmd() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4551 const VkCommandBuffer commandBuffers[] = in renderPassTest() local
4689 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentTests() local
4890 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentAllocationTests() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp665 const Move<VkCommandBuffer> commandBuffers[] = in resetPoolReuseTest() local
DvktApiObjectManagementTests.cpp2180 vector<VkCommandBufferSp> commandBuffers; in createMultiple() local
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16983 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local