Searched refs:pixel_w (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp199 this->pixel_w = vgrf(glsl_type::float_type);
200 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w);
266 this->pixel_w = fetch_payload_reg(abld, payload.source_w_reg);
268 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w);
H A Dbrw_fs.h376 fs_reg pixel_w; member in class:fs_visitor
H A Dbrw_fs_nir.cpp3630 bld.MUL(offset(dest, bld, i), tmp, this->pixel_w);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp209 this->pixel_w = vgrf(glsl_type::float_type);
210 abld.emit(SHADER_OPCODE_RCP, this->pixel_w, wpos_w);
510 this->pixel_w = fetch_payload_reg(abld, payload.source_w_reg);
512 abld.emit(SHADER_OPCODE_RCP, this->wpos_w, this->pixel_w);
H A Dbrw_fs.h413 fs_reg pixel_w; member in class:fs_visitor
H A Dbrw_fs_nir.cpp3786 bld.MUL(offset(dest, bld, i), tmp, this->pixel_w);

Completed in 22 milliseconds