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:inplace_planes
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_blit.c
296
unsigned
inplace_planes
= 0;
in si_decompress_depth()
local
307
inplace_planes
|= PIPE_MASK_Z;
in si_decompress_depth()
317
inplace_planes
|= PIPE_MASK_S;
in si_decompress_depth()
361
if (
inplace_planes
) {
in si_decompress_depth()
362
bool has_htile = si_htile_enabled(tex, first_level,
inplace_planes
);
in si_decompress_depth()
363
bool tc_compat_htile = vi_tc_compat_htile_enabled(tex, first_level,
inplace_planes
);
in si_decompress_depth()
376
if (
inplace_planes
& PIPE_MASK_Z)
in si_decompress_depth()
378
if (
inplace_planes
& PIPE_MASK_S)
in si_decompress_depth()
393
(
inplace_planes
& PIPE_MASK_Z || !tex->htile_stencil_disabled))
in si_decompress_depth()
399
si_make_DB_shader_coherent(sctx, tex->buffer.b.b.nr_samples,
inplace_planes
in si_decompress_depth()
[all...]
Completed in 2 milliseconds