Home
last modified time | relevance | path

Searched refs:push_reg (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp4564 fs_reg push_reg; in nir_emit_intrinsic() local
4571 push_reg = fs_reg(UNIFORM, UBO_START + i, dest.type); in nir_emit_intrinsic()
4572 push_reg.offset = load_offset - 32 * range->start; in nir_emit_intrinsic()
4577 if (push_reg.file != BAD_FILE) { in nir_emit_intrinsic()
4580 byte_offset(push_reg, i * type_size)); in nir_emit_intrinsic()
Dbrw_fs.cpp1689 struct brw_reg push_reg = in assign_curb_setup() local
1693 ubld.AND(push_reg, push_reg, component(b32, i % 16)); in assign_curb_setup()