Searched refs:f_cps_height (Results 1 - 1 of 1) sorted by path

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp490 const fs_reg f_cps_height = abld.vgrf(BRW_REGISTER_TYPE_F); local in function:fs_visitor::emit_interpolation_setup_gfx6
492 abld.MOV(f_cps_height, u32_cps_height);
496 abld.MAD(float_pixel_y, float_pixel_y, brw_imm_f(0.5f), f_cps_height);

Completed in 9 milliseconds