Searched refs:wpos_w (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp195 this->wpos_w = vgrf(glsl_type::float_type);
196 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy,
200 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w);
267 this->wpos_w = vgrf(glsl_type::float_type);
268 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w);
H A Dbrw_fs.h375 fs_reg wpos_w; member in class:fs_visitor
H A Dbrw_fs.cpp1200 bld.MOV(wpos, this->wpos_w);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp205 this->wpos_w = vgrf(glsl_type::float_type);
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy,
210 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w);
511 this->wpos_w = vgrf(glsl_type::float_type);
512 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w);
H A Dbrw_fs.h412 fs_reg wpos_w; member in class:fs_visitor
H A Dbrw_fs.cpp1261 bld.MOV(wpos, this->wpos_w);

Completed in 29 milliseconds