Searched refs:attributes_per_reg (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_visitor.cpp | 87 int attributes_per_reg) in setup_varying_inputs() argument 107 int grf = payload_reg * attributes_per_reg + in setup_varying_inputs() 111 attribute_to_hw_reg(grf, inst->src[i].type, attributes_per_reg > 1); in setup_varying_inputs() 123 attributes_per_reg) / attributes_per_reg; in setup_varying_inputs() 133 int attributes_per_reg = in setup_payload() local 150 reg = setup_varying_inputs(reg, attributes_per_reg); in setup_payload()
|
D | brw_vec4_copy_propagation.cpp | 304 const copy_entry *entry, int attributes_per_reg) in try_copy_propagate() argument 387 (value.file == ATTR && attributes_per_reg != 1)) && in try_copy_propagate() 465 const int attributes_per_reg = in opt_copy_propagation() local 508 else if (try_copy_propagate(compiler, inst, i, &entry, attributes_per_reg)) in opt_copy_propagation()
|
D | brw_vec4_gs_visitor.h | 65 int setup_varying_inputs(int payload_reg, int attributes_per_reg);
|
D | gfx6_gs_visitor.cpp | 492 int attributes_per_reg = 2; in setup_payload() local 513 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg; in setup_payload() 518 reg = setup_varying_inputs(reg, attributes_per_reg); in setup_payload()
|