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:si_clear_info
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_clear.c
37
void si_init_buffer_clear(struct
si_clear_info
*info,
in si_init_buffer_clear()
49
static void si_init_buffer_clear_rmw(struct
si_clear_info
*info,
in si_init_buffer_clear_rmw()
57
void si_execute_clears(struct si_context *sctx, struct
si_clear_info
*info,
in si_execute_clears()
421
unsigned clear_value, struct
si_clear_info
*out)
in vi_dcc_get_clear_info()
669
struct
si_clear_info
info[8 * 2 + 1]; /* MRTs * (CMASK + DCC) + ZS */
in si_fast_clear()
H
A
D
si_pipe.h
1371
struct
si_clear_info
{
struct
1383
unsigned clear_value, struct
si_clear_info
*out);
1384
void si_init_buffer_clear(struct
si_clear_info
*info,
1387
void si_execute_clears(struct si_context *sctx, struct
si_clear_info
*info,
H
A
D
si_blit.c
1103
struct
si_clear_info
clear_info;
in si_msaa_resolve_blit_via_CB()
H
A
D
si_texture.c
1055
struct
si_clear_info
clears[4];
in si_texture_create_object()
Completed in 13 milliseconds