Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp193 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen4()
194 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gen4()
198 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w); in emit_interpolation_setup_gen4()
263 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen6()
264 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w); in emit_interpolation_setup_gen6()
Dbrw_fs.h358 fs_reg wpos_w; variable
Dbrw_fs.cpp1060 bld.MOV(wpos, this->wpos_w); in emit_fragcoord_interpolation()