Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkCommandPool.hpp39 std::set<VkCommandBuffer>* commandBuffers; member in vk::CommandPool
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h89 std::unordered_set<VkCommandBuffer> commandBuffers; member
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1220 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() local
1369 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest() local
DvktWsiColorSpaceTests.cpp871 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest() local
DvktWsiSharedPresentableImageTests.cpp332 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
DvktWsiDisplayTimingTests.cpp319 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
DvktWsiIncrementalPresentTests.cpp426 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
/external/skqp/src/gpu/vk/
DGrVkCommandBuffer.cpp484 const VkCommandBuffer* commandBuffers, in submit_to_queue()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp487 const VkCommandBuffer* commandBuffers, in submit_to_queue()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1150 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4638 const VkCommandBuffer commandBuffers[] = in renderPassTest() local
4776 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentTests() local
5083 const TestConfig::CommandBufferTypes commandBuffers[] = in addAttachmentAllocationTests() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp496 const Move<VkCommandBuffer> commandBuffers[] = in resetPoolReuseTest() local
DvktApiObjectManagementTests.cpp2260 vector<VkCommandBufferSp> commandBuffers; in createMultiple() local
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp47754 …LKAN_HPP_INLINE void CommandBuffer::executeCommands( ArrayProxy<const CommandBuffer> commandBuffer… in executeCommands()
48342 std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffers() local
48349 …std::vector<CommandBuffer,Allocator> commandBuffers( allocateInfo.commandBufferCount, vectorAlloca… in allocateCommandBuffers() local
48358 std::vector<UniqueHandle<CommandBuffer, Dispatch>, Allocator> commandBuffers; in allocateCommandBuffersUnique() local
48375 std::vector<UniqueHandle<CommandBuffer, Dispatch>, Allocator> commandBuffers( vectorAllocator ); in allocateCommandBuffersUnique() local
50355 …Device::freeCommandBuffers( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffer… in freeCommandBuffers()
50368 …P_INLINE void Device::free( CommandPool commandPool, ArrayProxy<const CommandBuffer> commandBuffer… in free()