Searched refs:wpos_w (Results 1 – 3 of 3) sorted by relevance
205 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()
412 fs_reg wpos_w; variable
1261 bld.MOV(wpos, this->wpos_w); in emit_fragcoord_interpolation()