Searched refs:wpos_w (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_visitor.cpp | 1901 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()
|
D | brw_fs.h | 394 fs_reg wpos_w; variable
|
D | brw_fs.cpp | 641 emit(BRW_OPCODE_MOV, wpos, this->wpos_w); in emit_fragcoord_interpolation()
|