Searched refs:brw_vecn_grf (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_visitor.cpp | 63 reg = stride(brw_vecn_grf(width, attr / 2, (attr % 2) * 4), 0, width, 1); in attribute_to_hw_reg() 65 reg = brw_vecn_grf(width, attr, 0); in attribute_to_hw_reg()
|
D | brw_reg.h | 739 brw_vecn_grf(unsigned width, unsigned nr, unsigned subnr) in brw_vecn_grf() function
|
D | brw_vec4.cpp | 1982 reg = byte_offset(brw_vecn_grf(4, src.nr, 0), src.offset); in convert_to_hw_regs()
|