/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_invocation_mask.adoc | 54 commandBuffers[imageIndex], 56 vkCmdBindDescriptorSets(commandBuffers[imageIndex], 62 commandBuffers[imageIndex], 65 vkCmdTraceRaysKHR(commandBuffers[imageIndex],
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_HUAWEI_invocation_mask.adoc | 126 commandBuffers[imageIndex], 128 vkCmdBindDescriptorSets(commandBuffers[imageIndex], 134 commandBuffers[imageIndex], 137 vkCmdTraceRaysKHR(commandBuffers[imageIndex],
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 472 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local 473 ASSERT_THAT(commandBuffers, Not(IsEmpty())); in TEST_P() 474 auto commandBuffer = std::move(commandBuffers[0]); in TEST_P() 611 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local 612 ASSERT_THAT(commandBuffers, Not(IsEmpty())); in TEST_P() 613 auto commandBuffer = std::move(commandBuffers[0]); in TEST_P() 788 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local 789 ASSERT_THAT(commandBuffers, Not(IsEmpty())); in TEST_P() 790 auto commandBuffer = std::move(commandBuffers[0]); in TEST_P() 1012 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local [all …]
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 126 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local 127 ASSERT_THAT(commandBuffers, Not(IsEmpty())); in TEST_P() 128 auto commandBuffer = std::move(commandBuffers[0]); in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 218 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local 219 ASSERT_THAT(commandBuffers, Not(IsEmpty())); in TEST_P() 220 auto commandBuffer = std::move(commandBuffers[0]); in TEST_P() 971 … auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local 972 ASSERT_THAT(commandBuffers, Not(IsEmpty())); in TEST_P() 973 auto commandBuffer = std::move(commandBuffers[0]); in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 456 auto commandBuffers = device->allocateCommandBuffersUnique(commandBufferAllocateInfo).value; in TEST_P() local 457 ASSERT_THAT(commandBuffers, Not(IsEmpty())); in TEST_P() 458 auto commandBuffer = std::move(commandBuffers[0]); in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 951 … auto commandBuffers = VK_TRY_RV(mDevice->allocateCommandBuffersUnique(commandBufferAllocateInfo)); in DoCommandsImmediate() local 952 auto commandBuffer = std::move(commandBuffers[0]); in DoCommandsImmediate()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 2866 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer, CommandBufferAllocator> commandBuffers( allocateI… in allocateCommandBuffers() local 2867 …erAllocateInfo *>( &allocateInfo ), reinterpret_cast<VkCommandBuffer *>( commandBuffers.data() ) ); in allocateCommandBuffers() 2870 …eturn createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), commandBuffers ); in allocateCommandBuffers() 2879 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer, CommandBufferAllocator> commandBuffers( allocateI… in allocateCommandBuffers() local 2880 …erAllocateInfo *>( &allocateInfo ), reinterpret_cast<VkCommandBuffer *>( commandBuffers.data() ) ); in allocateCommandBuffers() 2883 …eturn createResultValueType( static_cast<VULKAN_HPP_NAMESPACE::Result>( result ), commandBuffers ); in allocateCommandBuffers() 2893 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() local 2894 …erAllocateInfo *>( &allocateInfo ), reinterpret_cast<VkCommandBuffer *>( commandBuffers.data() ) ); in allocateCommandBuffersUnique() 2899 for ( auto const & commandBuffer : commandBuffers ) in allocateCommandBuffersUnique() 2912 …std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() local [all …]
|
D | vulkansc_raii.hpp | 2519 …SPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers ) const VULKA… 2795 std::vector<VkCommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in CommandBuffers() local 2796 … reinterpret_cast<const VkCommandBufferAllocateInfo *>( &allocateInfo ), commandBuffers.data() ) ); in CommandBuffers() 2800 for ( auto const & commandBuffer : commandBuffers ) in CommandBuffers() 7249 …SPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers ) const VULKA… in executeCommands() 7255 …kCommandBuffer>( m_commandBuffer ), commandBuffers.size(), reinterpret_cast<const VkCommandBuffer … in executeCommands()
|
D | vulkansc_handles.hpp | 2378 …SPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers, Dispatch cons… 5076 …SPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers, Dispatch cons… 5084 …SPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers, Dispatch cons…
|
D | vulkan_raii.hpp | 4951 …SPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers ) const VULKA… 5684 std::vector<VkCommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in CommandBuffers() local 5685 … reinterpret_cast<const VkCommandBufferAllocateInfo *>( &allocateInfo ), commandBuffers.data() ) ); in CommandBuffers() 5689 for ( auto const & commandBuffer : commandBuffers ) in CommandBuffers() 12079 …SPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers ) const VULKA… in executeCommands() 12085 …kCommandBuffer>( m_commandBuffer ), commandBuffers.size(), reinterpret_cast<const VkCommandBuffer … in executeCommands()
|