Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp495 const fs_reg f_cps_height = abld.vgrf(BRW_REGISTER_TYPE_F); in emit_interpolation_setup_gfx6() local
497 abld.MOV(f_cps_height, u32_cps_height); in emit_interpolation_setup_gfx6()
501 abld.MAD(float_pixel_y, float_pixel_y, brw_imm_f(0.5f), f_cps_height); in emit_interpolation_setup_gfx6()