Home
last modified time | relevance | path

Searched refs:wpos_w (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp205 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gfx4()
206 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gfx4()
210 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w); in emit_interpolation_setup_gfx4()
511 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gfx6()
512 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w); in emit_interpolation_setup_gfx6()
Dbrw_fs.h412 fs_reg wpos_w; variable
Dbrw_fs.cpp1261 bld.MOV(wpos, this->wpos_w); in emit_fragcoord_interpolation()