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

/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiledata_unittest.cc128 // Checks the first 'num_slots' profile data slots in the file
132 string Check(const ProfileDataSlot* slots, int num_slots) { argument
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 * sizeo
162 CheckWithSkips(const ProfileDataSlot* slots, int num_slots, const int* skips, int num_skips) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiledata_unittest.cc128 // Checks the first 'num_slots' profile data slots in the file
132 string Check(const ProfileDataSlot* slots, int num_slots) { argument
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 * sizeo
162 CheckWithSkips(const ProfileDataSlot* slots, int num_slots, const int* skips, int num_skips) argument
[all...]
/external/srec/srec/include/
H A Dsrec_context.h50 wordID num_slots; member in struct:__anon31160
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp655 int num_slots = 0; local
682 num_slots++;
685 if(num_slots > MAX_NUM_SLOTS) {
686 std::cout << "Error: SREC may have trouble with this many slots! (" << num_slots << ")" << std::endl;
/external/srec/srec/crec/
H A Dsrec_context.c416 wmap->num_slots = my_wID;
419 if(wmap->num_slots > MAX_NUM_SLOTS)
491 for (i = wmap->num_slots; --i > 0;)
1236 for (i = 1; i < (size_t) fst->olabels->num_slots; ++i)
1581 for (fst_slot_slotnum = 1; fst_slot_slotnum < fst->olabels->num_slots;
1588 PLogError("error: slot '%s' not found among [%d,%d] possible\n", slot, 1, fst->olabels->num_slots - 1);
2601 if(atoken->olabel>0 && atoken->olabel<fst->olabels->num_slots) break;
2759 tmp2[i++] = wordmap->num_slots;
2804 awordmap->num_slots = (wordID)tmp2[i++];
3760 wordID num_slots local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h377 int num_slots; member in struct:brw_vue_map
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h377 int num_slots; member in struct:brw_vue_map

Completed in 261 milliseconds