/external/swiftshader/src/Vulkan/ |
D | VkCommandPool.hpp | 39 std::set<VkCommandBuffer>* commandBuffers; member in vk::CommandPool
|
/external/vulkan-validation-layers/layers/ |
D | core_validation_types.h | 89 std::unordered_set<VkCommandBuffer> commandBuffers; member
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1220 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() local 1369 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest() local
|
D | vktWsiColorSpaceTests.cpp | 871 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in surfaceFormatRenderTest() local
|
D | vktWsiSharedPresentableImageTests.cpp | 332 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
D | vktWsiDisplayTimingTests.cpp | 319 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
D | vktWsiIncrementalPresentTests.cpp | 426 std::vector<vk::VkCommandBuffer>& commandBuffers) in deinitCommandBuffers()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 484 const VkCommandBuffer* commandBuffers, in submit_to_queue()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 487 const VkCommandBuffer* commandBuffers, in submit_to_queue()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 1150 const std::vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, in basicRenderTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 4638 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/ |
D | vktApiCommandBuffersTests.cpp | 496 const Move<VkCommandBuffer> commandBuffers[] = in resetPoolReuseTest() local
|
D | vktApiObjectManagementTests.cpp | 2260 vector<VkCommandBufferSp> commandBuffers; in createMultiple() local
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 47754 …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()
|