Home
last modified time | relevance | path

Searched refs:currExtSize (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_counting_guest.cpp7369 size_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features( in count_extension_struct() local
7371 if (!currExtSize && structExtension) { in count_extension_struct()
7378 if (!currExtSize) { in count_extension_struct()
Dgoldfish_vk_marshaling_guest.cpp13615 size_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features( in marshal_extension_struct() local
13617 if (!currExtSize && structExtension) { in marshal_extension_struct()
13623 vkStream->putBe32(currExtSize); in marshal_extension_struct()
13624 if (!currExtSize) { in marshal_extension_struct()
14828 size_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features( in unmarshal_extension_struct() local
14830 if (!currExtSize && structExtension_out) { in unmarshal_extension_struct()
14837 if (!currExtSize) { in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling_guest.cpp9140 uint32_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features( in reservedmarshal_extension_struct() local
9142 if (!currExtSize && structExtension) { in reservedmarshal_extension_struct()
9148 memcpy(*ptr, &currExtSize, sizeof(uint32_t)); in reservedmarshal_extension_struct()
9152 if (!currExtSize) { in reservedmarshal_extension_struct()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp18255 size_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features( in marshal_extension_struct() local
18257 if (!currExtSize && structExtension) { in marshal_extension_struct()
18263 vkStream->putBe32(currExtSize); in marshal_extension_struct()
18264 if (!currExtSize) { in marshal_extension_struct()
19549 size_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features( in unmarshal_extension_struct() local
19551 if (!currExtSize && structExtension_out) { in unmarshal_extension_struct()
19557 if (!currExtSize) { in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp14156 uint32_t currExtSize = goldfish_vk_extension_struct_size_with_stream_features( in reservedunmarshal_extension_struct() local
14158 if (!currExtSize && structExtension_out) { in reservedunmarshal_extension_struct()
14164 if (!currExtSize) { in reservedunmarshal_extension_struct()