Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libvulkan/
DAndroid.bp68 name: "vulkan_xml",
69 pkgPath: "berberis/vulkan_xml",
71 "proxy/vulkan_xml.go",
86 deps: ["vulkan_xml"],
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan_test.go26 foo_type := vulkan_xml.ExtendedStruct(cpp_types.StructType("Foo", []cpp_types.FieldInfo{
28 bar_type := vulkan_xml.ExtendedStruct(cpp_types.StructType("Bar", []cpp_types.FieldInfo{
Dgen_vulkan.go87 Usage: gen_vulkan --input vk.xml --output vulkan_xml.h
101 registry, err := vulkan_xml.Unmarshal(byteValue)
106 …sorted_type_names, types, sorted_command_names, commands, extensions, err := vulkan_xml.VulkanType…
776 …param_length := command.Field(i, cpp_types.FirstArch).BaseFieldInfo().(vulkan_xml.ExtendedFieldInf…
821 …gths, field_type.Field(union_id, cpp_types.FirstArch).BaseFieldInfo().(vulkan_xml.ExtendedFieldInf…
825 …nd(field_lengths, typе.Field(id, cpp_types.FirstArch).BaseFieldInfo().(vulkan_xml.ExtendedFieldInf…
828 if len(typе.(vulkan_xml.ExtendedStructInfo).ExtendedWith()) > 0 {
835 for _, extra_type := range typе.(vulkan_xml.ExtendedStructInfo).ExtendedWith() {
868 base_type.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
917 base_type.(vulkan_xml.ExtendedStructInfo).OptionalStruct() {
[all …]
Dvulkan_xml_test.go17 package vulkan_xml package
Dvulkan_xml.go17 package vulkan_xml package
/frameworks/libs/binary_translation/android_api/libvulkan/
DAndroid.bp22 out: ["vulkan_xml-inl.h"],