/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_clear.c | 202 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()
|
D | vk_meta.h | 233 const VkClearAttachment *attachments,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | clears.adoc | 255 * 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/ |
D | VkSubDecoder.cpp | 855 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()
|
D | VkDecoderSnapshot.h | 525 uint32_t attachmentCount, const VkClearAttachment* pAttachments,
|
D | VkDecoderSnapshot.cpp | 1379 uint32_t attachmentCount, const VkClearAttachment* pAttachments, in vkCmdClearAttachments() 4941 VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkClearAttachment* pAttachments, in vkCmdClearAttachments()
|
D | VkDecoder.cpp | 7875 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/ |
D | goldfish_vk_deepcopy_guest.h | 418 const VkClearAttachment* from, VkClearAttachment* to);
|
D | goldfish_vk_transform_guest.h | 665 VkClearAttachment* toTransform); 668 VkClearAttachment* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 804 const VkClearAttachment* forMarshaling); 807 VkClearAttachment* forUnmarshaling);
|
D | VkEncoder.h | 362 const VkClearAttachment* pAttachments, uint32_t rectCount,
|
D | goldfish_vk_counting_guest.h | 378 const VkClearAttachment* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 440 const VkClearAttachment* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_transform_guest.cpp | 2221 VkClearAttachment* toTransform) { in transform_tohost_VkClearAttachment() 2228 VkClearAttachment* toTransform) { in transform_fromhost_VkClearAttachment()
|
D | VkEncoder.cpp | 14438 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()
|
D | goldfish_vk_deepcopy_guest.cpp | 2115 const VkClearAttachment* from, VkClearAttachment* to) { in deepcopy_VkClearAttachment()
|
D | func_table.cpp | 1517 const VkClearAttachment* pAttachments, uint32_t rectCount, in gfxstream_vk_CmdClearAttachments()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 411 const VkClearAttachment* from, VkClearAttachment* to);
|
D | goldfish_vk_transform.h | 675 VkClearAttachment* toTransform); 678 VkClearAttachment* toTransform);
|
D | goldfish_vk_marshaling.h | 788 const VkClearAttachment* forMarshaling); 791 VkClearAttachment* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 415 VkClearAttachment* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_transform.cpp | 2228 VkClearAttachment* toTransform) { in transform_tohost_VkClearAttachment() 2235 VkClearAttachment* toTransform) { in transform_fromhost_VkClearAttachment()
|
D | goldfish_vk_deepcopy.cpp | 2115 const VkClearAttachment* from, VkClearAttachment* to) { in deepcopy_VkClearAttachment()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3903 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/ |
D | vulkansc_static_assertions.hpp | 459 …_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ClearAttachment ) == sizeof( VkClearAttachment ), "struct a…
|