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:DMA_DATA_BYTE
(Results
1 - 1
of
1
) sorted by relevance
/third_party/libdrm/tests/amdgpu/
H
A
D
cp_dma_tests.c
39
#define
DMA_DATA_BYTE
0xea
macro
287
/* allocate the src bo, set its data to
DMA_DATA_BYTE
*/
in amdgpu_cp_dma()
294
memset(src_bo_cpu,
DMA_DATA_BYTE
, DMA_SIZE);
in amdgpu_cp_dma()
307
_Static_assert(
DMA_DATA_BYTE
!= 0, "Initialization data should be different from DMA data!");
in amdgpu_cp_dma()
316
/* verify the dst bo is filled with
DMA_DATA_BYTE
*/
in amdgpu_cp_dma()
345
_Static_assert(
DMA_DATA_BYTE
!= 0, "Initialization data should be different from DMA data!");
in amdgpu_cp_dma_p2p()
369
/* allocate the src bo and set its content to
DMA_DATA_BYTE
*/
in amdgpu_cp_dma_p2p()
377
memset(src_bo_cpu,
DMA_DATA_BYTE
, DMA_SIZE);
in amdgpu_cp_dma_p2p()
388
/* verify the bo from the peer device is filled with
DMA_DATA_BYTE
*/
in amdgpu_cp_dma_p2p()
458
memset(reference_data,
DMA_DATA_BYTE
, DMA_SIZ
in suite_cp_dma_tests_init()
[all...]
Completed in 1 milliseconds