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.cpp1901 this->wpos_w = fs_reg(this, glsl_type::float_type); in emit_interpolation_setup_gen4()
1902 emit(FS_OPCODE_LINTERP, wpos_w, in emit_interpolation_setup_gen4()
1908 emit_math(SHADER_OPCODE_RCP, this->pixel_w, wpos_w); in emit_interpolation_setup_gen4()
1944 this->wpos_w = fs_reg(this, glsl_type::float_type); in emit_interpolation_setup_gen6()
1945 emit_math(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w); in emit_interpolation_setup_gen6()
Dbrw_fs.h394 fs_reg wpos_w; variable
Dbrw_fs.cpp641 emit(BRW_OPCODE_MOV, wpos, this->wpos_w); in emit_fragcoord_interpolation()