Searched refs:pixel_z (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp192 this->pixel_z = fetch_payload_reg(bld, payload.source_depth_reg);
498 this->pixel_z = abld.vgrf(BRW_REGISTER_TYPE_F);
499 abld.MAD(this->pixel_z, z_c0, z_cx, float_pixel_x);
500 abld.MAD(this->pixel_z, this->pixel_z, z_cy, float_pixel_y);
505 this->pixel_z = fetch_payload_reg(bld, payload.source_depth_reg);
628 * In this case, we don't want to use pixel_z because we may not have
H A Dbrw_fs.h411 fs_reg pixel_z; member in class:fs_visitor
H A Dbrw_fs.cpp1252 bld.MOV(wpos, this->pixel_z);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst2907 - intel/fs: Don't use pixel_z for Gen4-5 source_depth_to_render_target

Completed in 22 milliseconds