Home
last modified time | relevance | path

Searched refs:VkClearAttachment (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_clear.c202 const VkClearAttachment *attachments, in vk_meta_clear_attachments()
361 VkClearAttachment clear_att[MESA_VK_MAX_COLOR_ATTACHMENTS + 1]; in vk_meta_clear_rendering()
374 clear_att[clear_count++] = (VkClearAttachment) { in vk_meta_clear_rendering()
382 clear_att[clear_count] = (VkClearAttachment) { .aspectMask = 0, }; in vk_meta_clear_rendering()
501 const VkClearAttachment clear_att = { in clear_image_level_layers()
Dvk_meta.h233 const VkClearAttachment *attachments,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dclears.adoc255 * pname:pAttachments is a pointer to an array of slink:VkClearAttachment
391 [open,refpage='VkClearAttachment',desc='Structure specifying a clear attachment',type='structs']
393 The sname:VkClearAttachment structure is defined as:
395 include::{generated}/api/structs/VkClearAttachment.adoc[]
407 * [[VUID-VkClearAttachment-aspectMask-00019]]
411 * [[VUID-VkClearAttachment-aspectMask-00020]]
414 * [[VUID-VkClearAttachment-aspectMask-02246]]
420 include::{generated}/validity/structs/VkClearAttachment.adoc[]
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp855 const VkClearAttachment* pAttachments; in subDecode()
856 VkClearAttachment stack_pAttachments[MAX_STACK_ITEMS]; in subDecode()
863 pAttachments = (VkClearAttachment*)stack_pAttachments; in subDecode()
866 ((attachmentCount)) * sizeof(const VkClearAttachment)); in subDecode()
870 (VkClearAttachment*)(pAttachments + i), in subDecode()
887 (VkClearAttachment*)(pAttachments + i)); in subDecode()
DVkDecoderSnapshot.h525 uint32_t attachmentCount, const VkClearAttachment* pAttachments,
DVkDecoderSnapshot.cpp1379 uint32_t attachmentCount, const VkClearAttachment* pAttachments, in vkCmdClearAttachments()
4941 VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClearAttachment* pAttachments, in vkCmdClearAttachments()
DVkDecoder.cpp7875 const VkClearAttachment* pAttachments; in decode()
7890 ((attachmentCount)) * sizeof(const VkClearAttachment)); in decode()
7893 (VkClearAttachment*)(pAttachments + i), in decode()
7906 (VkClearAttachment*)(pAttachments + i)); in decode()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h418 const VkClearAttachment* from, VkClearAttachment* to);
Dgoldfish_vk_transform_guest.h665 VkClearAttachment* toTransform);
668 VkClearAttachment* toTransform);
Dgoldfish_vk_marshaling_guest.h804 const VkClearAttachment* forMarshaling);
807 VkClearAttachment* forUnmarshaling);
DVkEncoder.h362 const VkClearAttachment* pAttachments, uint32_t rectCount,
Dgoldfish_vk_counting_guest.h378 const VkClearAttachment* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h440 const VkClearAttachment* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_transform_guest.cpp2221 VkClearAttachment* toTransform) { in transform_tohost_VkClearAttachment()
2228 VkClearAttachment* toTransform) { in transform_fromhost_VkClearAttachment()
DVkEncoder.cpp14438 const VkClearAttachment* pAttachments, uint32_t rectCount, in vkCmdClearAttachments()
14479 VkClearAttachment* local_pAttachments; in vkCmdClearAttachments()
14487 (VkClearAttachment*)pool->alloc(((attachmentCount)) * sizeof(const VkClearAttachment)); in vkCmdClearAttachments()
14490 (VkClearAttachment*)(local_pAttachments + i)); in vkCmdClearAttachments()
14505 (VkClearAttachment*)(local_pAttachments + i)); in vkCmdClearAttachments()
14521 (VkClearAttachment*)(local_pAttachments + i), countPtr); in vkCmdClearAttachments()
14550 (VkClearAttachment*)(local_pAttachments + i), in vkCmdClearAttachments()
Dgoldfish_vk_deepcopy_guest.cpp2115 const VkClearAttachment* from, VkClearAttachment* to) { in deepcopy_VkClearAttachment()
Dfunc_table.cpp1517 const VkClearAttachment* pAttachments, uint32_t rectCount, in gfxstream_vk_CmdClearAttachments()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h411 const VkClearAttachment* from, VkClearAttachment* to);
Dgoldfish_vk_transform.h675 VkClearAttachment* toTransform);
678 VkClearAttachment* toTransform);
Dgoldfish_vk_marshaling.h788 const VkClearAttachment* forMarshaling);
791 VkClearAttachment* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h415 VkClearAttachment* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_transform.cpp2228 VkClearAttachment* toTransform) { in transform_tohost_VkClearAttachment()
2235 VkClearAttachment* toTransform) { in transform_fromhost_VkClearAttachment()
Dgoldfish_vk_deepcopy.cpp2115 const VkClearAttachment* from, VkClearAttachment* to) { in deepcopy_VkClearAttachment()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3903 typedef struct VkClearAttachment { struct
3907 } VkClearAttachment; argument
4069 …nts)(VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClearAttachment* pAttachment…
4778 const VkClearAttachment* pAttachments,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp459 …_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ClearAttachment ) == sizeof( VkClearAttachment ), "struct a…

12