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:nop_count
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libdrm/tests/amdgpu/
H
A
D
security_tests.c
169
static void amdgpu_sdma_nop(uint32_t *packet, uint32_t
nop_count
)
in amdgpu_sdma_nop()
argument
173
packet[0] = htole32(
nop_count
<< 16);
in amdgpu_sdma_nop()
174
for ( ;
nop_count
> 0;
nop_count
--)
in amdgpu_sdma_nop()
175
packet[
nop_count
-1] = 0;
in amdgpu_sdma_nop()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
disasm-a3xx.c
67
*
nop_count
/has_end used to detect the real end of shader. Since
71
int
nop_count
; /* number of nop's since non-nop instruction: */
member
428
ctx->
nop_count
++;
in disasm_field_cb()
429
if (ctx->
nop_count
> 3) {
in disasm_field_cb()
435
ctx->
nop_count
= 0;
in disasm_field_cb()
440
ctx->
nop_count
= 0;
in disasm_field_cb()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_to_qpu.c
429
c->
nop_count
++;
in v3d_vir_to_qpu()
H
A
D
v3d_compiler.h
879
uint32_t
nop_count
;
H
A
D
vir.c
1681
c->
nop_count
);
in v3d_shaderdb_dump()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs_generator.cpp
1776
int loop_count = 0, send_count = 0,
nop_count
= 0;
in generate_code()
local
1812
nop_count
++;
in generate_code()
2609
dispatch_width, before_size / 16 -
nop_count
,
in generate_code()
2619
stats->instructions = before_size / 16 -
nop_count
;
in generate_code()
Completed in 13 milliseconds