Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp63 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()
Dbrw_reg.h739 brw_vecn_grf(unsigned width, unsigned nr, unsigned subnr) in brw_vecn_grf() function
Dbrw_vec4.cpp1982 reg = byte_offset(brw_vecn_grf(4, src.nr, 0), src.offset); in convert_to_hw_regs()