Searched refs:last_slot (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp712 int last_slot = vue_map->num_slots - 1; local in function:fs_visitor::emit_urb_writes
713 while (last_slot > 0 &&
714 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD ||
715 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
716 last_slot--;
805 if (length == 8 || (length > 0 && slot == last_slot))
829 inst->eot = slot == last_slot && stage != MESA_SHADER_GEOMETRY;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_visitor.cpp817 int last_slot = vue_map->num_slots - 1; local in function:fs_visitor::emit_urb_writes
818 while (last_slot > 0 &&
819 (vue_map->slot_to_varying[last_slot] == BRW_VARYING_SLOT_PAD ||
820 outputs[vue_map->slot_to_varying[last_slot]].file == BAD_FILE)) {
821 last_slot--;
920 if (length == 8 || (length > 0 && slot == last_slot))
944 inst->eot = slot == last_slot && stage != MESA_SHADER_GEOMETRY;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitaluinstruction.cpp417 int last_slot = (instr.dest.write_mask & 0x8) ? 4 : 3; local in function:r600::EmitAluInstruction::emit_alu_trans_op1
418 for (int i = 0; i < last_slot; ++i) {
426 if (i == (last_slot - 1)) ir->set_flag(alu_last_instr);
450 unsigned last_slot = (instr.dest.write_mask & 0x8) ? 4 : 3; local in function:r600::EmitAluInstruction::emit_alu_cm_trig
453 for (unsigned i = 0; i < last_slot; ++i) {
461 if (i == (last_slot - 1)) ir->set_flag(alu_last_instr);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp520 int first_slot = ~0, first_nf = ~0, last_slot = ~0; local in function:r600_sb::alu_group_tracker::try_reserve
528 last_slot = i;
550 assert(first_slot != ~0 && last_slot != ~0);
553 if (last_slot >= 5)
573 while ((++i <= last_slot) && !slots[i]);
574 if (i <= last_slot)
610 if (i == last_slot + 1) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp520 int first_slot = ~0, first_nf = ~0, last_slot = ~0; local in function:r600_sb::alu_group_tracker::try_reserve
528 last_slot = i;
550 assert(first_slot != ~0 && last_slot != ~0);
553 if (last_slot >= 5)
573 while ((++i <= last_slot) && !slots[i]);
574 if (i <= last_slot)
610 if (i == last_slot + 1) {
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dmapi_abi.py192 last_slot = entries[-1].slot
194 for slot in range(last_slot + 1):
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Dmapi_abi.py190 last_slot = entries[-1].slot
192 for slot in range(last_slot + 1):
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c4972 const int last_slot = 3; local in function:cayman_emit_unary_double_raw
4976 for (int i = 0 ; i < last_slot; i++) {
4990 if (bc->chip_class != CAYMAN || i == last_slot - 1)
5046 int last_slot = (inst->Dst[0].Register.WriteMask & 0x8) ? 4 : 3; local in function:cayman_emit_float_instr
5048 for (i = 0 ; i < last_slot; i++) {
5062 if (i == last_slot - 1)
5307 int last_slot = (inst->Dst[0].Register.WriteMask & 0x8) ? 4 : 3; local in function:cayman_trig
5315 for (i = 0; i < last_slot; i++) {
5325 if (i == last_slot - 1)
5633 int last_slot local in function:cayman_pow
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c5070 const int last_slot = 3; local in function:cayman_emit_unary_double_raw
5074 for (int i = 0 ; i < last_slot; i++) {
5088 if (bc->chip_class != CAYMAN || i == last_slot - 1)
5144 int last_slot = (inst->Dst[0].Register.WriteMask & 0x8) ? 4 : 3; local in function:cayman_emit_float_instr
5146 for (i = 0 ; i < last_slot; i++) {
5160 if (i == last_slot - 1)
5405 int last_slot = (inst->Dst[0].Register.WriteMask & 0x8) ? 4 : 3; local in function:cayman_trig
5413 for (i = 0; i < last_slot; i++) {
5423 if (i == last_slot - 1)
5731 int last_slot local in function:cayman_pow
[all...]

Completed in 28 milliseconds