Searched defs:attributes_per_reg (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_copy_propagation.cpp311 const copy_entry *entry, int attributes_per_reg)
390 (value.file == ATTR && attributes_per_reg != 1)) &&
468 const int attributes_per_reg = local
511 else if (try_copy_propagate(devinfo, inst, i, &entry, attributes_per_reg))
309 try_copy_propagate(const struct gen_device_info *devinfo, vec4_instruction *inst, int arg, const copy_entry *entry, int attributes_per_reg) argument
H A Dgen6_gs_visitor.cpp493 int attributes_per_reg = 2; local
514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg;
519 reg = setup_varying_inputs(reg, attribute_map, attributes_per_reg);
H A Dbrw_vec4_gs_visitor.cpp77 int attributes_per_reg)
95 attributes_per_reg * payload_reg + input_array_stride * vertex +
101 attributes_per_reg) / attributes_per_reg;
114 int attributes_per_reg = local
134 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg++;
138 reg = setup_varying_inputs(reg, attribute_map, attributes_per_reg);
140 lower_attributes_to_hw_regs(attribute_map, attributes_per_reg > 1);
76 setup_varying_inputs(int payload_reg, int *attribute_map, int attributes_per_reg) argument

Completed in 163 milliseconds