Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_visitor.cpp237 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen4()
238 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gen4()
242 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w); in emit_interpolation_setup_gen4()
307 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen6()
308 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w); in emit_interpolation_setup_gen6()
Dbrw_fs.h350 fs_reg wpos_w; variable
Dbrw_fs.cpp1014 bld.MOV(wpos, this->wpos_w); in emit_fragcoord_interpolation()