Lines Matching refs:extension
415 {{$ext := GetAnnotation $ "extension"}}
497 // Exported extension functions may be invoked even when their extensions
510 Emits a stub for an exported extension function.
516 {{$ext := GetAnnotation $ "extension"}}
712 Emits true if an extension is intercepted by vulkan::driver.
759 {{$ext := GetAnnotation $ "extension"}}
790 {{$ext := GetAnnotation $ "extension"}}
827 Extension extension;
859 {{$ext := GetAnnotation $ "extension"}}
896 {{$ext := GetAnnotation $ "extension"}}
898 {{Error "invalid global extension"}}
925 {{$ext := GetAnnotation $ "extension"}}
959 {{$ext := GetAnnotation $ "extension"}}
1026 {{$ext := GetAnnotation $ "extension"}}
1067 Emits a function/extension name without the "vk"/"VK_" prefix.
1072 {{else if eq $.Name "extension"}}{{TrimPrefix "VK_" (index $.Arguments 0)}}
1132 Emit "true" if a function is core or from a supportable extension.
1138 {{$ext := GetAnnotation $ "extension"}}
1156 {{$ext := GetAnnotation $ "extension"}}
1168 Emit "true" if an extension is unsupportable on Android.
1200 Reports whether an extension has functions exported by the loader.
1201 E.g. applications can directly link to an extension function.
1216 Reports whether an extension is internal to the loader and drivers,