HomeSort by relevance Sort by last modified time
    Searched refs:srcNr (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 146 uint8_t srcNr;
nv50_ir_target_nv50.cpp 145 opInfo[i].srcNr = operationSrcNr[i];
147 for (j = 0; j < opInfo[i].srcNr; ++j) {
263 if (s >= opInfo[i->op].srcNr)
nv50_ir_emit_nv50.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 290 opInfo[i].srcNr = operationSrcNr[i];
292 for (j = 0; j < opInfo[i].srcNr; ++j) {
399 if (s >= opInfo[i->op].srcNr)

Completed in 201 milliseconds