Searched refs:num_matches (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_function.cpp203 int num_matches,
222 other < matches + num_matches; other++) {
264 int num_matches)
266 if (num_matches == 0)
269 if (num_matches == 1)
280 for (ir_function_signature **sig = matches; sig < matches + num_matches; sig++) {
281 if (is_best_inexact_overload(actual_parameters, matches, num_matches, *sig))
201 is_best_inexact_overload(const exec_list * actual_parameters,ir_function_signature ** matches,int num_matches,ir_function_signature * sig) argument
261 choose_best_inexact_overload(_mesa_glsl_parse_state * state,const exec_list * actual_parameters,ir_function_signature ** matches,int num_matches) argument
H A Dlink_varyings.cpp1822 unsigned num_matches; member in class:__anon14e2ae980110::varying_matches
1857 this->num_matches = 0;
1949 if (this->num_matches == this->matches_capacity) {
1980 this->matches[this->num_matches].packing_class
1982 this->matches[this->num_matches].packing_order
1985 this->matches[this->num_matches].producer_var = producer_var;
1986 this->matches[this->num_matches].consumer_var = consumer_var;
1987 this->num_matches++;
2025 qsort(this->matches, this->num_matches, sizeof(*this->matches),
2029 qsort(this->matches, this->num_matches, sizeo
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_function.cpp202 int num_matches,
221 other < matches + num_matches; other++) {
263 int num_matches)
265 if (num_matches == 0)
268 if (num_matches == 1)
279 for (ir_function_signature **sig = matches; sig < matches + num_matches; sig++) {
280 if (is_best_inexact_overload(actual_parameters, matches, num_matches, *sig))
200 is_best_inexact_overload(const exec_list * actual_parameters,ir_function_signature ** matches,int num_matches,ir_function_signature * sig) argument
260 choose_best_inexact_overload(_mesa_glsl_parse_state * state,const exec_list * actual_parameters,ir_function_signature ** matches,int num_matches) argument
H A Dlink_varyings.cpp1687 unsigned num_matches; member in class:__anone5c4aea50110::varying_matches
1720 this->num_matches = 0;
1811 if (this->num_matches == this->matches_capacity) {
1845 this->matches[this->num_matches].packing_class
1847 this->matches[this->num_matches].packing_order
1852 this->matches[this->num_matches].num_components = slots * 4;
1854 this->matches[this->num_matches].num_components
1858 this->matches[this->num_matches].producer_var = producer_var;
1859 this->matches[this->num_matches].consumer_var = consumer_var;
1860 this->num_matches
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86AutoConfig.c383 int num_matches = 0, num_screens = 0, i; local in function:autoConfigDevice
410 for (; matches[num_matches]; num_matches++) {
412 matches[num_matches], num_matches);
422 xf86ConfigLayout.screens = xnfcalloc(num_screens + num_matches,
436 while (i++ < num_matches) {
446 xf86ConfigLayout.screens[i+num_matches] = slp[i];
448 xf86ConfigLayout.screens[num_screens+num_matches-1].screen = NULL;
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c406 const int* starting_dist_cache, const size_t num_matches,
508 for (j = 0; j < num_matches; ++j) {
619 const ZopfliCostModel* model, const uint32_t* num_matches,
633 num_matches[i], &matches[cur_match_pos], model, &queue, nodes);
635 cur_match_pos += num_matches[i];
636 if (num_matches[i] == 1 &&
648 cur_match_pos += num_matches[i];
686 size_t num_matches; local in function:BrotliZopfliComputeShortestPath
687 num_matches = FindAllMatchesH10(&hasher->privat._H10,
691 if (num_matches >
402 UpdateNodes(const size_t num_bytes,const size_t block_start,const size_t pos,const uint8_t * ringbuffer,const size_t ringbuffer_mask,const BrotliEncoderParams * params,const size_t max_backward_limit,const int * starting_dist_cache,const size_t num_matches,const BackwardMatch * matches,const ZopfliCostModel * model,StartPosQueue * queue,ZopfliNode * nodes) argument
616 ZopfliIterate(size_t num_bytes,size_t position,const uint8_t * ringbuffer,size_t ringbuffer_mask,const BrotliEncoderParams * params,const size_t gap,const int * dist_cache,const ZopfliCostModel * model,const uint32_t * num_matches,const BackwardMatch * matches,ZopfliNode * nodes) argument
746 uint32_t* num_matches = BROTLI_ALLOC(m, uint32_t, num_bytes); local in function:BrotliCreateHqZopfliBackwardReferences
[all...]
/xsrc/external/mit/libpciaccess/dist/src/
H A Dfreebsd_pci.c638 pci_sys->num_devices = pciconfio.num_matches;
639 pci_sys->devices = calloc( pciconfio.num_matches,
642 for ( i = 0; i < pciconfio.num_matches; i++ ) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c85 int num_matches)
99 err_code = regexec(&regex, search_str, num_matches, matches, 0);
101 for (i = 0; i < num_matches; i++) {
81 regex_helper(const char * regex_str,const char * search_str,regmatch_t * matches,int num_matches) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c85 int num_matches)
99 err_code = regexec(&regex, search_str, num_matches, matches, 0);
101 for (i = 0; i < num_matches; i++) {
81 regex_helper(const char * regex_str,const char * search_str,regmatch_t * matches,int num_matches) argument
/xsrc/external/mit/MesaLib/dist/src/gbm/backends/dri/
H A Dgbm_dri.c306 struct dri_extension_match *matches, size_t num_matches,
313 for (size_t j = 0; j < num_matches; j++) {
322 for (size_t j = 0; j < num_matches; j++) {
305 dri_bind_extensions(struct gbm_dri_device * dri,struct dri_extension_match * matches,size_t num_matches,const __DRIextension ** extensions) argument

Completed in 15 milliseconds