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

  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 138 UINT max_slots;
140 result = destination_list_->BeginList(&max_slots, __uuidof(*removed),
145 user_max_items_ = max_slots;
  /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/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/bluetooth/bluedroid/stack/include/
hcimsgs.h     [all...]
  /external/qemu/include/hw/
bt.h 1512 uint8_t max_slots; member in struct:__anon33570
    [all...]

Completed in 338 milliseconds