Home
last modified time | relevance | path

Searched refs:VkPipelineExecutableStatisticFormatKHR (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc8950 * pname:format is a elink:VkPipelineExecutableStatisticFormatKHR value
8957 [open,refpage='VkPipelineExecutableStatisticFormatKHR',desc='Enum describing a pipeline executable …
8959 The ename:VkPipelineExecutableStatisticFormatKHR enum is defined as:
8961 include::{generated}/api/enums/VkPipelineExecutableStatisticFormatKHR.adoc[]
8987 ename:VkPipelineExecutableStatisticFormatKHR is
8990 ename:VkPipelineExecutableStatisticFormatKHR is
8993 ename:VkPipelineExecutableStatisticFormatKHR is
8996 ename:VkPipelineExecutableStatisticFormatKHR is
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h6452 …onst char* string_VkPipelineExecutableStatisticFormatKHR(VkPipelineExecutableStatisticFormatKHR in… in string_VkPipelineExecutableStatisticFormatKHR()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp7690 memcpy(*ptr, (VkPipelineExecutableStatisticFormatKHR*)&forMarshaling->format, in reservedmarshal_VkPipelineExecutableStatisticKHR()
7691 sizeof(VkPipelineExecutableStatisticFormatKHR)); in reservedmarshal_VkPipelineExecutableStatisticKHR()
7692 *ptr += sizeof(VkPipelineExecutableStatisticFormatKHR); in reservedmarshal_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_marshaling_guest.cpp11394 vkStream->write((VkPipelineExecutableStatisticFormatKHR*)&forMarshaling->format, in marshal_VkPipelineExecutableStatisticKHR()
11395 sizeof(VkPipelineExecutableStatisticFormatKHR)); in marshal_VkPipelineExecutableStatisticKHR()
11411 vkStream->read((VkPipelineExecutableStatisticFormatKHR*)&forUnmarshaling->format, in unmarshal_VkPipelineExecutableStatisticKHR()
11412 sizeof(VkPipelineExecutableStatisticFormatKHR)); in unmarshal_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_counting_guest.cpp6069 *count += sizeof(VkPipelineExecutableStatisticFormatKHR); in count_VkPipelineExecutableStatisticKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9959 typedef enum VkPipelineExecutableStatisticFormatKHR { enum
9965 } VkPipelineExecutableStatisticFormatKHR; typedef
10006 VkPipelineExecutableStatisticFormatKHR format;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp14617 vkStream->write((VkPipelineExecutableStatisticFormatKHR*)&forMarshaling->format, in marshal_VkPipelineExecutableStatisticKHR()
14618 sizeof(VkPipelineExecutableStatisticFormatKHR)); in marshal_VkPipelineExecutableStatisticKHR()
14645 vkStream->read((VkPipelineExecutableStatisticFormatKHR*)&forUnmarshaling->format, in unmarshal_VkPipelineExecutableStatisticKHR()
14646 sizeof(VkPipelineExecutableStatisticFormatKHR)); in unmarshal_VkPipelineExecutableStatisticKHR()
Dgoldfish_vk_reserved_marshaling.cpp11270 memcpy((VkPipelineExecutableStatisticFormatKHR*)&forUnmarshaling->format, *ptr, in reservedunmarshal_VkPipelineExecutableStatisticKHR()
11271 sizeof(VkPipelineExecutableStatisticFormatKHR)); in reservedunmarshal_VkPipelineExecutableStatisticKHR()
11272 *ptr += sizeof(VkPipelineExecutableStatisticFormatKHR); in reservedunmarshal_VkPipelineExecutableStatisticKHR()