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:phys_alignment
(Results
1 - 13
of
13
) sorted by relevance
/third_party/libdrm/tests/amdgpu/
H
A
D
amdgpu_test.h
357
req.
phys_alignment
= alignment;
in gpu_mem_alloc()
434
request.
phys_alignment
= alignment;
in amdgpu_bo_alloc_wrap()
H
A
D
bo_tests.c
79
req.
phys_alignment
= BUFFER_ALIGN;
in suite_bo_tests_init()
276
req.
phys_alignment
= 4096;
in amdgpu_mem_fail_alloc()
H
A
D
vm_tests.c
199
request.
phys_alignment
= 4096;
in amdgpu_vm_unaligned_map()
240
req.
phys_alignment
= 0;
in amdgpu_vm_mapping_test()
H
A
D
amdgpu_stress.c
158
request.
phys_alignment
= 0;
in alloc_bo()
H
A
D
hotunplug_tests.c
313
.
phys_alignment
= 4096,
in amdgpu_hotunplug_with_exported_bo()
H
A
D
cp_dma_tests.c
100
request.
phys_alignment
= alignment;
in allocate_bo_and_va()
H
A
D
basic_tests.c
711
request.
phys_alignment
= alignment;
in amdgpu_bo_alloc_and_map_raw()
/third_party/libdrm/amdgpu/
H
A
D
amdgpu.h
165
uint64_t
phys_alignment
;
member
220
uint64_t
phys_alignment
;
member
H
A
D
amdgpu_bo.c
79
args.in.alignment = alloc_buffer->
phys_alignment
;
in amdgpu_bo_alloc()
163
info->
phys_alignment
= bo_info.alignment;
in amdgpu_bo_query_info()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
207
uint64_t
phys_alignment
;
member
426
request.
phys_alignment
= 1024;
in has_tmz_support()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_bo.c
505
request.
phys_alignment
= alignment;
in amdgpu_create_bo()
1553
bo->base.alignment_log2 = util_logbase2(info.
phys_alignment
);
in amdgpu_bo_from_handle()
H
A
D
amdgpu_cs.c
316
alloc_buffer.
phys_alignment
= ctx->ws->info.gart_page_size;
in amdgpu_ctx_create()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H
A
D
radv_amdgpu_bo.c
449
request.
phys_alignment
= alignment;
in radv_amdgpu_winsys_bo_create()
Completed in 23 milliseconds