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:layer_first
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/fdl/
H
A
D
fd5_layout.c
49
layout->
layer_first
= !is_3d;
in fdl5_layout()
52
/* in
layer_first
layout, the level (slice) contains just one
in fdl5_layout()
55
uint32_t layers_in_level = layout->
layer_first
? 1 : array_size;
in fdl5_layout()
106
if (layout->
layer_first
) {
in fdl5_layout()
H
A
D
fd6_layout.c
124
layout->
layer_first
= !is_3d;
in fdl6_layout()
134
/* in
layer_first
layout, the level (slice) contains just one
in fdl6_layout()
137
uint32_t layers_in_level = layout->
layer_first
? 1 : array_size;
in fdl6_layout()
271
if (layout->
layer_first
) {
in fdl6_layout()
H
A
D
freedreno_layout.h
59
* levels (
layer_first
layout).
64
* but in
layer_first
layout it only includes the first layer, and
104
bool
layer_first
: 1; /* see above description */
member
164
if (layout->
layer_first
)
in fdl_layer_stride()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_resource.c
39
/* in
layer_first
layout, the level (slice) contains just one
in fd4_setup_slices()
45
rsc->layout.
layer_first
= false;
in fd4_setup_slices()
49
rsc->layout.
layer_first
= true;
in fd4_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H
A
D
ir3_const.h
287
if (rsc->layout.
layer_first
) {
in ir3_emit_image_dims()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_resource.c
1292
if (rsc->layout.
layer_first
&& !rsc->layout.layer_size) {
in fd_resource_allocate_and_resolve()
1407
rsc->layout.
layer_first
= true;
in fd_resource_from_handle()
Completed in 5 milliseconds