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:CP_DMA_CLEAR
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_cp_dma.c
38
#define
CP_DMA_CLEAR
(1 << 3)
macro
54
* a buffer. The size must fit in bits [20:0]. If
CP_DMA_CLEAR
is set, src_va is a 32-bit
79
if (sctx->gfx_level >= GFX9 && !(flags &
CP_DMA_CLEAR
) && src_va == dst_va) {
in si_emit_cp_dma()
90
if (flags &
CP_DMA_CLEAR
) {
in si_emit_cp_dma()
173
if (user_flags & SI_OP_SYNC_CPDMA_BEFORE && *is_first && !(*packet_flags &
CP_DMA_CLEAR
))
in si_cp_dma_prepare()
221
unsigned dma_flags =
CP_DMA_CLEAR
| (sdst ? 0 : CP_DMA_DST_IS_GDS);
in si_cp_dma_clear_buffer()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
si_cmd_buffer.c
1511
#define
CP_DMA_CLEAR
(1 << 3)
macro
1528
* a buffer. The size must fit in bits [20:0]. If
CP_DMA_CLEAR
is set, src_va is a 32-bit
1559
if (device->physical_device->rad_info.gfx_level >= GFX9 && !(flags &
CP_DMA_CLEAR
) &&
in si_cs_emit_cp_dma()
1565
if (flags &
CP_DMA_CLEAR
)
in si_cs_emit_cp_dma()
1801
unsigned dma_flags =
CP_DMA_CLEAR
;
in si_cp_dma_clear_buffer()
Completed in 4 milliseconds