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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c303 const unsigned max_slots = 4096 / sizeof ctx->vertices; local
305 if (ctx->vbuf_slot >= max_slots) {
314 max_slots * sizeof ctx->vertices);
H A Du_gen_mipmap.c1381 const unsigned max_slots = 4096 / sizeof ctx->vertices; local
1383 if (ctx->vbuf_slot >= max_slots) {
1392 max_slots * sizeof ctx->vertices);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c303 const unsigned max_slots = 4096 / sizeof ctx->vertices; local
305 if (ctx->vbuf_slot >= max_slots) {
314 max_slots * sizeof ctx->vertices);
H A Du_gen_mipmap.c1381 const unsigned max_slots = 4096 / sizeof ctx->vertices; local
1383 if (ctx->vbuf_slot >= max_slots) {
1392 max_slots * sizeof ctx->vertices);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.c608 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
610 for (i = 0; i < max_slots; i++)
615 if (max_slots == 4)
817 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
819 for (i = 0; i < max_slots; i++) {
845 if (max_slots == 4) {
846 for (i = 0; i < max_slots; i++) {
863 if (!r && slots[4] && max_slots == 5) {
867 for (i = 0; i < max_slots; i++) {
877 for (i = 0; i < max_slots;
899 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
1043 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
1505 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c608 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
610 for (i = 0; i < max_slots; i++)
615 if (max_slots == 4)
817 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
819 for (i = 0; i < max_slots; i++) {
845 if (max_slots == 4) {
846 for (i = 0; i < max_slots; i++) {
863 if (!r && slots[4] && max_slots == 5) {
867 for (i = 0; i < max_slots; i++) {
877 for (i = 0; i < max_slots;
899 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
1043 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
1505 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local
[all...]
/external/qemu/include/hw/
H A Dbt.h1512 uint8_t max_slots; member in struct:__anon29852

Completed in 369 milliseconds