Home
last modified time | relevance | path

Searched defs:extendedStruct (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.go128 type extendedStruct struct { struct
129 cpp_types.Type
130 extended_with []cpp_types.Type
131 optional_struct bool
132 optional_value string
135 func (extended_struct *extendedStruct) ExtendedWith() []cpp_types.Type {
139 func (extended_struct *extendedStruct) OptionalStruct() bool {
143 func (extended_struct *extendedStruct) OptionalValue() string {
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkObject.hpp170 const VkBaseInStructure *extendedStruct = reinterpret_cast<const VkBaseInStructure *>(pNext); in GetExtendedStruct() local