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:numwg
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/freedreno/computerator/examples/
H
A
D
invocationid.asm
7
@
numwg
(c2.x) ; c2.xyz
H
A
D
simple.asm
7
@
numwg
(c2.x) ; c2.xyz
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_assembler.h
38
unsigned
numwg
;
member
H
A
D
ir3_assembler.c
51
info->
numwg
= INVALID_REG;
in ir3_parse_asm()
H
A
D
ir3_shader.c
211
info.
numwg
= INVALID_REG;
in try_override_shader_variant()
H
A
D
ir3_parser.y
762
info->
numwg
= reg;
/third_party/mesa3d/src/freedreno/computerator/
H
A
D
a6xx.c
269
if (ir3_kernel->info.
numwg
!= INVALID_REG) {
in cs_const_emit()
270
assert((ir3_kernel->info.
numwg
& 0x3) == 0);
in cs_const_emit()
271
int idx = ir3_kernel->info.
numwg
>> 2;
in cs_const_emit()
H
A
D
a4xx.c
134
num_wg_id = ir3_kernel->info.
numwg
;
in cs_program_emit()
Completed in 6 milliseconds