Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp200 this->pixel_w = vgrf(glsl_type::float_type); in emit_interpolation_setup_gen4()
201 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w); in emit_interpolation_setup_gen4()
331 this->pixel_w = fetch_payload_reg(abld, payload.source_w_reg); in emit_interpolation_setup_gen6()
333 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w); in emit_interpolation_setup_gen6()
Dbrw_fs.h409 fs_reg pixel_w; variable
Dbrw_fs_nir.cpp3717 bld.MUL(offset(dest, bld, i), tmp, this->pixel_w); in nir_emit_fs_intrinsic()