HomeSort by relevance Sort by last modified time
    Searched refs:num_slots (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_linkage.h 50 * 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)
u_linkage.c 118 util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots)
124 memset(layout, 0xff, num_slots);
  /external/mesa3d/src/gallium/auxiliary/util/
u_linkage.h 50 * 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)
u_linkage.c 118 util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots)
124 memset(layout, 0xff, num_slots);
  /hardware/libhardware/modules/usbaudio/
format.c 84 int num_slots = sizeof(mask->bits) / sizeof(mask->bits[0]); local
92 for (slot_index = 0; slot_index < num_slots; slot_index++) {
172 int num_slots = ARRAY_SIZE(mask->bits); local
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
logging.c 33 const size_t num_slots = ARRAY_SIZE(mask->bits); local
38 (num_slots * chars_per_slot + 2 + 1); /* brackets and null-terminator */
44 for (slot_index = 0; slot_index < num_slots; slot_index++) {
50 if (slot_index < num_slots - 1) {
alsa_device_profile.c 248 const int num_slots = ARRAY_SIZE(mask->bits); local
256 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.c 76 c.vue_map.vert_result_to_slot[BRW_VERT_RESULT_PNTC] = c.vue_map.num_slots;
77 c.vue_map.slot_to_vert_result[c.vue_map.num_slots++] = BRW_VERT_RESULT_PNTC;
80 c.nr_attr_regs = (c.vue_map.num_slots + 1)/2 - c.urb_entry_read_offset;
brw_clip_util.c 154 for (slot = 0; slot < c->vue_map.num_slots; slot++) {
194 if (c->vue_map.num_slots % 2) {
195 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots);
brw_vs.c 49 vue_map->vert_result_to_slot[vert_result] = vue_map->num_slots;
50 vue_map->slot_to_vert_result[vue_map->num_slots++] = vert_result;
69 vue_map->num_slots = 0;
brw_gs.c 60 c.nr_regs = (c.vue_map.num_slots + 1)/2;
brw_clip.c 79 c.nr_regs = (c.vue_map.num_slots + 1)/2;
gen7_sol_state.c 201 int urb_entry_read_length = (vue_map->num_slots + 1) / 2 -
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf.c 76 c.vue_map.vert_result_to_slot[BRW_VERT_RESULT_PNTC] = c.vue_map.num_slots;
77 c.vue_map.slot_to_vert_result[c.vue_map.num_slots++] = BRW_VERT_RESULT_PNTC;
80 c.nr_attr_regs = (c.vue_map.num_slots + 1)/2 - c.urb_entry_read_offset;
brw_clip_util.c 154 for (slot = 0; slot < c->vue_map.num_slots; slot++) {
194 if (c->vue_map.num_slots % 2) {
195 GLuint delta = brw_vue_slot_to_offset(c->vue_map.num_slots);
brw_vs.c 49 vue_map->vert_result_to_slot[vert_result] = vue_map->num_slots;
50 vue_map->slot_to_vert_result[vue_map->num_slots++] = vert_result;
69 vue_map->num_slots = 0;
brw_gs.c 60 c.nr_regs = (c.vue_map.num_slots + 1)/2;
brw_clip.c 79 c.nr_regs = (c.vue_map.num_slots + 1)/2;
gen7_sol_state.c 201 int urb_entry_read_length = (vue_map->num_slots + 1) / 2 -
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiledata_unittest.cc 128 // Checks the first 'num_slots' profile data slots in the file
132 string Check(const ProfileDataSlot* slots, int num_slots) {
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
141 // skipped, of length 'num_skips'. Note that 'num_slots' includes
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
163 int num_slots, const int* skips,
169 scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
170 size_t expected_bytes = num_slots * sizeof filedata[0]
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiledata_unittest.cc 128 // Checks the first 'num_slots' profile data slots in the file
132 string Check(const ProfileDataSlot* slots, int num_slots) {
133 return CheckWithSkips(slots, num_slots, NULL, 0);
136 // Checks the first 'num_slots' profile data slots in the file
141 // skipped, of length 'num_skips'. Note that 'num_slots' includes
142 // any skipped slots, i.e., the first 'num_slots' profile data slots
147 string CheckWithSkips(const ProfileDataSlot* slots, int num_slots,
163 int num_slots, const int* skips,
169 scoped_array<ProfileDataSlot> filedata(new ProfileDataSlot[num_slots]);
170 size_t expected_bytes = num_slots * sizeof filedata[0]
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 837 size_t num_slots = numOfSlots[idx]; local
1042 const size_t num_slots = numOfSlots[idx]; local
1090 const size_t num_slots = numOfSlots[idx]; local
1119 size_t num_slots = numOfSlots[idx]; local
2000 const size_t num_slots = numOfSlots[idx]; local
    [all...]
  /art/runtime/gc/accounting/
atomic_stack.h 69 bool AtomicBumpBack(size_t num_slots, T** start_address, T** end_address) {
77 new_index = index + num_slots;
  /external/srec/srec/include/
srec_context.h 50 wordID num_slots; member in struct:__anon14851
  /art/runtime/
reflection.cc 41 size_t num_slots = shorty_len + 1; // +1 in case of receiver. local
42 if (LIKELY((num_slots * 2) < kSmallArgArraySize)) {
50 num_slots++;
53 if (num_slots <= kSmallArgArraySize) {
56 large_arg_array_.reset(new uint32_t[num_slots]);

Completed in 788 milliseconds

1 2