Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp1362 struct brw_reg acc = retype(brw_acc_reg(8), dst.type); in nir_emit_alu()
1377 struct brw_reg acc = retype(brw_acc_reg(8), dst.type); in nir_emit_alu()
1480 struct brw_reg acc = retype(brw_acc_reg(8), BRW_REGISTER_TYPE_UD); in nir_emit_alu()
1489 struct brw_reg acc = retype(brw_acc_reg(8), BRW_REGISTER_TYPE_UD); in nir_emit_alu()
Dbrw_reg.h812 brw_acc_reg(unsigned width) in brw_acc_reg() function
Dbrw_fs.cpp3462 const fs_reg acc = retype(brw_acc_reg(inst->exec_size), in lower_integer_multiplication()