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
defs:aoa_size
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
link_uniform_block_active_visitor.h
41
unsigned
aoa_size
;
member
H
A
D
gl_nir_link_uniform_blocks.c
432
unsigned
aoa_size
= glsl_get_aoa_size(var->type);
in allocate_uniform_blocks()
local
571
unsigned
aoa_size
= glsl_get_aoa_size(var->type);
in link_linked_shader_uniform_blocks()
local
H
A
D
link_uniform_blocks.cpp
455
unsigned
aoa_size
= b->type->arrays_of_arrays_size();
in link_uniform_blocks()
local
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_gather_xfb_info.c
244
unsigned
aoa_size
= glsl_get_aoa_size(var->type);
in nir_gather_xfb_info_with_varyings()
local
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_nir_lower_ray_queries.c
88
unsigned
aoa_size
= glsl_get_aoa_size(opaque_var->type);
in maybe_create_brw_var()
local
/third_party/mesa3d/src/compiler/spirv/
H
A
D
vtn_variables.c
355
unsigned
aoa_size
= glsl_get_aoa_size(type->type);
in vtn_pointer_dereference()
local
367
unsigned
aoa_size
= glsl_get_aoa_size(type->array_element->type);
in vtn_pointer_dereference()
local
Completed in 9 milliseconds