Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp64 reg = stride(brw_vecn_grf(width, attr / 2, (attr % 2) * 4), 0, width, 1); in attribute_to_hw_reg()
66 reg = brw_vecn_grf(width, attr, 0); in attribute_to_hw_reg()
Dbrw_reg.h798 brw_vecn_grf(unsigned width, unsigned nr, unsigned subnr) in brw_vecn_grf() function
Dbrw_vec4.cpp1724 reg = byte_offset(brw_vecn_grf(4, src.nr, 0), src.offset); in convert_to_hw_regs()