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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.h 242 static const uint8_t operationSrcNr[];
247 return operationSrcNr[op];
nv50_ir_target.cpp 28 const uint8_t Target::operationSrcNr[] =
148 STATIC_ASSERT(ARRAY_SIZE(operationSrcNr) == OP_LAST + 1);
nv50_ir_target_nv50.cpp 149 opInfo[i].srcNr = operationSrcNr[i];
297 for (int z = 0; z < Target::operationSrcNr[i->op]; ++z) {
nv50_ir_emit_nv50.cpp 363 for (unsigned int s = 0; s < Target::operationSrcNr[i->op]; ++s) {
466 if (Target::operationSrcNr[i->op] <= s)
570 if (Target::operationSrcNr[i->op] > 1) {
    [all...]
nv50_ir_target_nvc0.cpp 197 opInfo[i].srcNr = operationSrcNr[i];

Completed in 142 milliseconds