Home
last modified time | relevance | path

Searched refs:VkAttachmentStoreOp (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_render_pass_store_ops.adoc24 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/
Dvk_render_pass.h202 VkAttachmentStoreOp store_op;
208 VkAttachmentStoreOp stencil_store_op;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp2670 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()
Dgoldfish_vk_marshaling_guest.cpp3717 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 …]
Dgoldfish_vk_counting_guest.cpp1972 *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/
Dvulkan_printer.py525 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/
DVK_KHR_dynamic_rendering.adoc108 VkAttachmentStoreOp storeOp;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4201 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 …]
Dgoldfish_vk_reserved_marshaling.cpp3147 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/
Dvulkan_core.h2126 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/
Drenderpass.adoc723 * 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/
Dvk_enum_string_helper.h4202 static inline const char* string_VkAttachmentStoreOp(VkAttachmentStoreOp input_value) in string_VkAttachmentStoreOp()