Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp197 this->pixel_z = fetch_payload_reg(bld, payload.source_depth_reg); in emit_interpolation_setup_gfx4()
503 this->pixel_z = abld.vgrf(BRW_REGISTER_TYPE_F); in emit_interpolation_setup_gfx6()
504 abld.MAD(this->pixel_z, z_c0, z_cx, float_pixel_x); in emit_interpolation_setup_gfx6()
505 abld.MAD(this->pixel_z, this->pixel_z, z_cy, float_pixel_y); in emit_interpolation_setup_gfx6()
510 this->pixel_z = fetch_payload_reg(bld, payload.source_depth_reg); in emit_interpolation_setup_gfx6()
Dbrw_fs.h415 fs_reg pixel_z; variable
Dbrw_fs.cpp1170 bld.MOV(wpos, this->pixel_z); in emit_fragcoord_interpolation()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2907 - intel/fs: Don't use pixel_z for Gen4-5 source_depth_to_render_target