Searched refs:wpos_w (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 195 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 D | brw_fs.h | 375 fs_reg wpos_w; member in class:fs_visitor
|
| H A D | brw_fs.cpp | 1200 bld.MOV(wpos, this->wpos_w);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_visitor.cpp | 205 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 D | brw_fs.h | 412 fs_reg wpos_w; member in class:fs_visitor
|
| H A D | brw_fs.cpp | 1261 bld.MOV(wpos, this->wpos_w);
|
Completed in 29 milliseconds