Searched refs:structType (Results 1 – 6 of 6) sorted by relevance
47 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local48 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() local2158 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()
8953 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local8954 switch (structType) { in transform_tohost_extension_struct()10223 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local10224 switch (structType) { in transform_fromhost_extension_struct()
19318 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local19319 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() local20731 switch (structType) { in unmarshal_extension_struct()22100 string_VkStructureType(VkStructureType(structType)), structType); in unmarshal_extension_struct()
14952 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in reservedunmarshal_extension_struct() local14953 switch (structType) { in reservedunmarshal_extension_struct()16437 string_VkStructureType(VkStructureType(structType)), structType); in reservedunmarshal_extension_struct()
9793 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct() local9794 switch (structType) { in deepcopy_extension_struct()
112 uint32_t structType = goldfish_vk_struct_type(curr_pNext); in parseAndroidNativeBufferInfo() local114 return structType == VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID; in parseAndroidNativeBufferInfo()