Home
last modified time | relevance | path

Searched refs:VkPipelineExecutableStatisticValueKHR (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h1483 Allocator* alloc, VkStructureType rootType, const VkPipelineExecutableStatisticValueKHR* from,
1484 VkPipelineExecutableStatisticValueKHR* to);
Dgoldfish_vk_transform_guest.h2377 ResourceTracker* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform);
2380 ResourceTracker* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform);
Dgoldfish_vk_marshaling_guest.h2817 const VkPipelineExecutableStatisticValueKHR* forMarshaling);
2821 VkPipelineExecutableStatisticValueKHR* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp6465 ResourceTracker* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform) { in transform_tohost_VkPipelineExecutableStatisticValueKHR()
6471 ResourceTracker* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform) { in transform_fromhost_VkPipelineExecutableStatisticValueKHR()
6484 resourceTracker, (VkPipelineExecutableStatisticValueKHR*)(&toTransform->value)); in transform_tohost_VkPipelineExecutableStatisticKHR()
6495 resourceTracker, (VkPipelineExecutableStatisticValueKHR*)(&toTransform->value)); in transform_fromhost_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_counting_guest.h1353 const VkPipelineExecutableStatisticValueKHR* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h1514 const VkPipelineExecutableStatisticValueKHR* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp6916 Allocator* alloc, VkStructureType rootType, const VkPipelineExecutableStatisticValueKHR* from, in deepcopy_VkPipelineExecutableStatisticValueKHR()
6917 VkPipelineExecutableStatisticValueKHR* to) { in deepcopy_VkPipelineExecutableStatisticValueKHR()
6946 alloc, rootType, &from->value, (VkPipelineExecutableStatisticValueKHR*)(&to->value)); in deepcopy_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_counting_guest.cpp6047 const VkPipelineExecutableStatisticValueKHR* toCount, size_t* count) { in count_VkPipelineExecutableStatisticValueKHR()
6071 featureBits, rootType, (VkPipelineExecutableStatisticValueKHR*)(&toCount->value), count); in count_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_marshaling_guest.cpp11371 const VkPipelineExecutableStatisticValueKHR* forMarshaling) { in marshal_VkPipelineExecutableStatisticValueKHR()
11378 VkPipelineExecutableStatisticValueKHR* forUnmarshaling) { in unmarshal_VkPipelineExecutableStatisticValueKHR()
11397 vkStream, rootType, (VkPipelineExecutableStatisticValueKHR*)(&forMarshaling->value)); in marshal_VkPipelineExecutableStatisticKHR()
11414 vkStream, rootType, (VkPipelineExecutableStatisticValueKHR*)(&forUnmarshaling->value)); in unmarshal_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7668 const VkPipelineExecutableStatisticValueKHR* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkPipelineExecutableStatisticValueKHR()
7694 vkStream, rootType, (VkPipelineExecutableStatisticValueKHR*)(&forMarshaling->value), ptr); in reservedmarshal_VkPipelineExecutableStatisticKHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1507 Allocator* alloc, VkStructureType rootType, const VkPipelineExecutableStatisticValueKHR* from,
1508 VkPipelineExecutableStatisticValueKHR* to);
Dgoldfish_vk_transform.h2486 VkDecoderGlobalState* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform);
2489 VkDecoderGlobalState* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform);
Dgoldfish_vk_marshaling.h2843 const VkPipelineExecutableStatisticValueKHR* forMarshaling);
2847 VkPipelineExecutableStatisticValueKHR* forUnmarshaling);
Dgoldfish_vk_transform.cpp6665 VkDecoderGlobalState* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform) { in transform_tohost_VkPipelineExecutableStatisticValueKHR()
6671 VkDecoderGlobalState* resourceTracker, VkPipelineExecutableStatisticValueKHR* toTransform) { in transform_fromhost_VkPipelineExecutableStatisticValueKHR()
6684 resourceTracker, (VkPipelineExecutableStatisticValueKHR*)(&toTransform->value)); in transform_tohost_VkPipelineExecutableStatisticKHR()
6695 resourceTracker, (VkPipelineExecutableStatisticValueKHR*)(&toTransform->value)); in transform_fromhost_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_reserved_marshaling.h1503 VkPipelineExecutableStatisticValueKHR* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp7123 Allocator* alloc, VkStructureType rootType, const VkPipelineExecutableStatisticValueKHR* from, in deepcopy_VkPipelineExecutableStatisticValueKHR()
7124 VkPipelineExecutableStatisticValueKHR* to) { in deepcopy_VkPipelineExecutableStatisticValueKHR()
7153 alloc, rootType, &from->value, (VkPipelineExecutableStatisticValueKHR*)(&to->value)); in deepcopy_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_marshaling.cpp14594 const VkPipelineExecutableStatisticValueKHR* forMarshaling) { in marshal_VkPipelineExecutableStatisticValueKHR()
14601 VkPipelineExecutableStatisticValueKHR* forUnmarshaling) { in unmarshal_VkPipelineExecutableStatisticValueKHR()
14620 vkStream, rootType, (VkPipelineExecutableStatisticValueKHR*)(&forMarshaling->value)); in marshal_VkPipelineExecutableStatisticKHR()
14648 vkStream, rootType, (VkPipelineExecutableStatisticValueKHR*)(&forUnmarshaling->value)); in unmarshal_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_reserved_marshaling.cpp11236 VkPipelineExecutableStatisticValueKHR* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkPipelineExecutableStatisticValueKHR()
11274 vkStream, rootType, (VkPipelineExecutableStatisticValueKHR*)(&forUnmarshaling->value), ptr); in reservedunmarshal_VkPipelineExecutableStatisticKHR()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc8966 fname:b32 field of sname:VkPipelineExecutableStatisticValueKHR.
8969 from the fname:i64 field of sname:VkPipelineExecutableStatisticValueKHR.
8973 sname:VkPipelineExecutableStatisticValueKHR.
8977 sname:VkPipelineExecutableStatisticValueKHR.
8980 [open,refpage='VkPipelineExecutableStatisticValueKHR',desc='A union describing a pipeline executabl…
8982 The sname:VkPipelineExecutableStatisticValueKHR union is defined as:
8984 include::{generated}/api/structs/VkPipelineExecutableStatisticValueKHR.adoc[]
8999 include::{generated}/validity/structs/VkPipelineExecutableStatisticValueKHR.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9994 typedef union VkPipelineExecutableStatisticValueKHR { union
9999 } VkPipelineExecutableStatisticValueKHR; typedef
10007 VkPipelineExecutableStatisticValueKHR value;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp3083 …MESPACE::PipelineExecutableStatisticValueKHR ) == sizeof( VkPipelineExecutableStatisticValueKHR ),…