Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:type_meta
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/tools/
H
A
D
sane-desc.c
118
type_meta
,
enumerator
1209
type->type =
type_meta
;
in read_files()
1235
if (current_type->type <
type_meta
)
in read_files()
1279
if (current_type->type >=
type_meta
)
in read_files()
1883
case
type_meta
:
in ascii_print_backends()
1911
else if (type->type >=
type_meta
)
in ascii_print_backends()
2004
else if (type->type <
type_meta
)
in ascii_print_backends()
2120
case
type_meta
:
in xml_print_backends()
2150
else if (type->type >=
type_meta
)
in xml_print_backends()
2252
else if (type->type <
type_meta
)
in xml_print_backends()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_cross.cpp
544
auto *
type_meta
= ir.find_meta(type.self);
in is_builtin_type()
local
547
if (
type_meta
)
in is_builtin_type()
548
for (auto &m :
type_meta
->members)
in is_builtin_type()
567
auto *
type_meta
= ir.find_meta(type.self);
in is_member_builtin()
local
569
if (
type_meta
)
in is_member_builtin()
571
auto &memb =
type_meta
->members;
in is_member_builtin()
1679
auto *
type_meta
= ir.find_meta(type.self);
in type_struct_member_offset()
local
1680
if (
type_meta
)
in type_struct_member_offset()
1683
auto &dec =
type_meta
->members[index];
in type_struct_member_offset()
1695
auto *
type_meta
in type_struct_member_array_stride()
local
1712
auto *
type_meta
= ir.find_meta(type.self);
type_struct_member_matrix_stride()
local
4502
auto *
type_meta
= ir.find_meta(type.self);
get_remapped_declared_block_name()
local
4589
auto *
type_meta
= ir.find_meta(type.self);
combined_decoration_for_member()
local
[all...]
H
A
D
spirv_reflect.cpp
694
auto *
type_meta
= ir.find_meta(type.self);
in to_member_name()
local
696
if (
type_meta
)
in to_member_name()
698
auto &memb =
type_meta
->members;
in to_member_name()
H
A
D
spirv_parser.cpp
1186
auto *
type_meta
= ir.find_meta(type.self);
in variable_storage_is_aliased()
local
1189
(
type_meta
&&
type_meta
->decoration.decoration_flags.get(DecorationBufferBlock));
in variable_storage_is_aliased()
Completed in 10 milliseconds