OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srcNr
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target_nv50.cpp
149
opInfo[i].
srcNr
= operationSrcNr[i];
151
for (j = 0; j < opInfo[i].
srcNr
; ++j) {
282
if (s >= opInfo[i->op].
srcNr
)
483
if (s >= opInfo[insn->op].
srcNr
|| s >= 3)
nv50_ir_build_util.cpp
565
int
srcNr
;
581
case OP_MOV:
srcNr
= 1; break;
586
srcNr
= 2;
588
case OP_SELP:
srcNr
= 3; break;
603
for (int s = 0; s <
srcNr
; ++s) {
632
if (
srcNr
== 2) {
nv50_ir_target.h
192
uint8_t
srcNr
;
nv50_ir_target_nvc0.cpp
197
opInfo[i].
srcNr
= operationSrcNr[i];
199
for (j = 0; j < opInfo[i].
srcNr
; ++j) {
325
if (s >= opInfo[i->op].
srcNr
)
473
if (s >= opInfo[insn->op].
srcNr
|| s >= 3)
nv50_ir_emit_nv50.cpp
[
all
...]
Completed in 210 milliseconds