Searched refs:attributes_per_reg (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_gs_visitor.h | 65 int setup_varying_inputs(int payload_reg, int attributes_per_reg);
|
| H A D | brw_vec4_gs_visitor.cpp | 86 int attributes_per_reg) 106 int grf = payload_reg * attributes_per_reg + 110 attribute_to_hw_reg(grf, inst->src[i].type, attributes_per_reg > 1); 122 attributes_per_reg) / attributes_per_reg; 132 int attributes_per_reg = local in function:brw::vec4_gs_visitor::setup_payload 149 reg = setup_varying_inputs(reg, attributes_per_reg); 85 setup_varying_inputs(int payload_reg,int attributes_per_reg) argument
|
| H A D | brw_vec4_copy_propagation.cpp | 320 const copy_entry *entry, int attributes_per_reg) 399 (value.file == ATTR && attributes_per_reg != 1)) && 477 const int attributes_per_reg = local in function:brw::vec4_visitor::opt_copy_propagation 520 else if (try_copy_propagate(devinfo, inst, i, &entry, attributes_per_reg)) 318 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 D | gen6_gs_visitor.cpp | 493 int attributes_per_reg = 2; local in function:brw::gen6_gs_visitor::setup_payload 514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg; 519 reg = setup_varying_inputs(reg, attributes_per_reg);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_gs_visitor.h | 66 int setup_varying_inputs(int payload_reg, int attributes_per_reg);
|
| H A D | brw_vec4_gs_visitor.cpp | 87 int attributes_per_reg) 107 int grf = payload_reg * attributes_per_reg + 111 attribute_to_hw_reg(grf, inst->src[i].type, attributes_per_reg > 1); 123 attributes_per_reg) / attributes_per_reg; 133 int attributes_per_reg = local in function:brw::vec4_gs_visitor::setup_payload 150 reg = setup_varying_inputs(reg, attributes_per_reg); 86 setup_varying_inputs(int payload_reg,int attributes_per_reg) argument
|
| H A D | brw_vec4_copy_propagation.cpp | 304 const copy_entry *entry, int attributes_per_reg) 385 (value.file == ATTR && attributes_per_reg != 1)) && 463 const int attributes_per_reg = local in function:brw::vec4_visitor::opt_copy_propagation 506 else if (try_copy_propagate(devinfo, inst, i, &entry, attributes_per_reg)) 302 try_copy_propagate(const struct intel_device_info * devinfo,vec4_instruction * inst,int arg,const copy_entry * entry,int attributes_per_reg) argument
|
| H A D | gfx6_gs_visitor.cpp | 491 int attributes_per_reg = 2; local in function:brw::gfx6_gs_visitor::setup_payload 512 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg; 517 reg = setup_varying_inputs(reg, attributes_per_reg);
|
Completed in 9 milliseconds