Home
last modified time | relevance | path

Searched refs:structType (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp47 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local
48 switch (structType) { in goldfish_vk_extension_struct_size()
2144 string_VkStructureType(VkStructureType(structType)), structType); in goldfish_vk_extension_struct_size()
2157 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local
2158 switch (structType) { in goldfish_vk_extension_struct_size_with_stream_features()
4258 string_VkStructureType(VkStructureType(structType)), structType); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_transform.cpp8953 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local
8954 switch (structType) { in transform_tohost_extension_struct()
10223 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local
10224 switch (structType) { in transform_fromhost_extension_struct()
Dgoldfish_vk_marshaling.cpp19318 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local
19319 switch (structType) { in marshal_extension_struct()
20705 string_VkStructureType(VkStructureType(structType)), structType); in marshal_extension_struct()
20730 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in unmarshal_extension_struct() local
20731 switch (structType) { in unmarshal_extension_struct()
22100 string_VkStructureType(VkStructureType(structType)), structType); in unmarshal_extension_struct()
Dgoldfish_vk_reserved_marshaling.cpp14952 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in reservedunmarshal_extension_struct() local
14953 switch (structType) { in reservedunmarshal_extension_struct()
16437 string_VkStructureType(VkStructureType(structType)), structType); in reservedunmarshal_extension_struct()
Dgoldfish_vk_deepcopy.cpp9793 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct() local
9794 switch (structType) { in deepcopy_extension_struct()
/hardware/google/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.cpp112 uint32_t structType = goldfish_vk_struct_type(curr_pNext); in parseAndroidNativeBufferInfo() local
114 return structType == VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID; in parseAndroidNativeBufferInfo()