HomeSort by relevance Sort by last modified time
    Searched defs:max_slots (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blit.c 303 const unsigned max_slots = 4096 / sizeof ctx->vertices; local
305 if (ctx->vbuf_slot >= max_slots) {
314 max_slots * sizeof ctx->vertices);
u_gen_mipmap.c 1381 const unsigned max_slots = 4096 \/ sizeof ctx->vertices; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 303 const unsigned max_slots = 4096 / sizeof ctx->vertices; local
305 if (ctx->vbuf_slot >= max_slots) {
314 max_slots * sizeof ctx->vertices);
u_gen_mipmap.c 1381 const unsigned max_slots = 4096 \/ sizeof ctx->vertices; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.c 608 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; i++)
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/
r600_asm.c 608 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; i++)
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/
bt.h 1512 uint8_t max_slots; member in struct:__anon33570
    [all...]

Completed in 231 milliseconds