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:bo_priority
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_bo.c
671
list[i].
bo_priority
= resource_prios[i];
in amdgpu_bo_list_create()
673
list[i].
bo_priority
= 0;
in amdgpu_bo_list_create()
737
list[i].
bo_priority
= resource_prios[i];
in amdgpu_bo_list_update()
739
list[i].
bo_priority
= 0;
in amdgpu_bo_list_update()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H
A
D
radv_amdgpu_cs.c
547
cs->handles[cs->num_buffers].
bo_priority
= priority;
in radv_amdgpu_cs_add_buffer_internal()
629
from->handles[i].
bo_priority
);
in radv_amdgpu_cs_add_buffers()
651
child->handles[i].
bo_priority
);
in radv_amdgpu_cs_execute_secondary()
767
handles[i].
bo_priority
= ws->global_bo_list.bos[i]->priority;
in radv_amdgpu_get_bo_list()
807
handles[i].
bo_priority
= extra_bo_array[i]->priority;
in radv_amdgpu_get_bo_list()
854
handles[num_handles].
bo_priority
= bo->priority;
in radv_amdgpu_get_bo_list()
873
handles[num_handles].
bo_priority
= bo->priority;
in radv_amdgpu_get_bo_list()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_cs.c
407
unsigned
bo_priority
= util_last_bit(priority) / 2;
in radeon_drm_cs_add_buffer()
local
408
reloc->flags = MAX2(reloc->flags,
bo_priority
);
in radeon_drm_cs_add_buffer()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
194
__u32
bo_priority
;
member
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
190
__u32
bo_priority
;
member
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_cs.c
1438
list[num_handles].
bo_priority
= 0;
in amdgpu_cs_submit_ib()
1465
list[num_handles].
bo_priority
=
in amdgpu_cs_submit_ib()
Completed in 22 milliseconds