Searched defs:num_slots (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.h50 * num_slots is the size of the layout array and hardware limit instead.
52 * efficient_slots == 0 or efficient_slots == num_slots are typical settings.
54 void util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots);
58 unsigned char first_slot_value, unsigned char num_slots)
63 for(i = 0; i < num_slots; ++i)
57 util_semantic_table_from_layout(unsigned char *table, size_t table_size, unsigned char *layout, unsigned char first_slot_value, unsigned char num_slots) argument
H A Du_linkage.c118 util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots) argument
124 memset(layout, 0xff, num_slots);
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-segnames.c144 static UInt num_slots = 0; /* number of slots in string table */ variable
337 ++num_slots;
359 num_segnames, num_slots);
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc1403 int num_slots = i.InputInt32(1); local
1408 MemOperand(sp, -num_slots * kPointerSize), r0);
1412 MemOperand(sp, -num_slots * kPointerSize), r0);
1416 MemOperand(sp, -num_slots * kPointerSize), r0);
H A Dinstruction-selector-ppc.cc1875 int num_slots = static_cast<int>(descriptor->StackParameterCount()); local
1881 g.TempImmediate(num_slots));
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc1390 int num_slots = i.InputInt32(1); local
1391 __ lay(sp, MemOperand(sp, -num_slots * kPointerSize));
H A Dinstruction-selector-s390.cc1714 int num_slots = static_cast<int>(descriptor->StackParameterCount()); local
1720 g.TempImmediate(num_slots));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h377 int num_slots; member in struct:brw_vue_map
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 207 milliseconds