/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_render_pass_store_ops.adoc | 24 This extension adds a new elink:VkAttachmentStoreOp 35 The elink:VkAttachmentStoreOp ename:VK_ATTACHMENT_STORE_OP_STORE may: force 38 The elink:VkAttachmentStoreOp ename:VK_ATTACHMENT_STORE_OP_NONE_QCOM may:
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.h | 202 VkAttachmentStoreOp store_op; 208 VkAttachmentStoreOp stencil_store_op;
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 2670 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription() 2671 *ptr += sizeof(VkAttachmentStoreOp); in reservedmarshal_VkAttachmentDescription() 2674 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription() 2675 *ptr += sizeof(VkAttachmentStoreOp); in reservedmarshal_VkAttachmentDescription() 4790 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription2() 4791 *ptr += sizeof(VkAttachmentStoreOp); in reservedmarshal_VkAttachmentDescription2() 4794 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription2() 4795 *ptr += sizeof(VkAttachmentStoreOp); in reservedmarshal_VkAttachmentDescription2() 6913 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkRenderingAttachmentInfo() 6914 *ptr += sizeof(VkAttachmentStoreOp); in reservedmarshal_VkRenderingAttachmentInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 3717 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription() 3719 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription() 3720 sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription() 3734 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription() 3737 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, in unmarshal_VkAttachmentDescription() 3738 sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription() 6899 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription2() 6901 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription2() 6902 sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription2() 6921 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription2() [all …]
|
D | goldfish_vk_counting_guest.cpp | 1972 *count += sizeof(VkAttachmentStoreOp); in count_VkAttachmentDescription() 1974 *count += sizeof(VkAttachmentStoreOp); in count_VkAttachmentDescription() 3722 *count += sizeof(VkAttachmentStoreOp); in count_VkAttachmentDescription2() 3724 *count += sizeof(VkAttachmentStoreOp); in count_VkAttachmentDescription2() 5448 *count += sizeof(VkAttachmentStoreOp); in count_VkRenderingAttachmentInfo()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 525 printer.write_enum("storeOp", VkAttachmentStoreOp, indent) 527 printer.write_enum("stencilStoreOp", VkAttachmentStoreOp, indent) 1125 VkAttachmentStoreOp = { variable
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_dynamic_rendering.adoc | 108 VkAttachmentStoreOp storeOp;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 4201 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription() 4203 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription() 4204 sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription() 4218 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription() 4221 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, in unmarshal_VkAttachmentDescription() 4222 sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription() 8326 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription2() 8328 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription2() 8329 sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription2() 8360 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription2() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 3147 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, *ptr, sizeof(VkAttachmentStoreOp)); in reservedunmarshal_VkAttachmentDescription() 3148 *ptr += sizeof(VkAttachmentStoreOp); in reservedunmarshal_VkAttachmentDescription() 3151 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, *ptr, in reservedunmarshal_VkAttachmentDescription() 3152 sizeof(VkAttachmentStoreOp)); in reservedunmarshal_VkAttachmentDescription() 3153 *ptr += sizeof(VkAttachmentStoreOp); in reservedunmarshal_VkAttachmentDescription() 6389 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, *ptr, sizeof(VkAttachmentStoreOp)); in reservedunmarshal_VkAttachmentDescription2() 6390 *ptr += sizeof(VkAttachmentStoreOp); in reservedunmarshal_VkAttachmentDescription2() 6393 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, *ptr, in reservedunmarshal_VkAttachmentDescription2() 6394 sizeof(VkAttachmentStoreOp)); in reservedunmarshal_VkAttachmentDescription2() 6395 *ptr += sizeof(VkAttachmentStoreOp); in reservedunmarshal_VkAttachmentDescription2() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2126 typedef enum VkAttachmentStoreOp { enum 2134 } VkAttachmentStoreOp; typedef 3773 VkAttachmentStoreOp storeOp; 3775 VkAttachmentStoreOp stencilStoreOp; 6031 VkAttachmentStoreOp storeOp; 6033 VkAttachmentStoreOp stencilStoreOp; 7203 VkAttachmentStoreOp storeOp;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 723 * pname:storeOp is a elink:VkAttachmentStoreOp value defining the 1923 * pname:storeOp is a elink:VkAttachmentStoreOp value specifying how the 1929 * pname:stencilStoreOp is a elink:VkAttachmentStoreOp value specifying how 3348 * pname:storeOp is a elink:VkAttachmentStoreOp value specifying how the 3354 * pname:stencilStoreOp is a elink:VkAttachmentStoreOp value specifying how 5327 [open,refpage='VkAttachmentStoreOp',desc='Specify how contents of an attachment are stored to memor… 5333 include::{generated}/api/enums/VkAttachmentStoreOp.adoc[]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vk_enum_string_helper.h | 4202 static inline const char* string_VkAttachmentStoreOp(VkAttachmentStoreOp input_value) in string_VkAttachmentStoreOp()
|