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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_copy_propagation.cpp 104 if (inst->overwrites_reg(entry->dst) ||
105 inst->overwrites_reg(entry->src)) {
brw_fs_cse.cpp 157 if (inst->overwrites_reg(entry->generator->src[i])) {
brw_fs.cpp 171 fs_inst::overwrites_reg(const fs_reg &reg) function in class:fs_inst
    [all...]
brw_fs.h 153 bool overwrites_reg(const fs_reg &reg);

Completed in 55 milliseconds