OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numwg
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_assembler.h
38
unsigned
numwg
;
member in struct:ir3_kernel_info
ir3_assembler.c
48
info->
numwg
= INVALID_REG;
ir3_shader.c
210
info.
numwg
= INVALID_REG;
ir3_parser.y
716
info->
numwg
= reg;
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
invocationid.asm
7
@
numwg
(c2.x) ; c2.xyz
simple.asm
7
@
numwg
(c2.x) ; c2.xyz
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
a6xx.c
250
if (ir3_kernel->info.
numwg
!= INVALID_REG) {
251
assert((ir3_kernel->info.
numwg
& 0x3) == 0);
252
int idx = ir3_kernel->info.
numwg
>> 2;
a4xx.c
134
num_wg_id = ir3_kernel->info.
numwg
;
Completed in 33 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026