Searched refs:first_size (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dbitset.h217 const unsigned first_size = BITSET_WORDBITS - start_mod; local in function:__bitset_set_range
219 __bitset_set_range(r, start, start + first_size - 1);
220 __bitset_set_range(r, start + first_size, end);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_meta_address_test.c483 unsigned first_size = 0, last_size = 6*6 - 1, max_bpp = 32; local in function:run_htile_address_test
487 first_size = last_size = 0;
493 for (unsigned size = first_size; size <= last_size; size++) {
641 unsigned first_size = 0, last_size = 6*6 - 1, max_bpp = 32; local in function:run_cmask_address_test
645 first_size = last_size = 0;
651 for (unsigned size = first_size; size <= last_size; size++) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp292 unsigned first_size = BITSET_WORDBITS - start_mod; local in function:aco::__anonc617705e0110::set_bitset_range
294 set_bitset_range(words, start + first_size, size - first_size);
306 unsigned first_size = BITSET_WORDBITS - start_mod; local in function:aco::__anonc617705e0110::test_bitset_range
308 test_bitset_range(words, start + first_size, size - first_size);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_draw.c468 int first_size = sizeof(GLint) * draw_count; local in function:multi_draw_arrays_async
472 first_size + count_size + buffers_size;
482 memcpy(variable_data, first, first_size);
483 variable_data += first_size;

Completed in 9 milliseconds