/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_extension_structs.cpp | 236 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local 237 switch (structType) { in goldfish_vk_extension_struct_size() 884 fprintf(stderr, "Unhandled Vulkan structure type %d, aborting.\n", structType); in goldfish_vk_extension_struct_size() 897 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local 898 switch (structType) { in goldfish_vk_extension_struct_size_with_stream_features() 1549 fprintf(stderr, "Unhandled Vulkan structure type %d, aborting.\n", structType); in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_transform.cpp | 8490 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local 8491 switch (structType) { in transform_tohost_extension_struct() 9650 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local 9651 switch (structType) { in transform_fromhost_extension_struct()
|
D | goldfish_vk_deepcopy.cpp | 9266 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct() local 9267 switch (structType) { in deepcopy_extension_struct()
|
D | goldfish_vk_marshaling.cpp | 18273 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local 18274 switch (structType) { in marshal_extension_struct() 19565 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in unmarshal_extension_struct() local 19566 switch (structType) { in unmarshal_extension_struct()
|
D | goldfish_vk_reserved_marshaling.cpp | 14172 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in reservedunmarshal_extension_struct() local 14173 switch (structType) { in reservedunmarshal_extension_struct()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_extension_structs_guest.cpp | 236 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size() local 237 switch (structType) { in goldfish_vk_extension_struct_size() 851 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in goldfish_vk_extension_struct_size_with_stream_features() local 852 switch (structType) { in goldfish_vk_extension_struct_size_with_stream_features()
|
D | goldfish_vk_transform_guest.cpp | 7990 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_tohost_extension_struct() local 7991 switch (structType) { in transform_tohost_extension_struct() 9070 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in transform_fromhost_extension_struct() local 9071 switch (structType) { in transform_fromhost_extension_struct()
|
D | goldfish_vk_counting_guest.cpp | 7387 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in count_extension_struct() local 7388 switch (structType) { in count_extension_struct()
|
D | goldfish_vk_marshaling_guest.cpp | 13633 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in marshal_extension_struct() local 13634 switch (structType) { in marshal_extension_struct() 14848 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension_out); in unmarshal_extension_struct() local 14849 switch (structType) { in unmarshal_extension_struct()
|
D | goldfish_vk_deepcopy_guest.cpp | 8701 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in deepcopy_extension_struct() local 8702 switch (structType) { in deepcopy_extension_struct()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 9162 uint32_t structType = (uint32_t)goldfish_vk_struct_type(structExtension); in reservedmarshal_extension_struct() local 9163 switch (structType) { in reservedmarshal_extension_struct()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkAndroidNativeBuffer.cpp | 113 uint32_t structType = goldfish_vk_struct_type(curr_pNext); in parseAndroidNativeBufferInfo() local 115 return structType == VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID; in parseAndroidNativeBufferInfo()
|