Searched refs:VkPipelineExecutableStatisticFormatKHR (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 8950 * 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/ |
D | vk_enum_string_helper.h | 6452 …onst char* string_VkPipelineExecutableStatisticFormatKHR(VkPipelineExecutableStatisticFormatKHR in… in string_VkPipelineExecutableStatisticFormatKHR()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 7690 memcpy(*ptr, (VkPipelineExecutableStatisticFormatKHR*)&forMarshaling->format, in reservedmarshal_VkPipelineExecutableStatisticKHR() 7691 sizeof(VkPipelineExecutableStatisticFormatKHR)); in reservedmarshal_VkPipelineExecutableStatisticKHR() 7692 *ptr += sizeof(VkPipelineExecutableStatisticFormatKHR); in reservedmarshal_VkPipelineExecutableStatisticKHR()
|
D | goldfish_vk_marshaling_guest.cpp | 11394 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()
|
D | goldfish_vk_counting_guest.cpp | 6069 *count += sizeof(VkPipelineExecutableStatisticFormatKHR); in count_VkPipelineExecutableStatisticKHR()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 9959 typedef enum VkPipelineExecutableStatisticFormatKHR { enum 9965 } VkPipelineExecutableStatisticFormatKHR; typedef 10006 VkPipelineExecutableStatisticFormatKHR format;
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 14617 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 11270 memcpy((VkPipelineExecutableStatisticFormatKHR*)&forUnmarshaling->format, *ptr, in reservedunmarshal_VkPipelineExecutableStatisticKHR() 11271 sizeof(VkPipelineExecutableStatisticFormatKHR)); in reservedunmarshal_VkPipelineExecutableStatisticKHR() 11272 *ptr += sizeof(VkPipelineExecutableStatisticFormatKHR); in reservedunmarshal_VkPipelineExecutableStatisticKHR()
|