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:min_alignment_B
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl.c
1881
base_alignment_B = MAX(1, info->
min_alignment_B
);
in isl_surf_init_s()
1929
assert(isl_is_pow2(info->
min_alignment_B
) && isl_is_pow2(tile_size_B));
in isl_surf_init_s()
1930
base_alignment_B = MAX(info->
min_alignment_B
, tile_size_B);
in isl_surf_init_s()
H
A
D
isl.h
1448
uint32_t
min_alignment_B
;
member
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_image.c
904
.
min_alignment_B
= 0,
in add_shadow_surface()
948
.
min_alignment_B
= 0,
in add_primary_surface()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_resource.c
248
.
min_alignment_B
= 0,
in crocus_resource_configure_main()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_resource.c
730
.
min_alignment_B
= 0,
in iris_resource_configure_main()
Completed in 28 milliseconds