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:ib_bytes
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_cs.c
810
info->
ib_bytes
= 0;
in amdgpu_get_new_ib()
811
/*
ib_bytes
is in dwords and the conversion to bytes will be done before
in amdgpu_get_new_ib()
813
ib->ptr_ib_size = &info->
ib_bytes
;
in amdgpu_get_new_ib()
1075
csc[i]->ib[IB_PREAMBLE].
ib_bytes
= preamble_num_dw * 4;
in amdgpu_cs_setup_preemption()
1579
if (cs->ib[IB_PREAMBLE].
ib_bytes
) {
in amdgpu_cs_submit_ib()
1587
cs->ib[IB_MAIN].
ib_bytes
*= 4; /* Convert from dwords to bytes. */
in amdgpu_cs_submit_ib()
1605
unsigned noop_size = MIN2(cs->ib[IB_MAIN].
ib_bytes
, ws->info.ib_alignment);
in amdgpu_cs_submit_ib()
1608
cs->ib[IB_MAIN].
ib_bytes
= noop_size;
in amdgpu_cs_submit_ib()
/third_party/libdrm/tests/amdgpu/
H
A
D
syncobj_tests.c
143
chunk_data.ib_data.
ib_bytes
= 16 * 4;
in syncobj_command_submission_helper()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
639
__u32
ib_bytes
;
member
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
633
__u32
ib_bytes
;
member
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_cs.c
289
chunk_data[i].ib_data.
ib_bytes
= ib->size * 4;
in amdgpu_cs_submit_one()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H
A
D
radv_amdgpu_cs.c
1767
chunk_data[i].ib_data.
ib_bytes
= ib->size * 4;
in radv_amdgpu_cs_submit()
Completed in 13 milliseconds