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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.h 50 bool *liveout; member in struct:brw::block_data
brw_fs_live_variables.cpp 95 * The algorithm incrementally sets bits in liveout and livein,
111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) {
119 /* Update liveout */
125 if (bd[block->block_num].livein[i] && !bd[b].liveout[i]) {
126 bd[b].liveout[i] = true;
147 bd[i].liveout = rzalloc_array(mem_ctx, bool, num_vars);
216 if (livevars.bd[b].liveout[i]) {

Completed in 496 milliseconds