Searched refs:attributes_per_reg (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_visitor.cpp | 86 int attributes_per_reg) in setup_varying_inputs() argument 106 int grf = payload_reg * attributes_per_reg + in setup_varying_inputs() 110 attribute_to_hw_reg(grf, inst->src[i].type, attributes_per_reg > 1); in setup_varying_inputs() 122 attributes_per_reg) / attributes_per_reg; in setup_varying_inputs() 132 int attributes_per_reg = in setup_payload() local 149 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 378 (value.file == ATTR && attributes_per_reg != 1)) && in try_copy_propagate() 456 const int attributes_per_reg = in opt_copy_propagation() local 499 else if (try_copy_propagate(devinfo, 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 | gen6_gs_visitor.cpp | 493 int attributes_per_reg = 2; in setup_payload() local 514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg; in setup_payload() 519 reg = setup_varying_inputs(reg, attributes_per_reg); in setup_payload()
|