Searched defs:grf (Results 1 – 5 of 5) sorted by relevance
67 struct brw_reg grf = brw_vec4_grf(reg + slot / 2, 4 * (slot % 2)); in setup_payload() local
106 int grf = payload_reg * attributes_per_reg + in setup_varying_inputs() local
207 fs_visitor::DEP_RESOLVE_MOV(const fs_builder &bld, int grf) in DEP_RESOLVE_MOV()1834 const unsigned grf = urb_start + inst->src[i].nr / 2; in assign_urb_setup() local1860 int grf = payload.num_regs + in convert_attr_sources_to_hw_regs() local2066 int grf = alloc.allocate(offset); in split_virtual_grfs() local3517 int grf; in clear_deps_for_inst_src() local
1794 int grf = payload_reg + inst->src[i].nr + in setup_attributes() local
46 typedef uint32_t grf[8]; typedef