Searched refs:VkCommandBufferAllocateInfo (Results 1 – 25 of 51) sorted by relevance
123
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_cmd.cpp | 122 const VkCommandBufferAllocateInfo* pAllocateInfo, in gfxstream_vk_AllocateCommandBuffers() 144 VkCommandBufferAllocateInfo internal_allocateInfo; in gfxstream_vk_AllocateCommandBuffers()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 136 VkCommandBufferAllocateInfo allocInfo{ in saveImageContent() 287 VkCommandBufferAllocateInfo allocInfo{ in loadImageContent() 484 VkCommandBufferAllocateInfo allocInfo{ in saveBufferContent() 587 VkCommandBufferAllocateInfo allocInfo{ in loadBufferContent()
|
D | DisplayVk.cpp | 697 VkCommandBufferAllocateInfo commandBufferAllocInfo = { in create() 731 const VkCommandBufferAllocateInfo allocInfo = { in create()
|
D | vk_util.h | 434 VkCommandBufferAllocateInfo cmdBuffAllocInfo = { in runSingleTimeCommands()
|
D | VkAndroidNativeBuffer.cpp | 466 VkCommandBufferAllocateInfo cbAllocInfo = { in setup()
|
D | VkDecoderGlobalState.h | 459 const VkCommandBufferAllocateInfo* pAllocateInfo,
|
D | CompositorVk.cpp | 1123 const VkCommandBufferAllocateInfo commandBufferAllocInfo = { in compose()
|
D | VkCommonOperations.cpp | 1205 VkCommandBufferAllocateInfo cbAi = { in createGlobalVkEmulation() 3422 VkCommandBufferAllocateInfo allocateInfo = { in allocateQueueTransferCommandBuffer_locked()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 168 VkCommandBufferAllocateInfo allocInfo = { in TEST_F()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_command_pool.c | 194 const VkCommandBufferAllocateInfo *pAllocateInfo, in vk_common_AllocateCommandBuffers()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 209 VkCommandBufferAllocateInfo allocInfo = { in beginCommandBuffer()
|
D | VkDecoderTestDispatch.h | 39 const VkCommandBufferAllocateInfo* pAllocateInfo, in vkAllocateCommandBuffers()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 257 VkCommandBufferAllocateInfo cmdBuffAllocInfo = { in setUpCommandBuffer()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 386 const VkCommandBufferAllocateInfo* from, 387 VkCommandBufferAllocateInfo* to);
|
D | ResourceTracker.h | 519 const VkCommandBufferAllocateInfo* pAllocateInfo,
|
D | goldfish_vk_transform_guest.h | 615 VkCommandBufferAllocateInfo* toTransform); 618 VkCommandBufferAllocateInfo* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 745 const VkCommandBufferAllocateInfo* forMarshaling); 748 VkCommandBufferAllocateInfo* forUnmarshaling);
|
D | VkEncoder.h | 276 const VkCommandBufferAllocateInfo* pAllocateInfo,
|
D | goldfish_vk_counting_guest.h | 350 const VkCommandBufferAllocateInfo* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 408 const VkCommandBufferAllocateInfo* forMarshaling,
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 379 const VkCommandBufferAllocateInfo* from, 380 VkCommandBufferAllocateInfo* to);
|
D | goldfish_vk_transform.h | 621 VkCommandBufferAllocateInfo* toTransform); 624 VkCommandBufferAllocateInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 729 const VkCommandBufferAllocateInfo* forMarshaling); 732 VkCommandBufferAllocateInfo* forUnmarshaling);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 633 * pname:pAllocateInfo is a pointer to a slink:VkCommandBufferAllocateInfo 667 [open,refpage='VkCommandBufferAllocateInfo',desc='Structure specifying the allocation parameters fo… 669 The sname:VkCommandBufferAllocateInfo structure is defined as: 671 include::{generated}/api/structs/VkCommandBufferAllocateInfo.adoc[] 693 * [[VUID-VkCommandBufferAllocateInfo-commandPool-05006]] 702 include::{generated}/validity/structs/VkCommandBufferAllocateInfo.adoc[] 707 Possible values of slink:VkCommandBufferAllocateInfo::pname:level,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 538 VkCommandBufferAllocateInfo cmd_buffer_info = {}; in get_overlay_draw() 2343 const VkCommandBufferAllocateInfo* pAllocateInfo, in overlay_AllocateCommandBuffers()
|
123