Searched refs:max_slots (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.h118 unsigned max_slots; member in class:r600_sb::alu_group_tracker
160 return (~available_slots) & ((1 << max_slots) - 1);
H A Dsb_sched.cpp313 max_slots(sh.get_ctx().is_cayman() ? 4 : 5),
345 discard_slots(~available_slots & ((1 << max_slots) - 1), removed_nodes);
377 for (unsigned k = 0; k < max_slots; ++k) {
384 for (unsigned slot = 0; slot < max_slots; ++slot) {
430 for (unsigned i = 0; i < max_slots; ++i) {
523 for (unsigned i = 0; i < max_slots; ++i) {
618 for (unsigned i = 0; i < max_slots; ++i) {
665 for (int i = max_slots - 1; i >= 0; --i) {
668 for (unsigned i = 0; i < max_slots; ++i) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_sched.h118 unsigned max_slots; member in class:r600_sb::alu_group_tracker
160 return (~available_slots) & ((1 << max_slots) - 1);
H A Dsb_sched.cpp313 max_slots(sh.get_ctx().is_cayman() ? 4 : 5),
345 discard_slots(~available_slots & ((1 << max_slots) - 1), removed_nodes);
377 for (unsigned k = 0; k < max_slots; ++k) {
384 for (unsigned slot = 0; slot < max_slots; ++slot) {
430 for (unsigned i = 0; i < max_slots; ++i) {
523 for (unsigned i = 0; i < max_slots; ++i) {
618 for (unsigned i = 0; i < max_slots; ++i) {
665 for (int i = max_slots - 1; i >= 0; --i) {
668 for (unsigned i = 0; i < max_slots; ++i) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.c340 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:assign_alu_units
342 for (i = 0; i < max_slots; i++)
347 if (max_slots == 4)
550 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:check_and_set_bank_swizzle
552 for (i = 0; i < max_slots; i++) {
590 if (!r && max_slots == 5 && slots[4]) {
594 for (i = 0; i < max_slots; i++) {
604 for (i = 0; i < max_slots; i++) {
609 else if (i < max_slots - 1)
628 int max_slots local in function:replace_gpr_with_pv_ps
779 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:merge_inst_groups
1279 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:r600_bytecode_add_alu_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.c340 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:assign_alu_units
342 for (i = 0; i < max_slots; i++)
347 if (max_slots == 4)
550 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:check_and_set_bank_swizzle
552 for (i = 0; i < max_slots; i++) {
590 if (!r && max_slots == 5 && slots[4]) {
594 for (i = 0; i < max_slots; i++) {
604 for (i = 0; i < max_slots; i++) {
609 else if (i < max_slots - 1)
628 int max_slots local in function:replace_gpr_with_pv_ps
773 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:merge_inst_groups
1284 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local in function:r600_bytecode_add_alu_type
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_blit.c236 const unsigned max_slots = 4096 / sizeof ctx->vertices; local in function:get_next_slot
238 if (ctx->vbuf_slot >= max_slots) {
247 max_slots * sizeof ctx->vertices);

Completed in 12 milliseconds