Home
last modified time | relevance | path

Searched refs:VkAttachmentLoadOp (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.h199 VkAttachmentLoadOp load_op;
205 VkAttachmentLoadOp stencil_load_op;
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp2668 memcpy(*ptr, (VkAttachmentLoadOp*)&forMarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in reservedmarshal_VkAttachmentDescription()
2669 *ptr += sizeof(VkAttachmentLoadOp); in reservedmarshal_VkAttachmentDescription()
2672 memcpy(*ptr, (VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in reservedmarshal_VkAttachmentDescription()
2673 *ptr += sizeof(VkAttachmentLoadOp); in reservedmarshal_VkAttachmentDescription()
4788 memcpy(*ptr, (VkAttachmentLoadOp*)&forMarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in reservedmarshal_VkAttachmentDescription2()
4789 *ptr += sizeof(VkAttachmentLoadOp); in reservedmarshal_VkAttachmentDescription2()
4792 memcpy(*ptr, (VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in reservedmarshal_VkAttachmentDescription2()
4793 *ptr += sizeof(VkAttachmentLoadOp); in reservedmarshal_VkAttachmentDescription2()
6911 memcpy(*ptr, (VkAttachmentLoadOp*)&forMarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in reservedmarshal_VkRenderingAttachmentInfo()
6912 *ptr += sizeof(VkAttachmentLoadOp); in reservedmarshal_VkRenderingAttachmentInfo()
Dgoldfish_vk_marshaling_guest.cpp3716 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription()
3718 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription()
3733 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription()
3735 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription()
3736 sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription()
6898 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription2()
6900 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription2()
6920 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription2()
6922 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription2()
6923 sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription2()
[all …]
Dgoldfish_vk_counting_guest.cpp1971 *count += sizeof(VkAttachmentLoadOp); in count_VkAttachmentDescription()
1973 *count += sizeof(VkAttachmentLoadOp); in count_VkAttachmentDescription()
3721 *count += sizeof(VkAttachmentLoadOp); in count_VkAttachmentDescription2()
3723 *count += sizeof(VkAttachmentLoadOp); in count_VkAttachmentDescription2()
5447 *count += sizeof(VkAttachmentLoadOp); in count_VkRenderingAttachmentInfo()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py524 printer.write_enum("loadOp", VkAttachmentLoadOp, indent)
526 printer.write_enum("stencilLoadOp", VkAttachmentLoadOp, indent)
1118 VkAttachmentLoadOp = { variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_dynamic_rendering.adoc107 VkAttachmentLoadOp loadOp;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4200 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription()
4202 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription()
4217 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription()
4219 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription()
4220 sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription()
8325 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription2()
8327 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription2()
8359 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->loadOp, sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription2()
8361 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription2()
8362 sizeof(VkAttachmentLoadOp)); in unmarshal_VkAttachmentDescription2()
[all …]
Dgoldfish_vk_reserved_marshaling.cpp3145 memcpy((VkAttachmentLoadOp*)&forUnmarshaling->loadOp, *ptr, sizeof(VkAttachmentLoadOp)); in reservedunmarshal_VkAttachmentDescription()
3146 *ptr += sizeof(VkAttachmentLoadOp); in reservedunmarshal_VkAttachmentDescription()
3149 memcpy((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, *ptr, sizeof(VkAttachmentLoadOp)); in reservedunmarshal_VkAttachmentDescription()
3150 *ptr += sizeof(VkAttachmentLoadOp); in reservedunmarshal_VkAttachmentDescription()
6387 memcpy((VkAttachmentLoadOp*)&forUnmarshaling->loadOp, *ptr, sizeof(VkAttachmentLoadOp)); in reservedunmarshal_VkAttachmentDescription2()
6388 *ptr += sizeof(VkAttachmentLoadOp); in reservedunmarshal_VkAttachmentDescription2()
6391 memcpy((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, *ptr, sizeof(VkAttachmentLoadOp)); in reservedunmarshal_VkAttachmentDescription2()
6392 *ptr += sizeof(VkAttachmentLoadOp); in reservedunmarshal_VkAttachmentDescription2()
9762 memcpy((VkAttachmentLoadOp*)&forUnmarshaling->loadOp, *ptr, sizeof(VkAttachmentLoadOp)); in reservedunmarshal_VkRenderingAttachmentInfo()
9763 *ptr += sizeof(VkAttachmentLoadOp); in reservedunmarshal_VkRenderingAttachmentInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2118 typedef enum VkAttachmentLoadOp { enum
2124 } VkAttachmentLoadOp; typedef
3772 VkAttachmentLoadOp loadOp;
3774 VkAttachmentLoadOp stencilLoadOp;
6030 VkAttachmentLoadOp loadOp;
6032 VkAttachmentLoadOp stencilLoadOp;
7202 VkAttachmentLoadOp loadOp;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc721 * pname:loadOp is a elink:VkAttachmentLoadOp value defining the
1920 * pname:loadOp is a elink:VkAttachmentLoadOp value specifying how the
1926 * pname:stencilLoadOp is a elink:VkAttachmentLoadOp value specifying how
3345 * pname:loadOp is a elink:VkAttachmentLoadOp value specifying how the
3351 * pname:stencilLoadOp is a elink:VkAttachmentLoadOp value specifying how
5228 [open,refpage='VkAttachmentLoadOp',desc='Specify how contents of an attachment are initialized at t…
5232 include::{generated}/api/enums/VkAttachmentLoadOp.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h4185 static inline const char* string_VkAttachmentLoadOp(VkAttachmentLoadOp input_value) in string_VkAttachmentLoadOp()