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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 88 BitSet bits[LAST_REGISTER_FILE + 1];
90 int unit[LAST_REGISTER_FILE + 1]; // log2 of allocation granularity
92 int last[LAST_REGISTER_FILE + 1];
93 int fill[LAST_REGISTER_FILE + 1];
123 for (unsigned int i = 0; i <= LAST_REGISTER_FILE; ++i)
    [all...]
nv50_ir.h 228 LAST_REGISTER_FILE = FILE_ADDRESS,

Completed in 39 milliseconds