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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_schedule_instructions.cpp 981 schedule_node *last_mrf_write[BRW_MAX_MRF(v->devinfo->gen)]; local
    [all...]
brw_vec4.cpp 993 vec4_instruction *last_mrf_write[BRW_MAX_GRF]; local
1001 memset(last_mrf_write, 0, sizeof(last_mrf_write));
1020 memset(last_mrf_write, 0, sizeof(last_mrf_write));
1041 if (last_mrf_write[reg] &&
1042 last_mrf_write[reg]->dst.offset == inst->dst.offset &&
1044 last_mrf_write[reg]->no_dd_clear = true;
1050 last_mrf_write[reg] = inst;
    [all...]

Completed in 542 milliseconds