Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp214 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()
Dbrw_fs.h417 fs_reg pixel_w; variable
Dbrw_fs_nir.cpp3803 bld.MUL(offset(dest, bld, i), tmp, this->pixel_w); in nir_emit_fs_intrinsic()