Searched refs:pixel_w (Results 1 – 3 of 3) sorted by relevance
214 this->pixel_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gfx4()215 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w); in emit_interpolation_setup_gfx4()515 this->pixel_w = fetch_payload_reg(abld, payload.source_w_reg); in emit_interpolation_setup_gfx6()517 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w); in emit_interpolation_setup_gfx6()
417 fs_reg pixel_w; variable
3803 bld.MUL(offset(dest, bld, i), tmp, this->pixel_w); in nir_emit_fs_intrinsic()