Home
last modified time | relevance | path

Searched refs:reg_undef (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cse.cpp119 entry->tmp = reg_undef; in opt_cse_local()
Dbrw_fs.cpp60 this->dst = reg_undef; in init()
61 this->src[0] = reg_undef; in init()
62 this->src[1] = reg_undef; in init()
63 this->src[2] = reg_undef; in init()
1443 inst->src[1] = reg_undef; in opt_algebraic()
1986 this->result = reg_undef; in run()
Dbrw_fs.h123 static const fs_reg reg_undef; variable
Dbrw_fs_visitor.cpp1344 inst->src[0] = reg_undef; in visit()
1708 fs_reg counter = reg_undef; in visit()