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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 193 static const uint8_t operationSrcNr[OP_LAST + 1];
198 return operationSrcNr[op];
nv50_ir_target_nv50.cpp 145 opInfo[i].srcNr = operationSrcNr[i];
277 for (int z = 0; z < Target::operationSrcNr[i->op]; ++z) {
nv50_ir_target.cpp 28 const uint8_t Target::operationSrcNr[OP_LAST + 1] =
nv50_ir_emit_nv50.cpp 355 for (unsigned int s = 0; s < Target::operationSrcNr[i->op]; ++s) {
453 if (Target::operationSrcNr[i->op] <= s)
542 if (Target::operationSrcNr[i->op] > 1) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 290 opInfo[i].srcNr = operationSrcNr[i];

Completed in 58 milliseconds