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.cpp196 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen4()
197 abld.emit(FS_OPCODE_LINTERP, wpos_w, delta_xy, in emit_interpolation_setup_gen4()
201 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w); in emit_interpolation_setup_gen4()
332 this->wpos_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen6()
333 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w); in emit_interpolation_setup_gen6()
Dbrw_fs.h408 fs_reg wpos_w; variable
Dbrw_fs.cpp1251 bld.MOV(wpos, this->wpos_w); in emit_fragcoord_interpolation()