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:AMDGPU_HW_IP_NUM
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H
A
D
radv_amdgpu_cs.h
49
struct radv_amdgpu_fence last_submission[
AMDGPU_HW_IP_NUM
+ 1][MAX_RINGS_PER_TYPE];
53
uint32_t queue_syncobj[
AMDGPU_HW_IP_NUM
+ 1][MAX_RINGS_PER_TYPE];
54
bool queue_syncobj_wait[
AMDGPU_HW_IP_NUM
+ 1][MAX_RINGS_PER_TYPE];
H
A
D
radv_amdgpu_cs.c
1556
assert(
AMDGPU_HW_IP_NUM
* MAX_RINGS_PER_TYPE * sizeof(uint64_t) <= 4096);
in radv_amdgpu_ctx_create()
1579
for (unsigned ip = 0; ip <=
AMDGPU_HW_IP_NUM
; ++ip) {
in radv_amdgpu_ctx_destroy()
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_internal.h
121
uint64_t last_seq[
AMDGPU_HW_IP_NUM
][AMDGPU_HW_IP_INSTANCE_MAX_COUNT][AMDGPU_CS_MAX_RINGS];
122
struct list_head sem_list[
AMDGPU_HW_IP_NUM
][AMDGPU_HW_IP_INSTANCE_MAX_COUNT][AMDGPU_CS_MAX_RINGS];
H
A
D
amdgpu_cs.c
83
for (i = 0; i <
AMDGPU_HW_IP_NUM
; i++)
in amdgpu_cs_ctx_create2()
128
for (i = 0; i <
AMDGPU_HW_IP_NUM
; i++) {
in amdgpu_cs_ctx_free()
257
if (ibs_request->ip_type >=
AMDGPU_HW_IP_NUM
)
in amdgpu_cs_submit_one()
477
if (fence->ip_type >=
AMDGPU_HW_IP_NUM
)
in amdgpu_cs_query_fence_status()
554
if (fences[i].ip_type >=
AMDGPU_HW_IP_NUM
)
in amdgpu_cs_wait_fences()
591
if (ip_type >=
AMDGPU_HW_IP_NUM
)
in amdgpu_cs_signal_semaphore()
617
if (ip_type >=
AMDGPU_HW_IP_NUM
)
in amdgpu_cs_wait_semaphore()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
564
#define
AMDGPU_HW_IP_NUM
9
macro
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
558
#define
AMDGPU_HW_IP_NUM
9
macro
Completed in 10 milliseconds