| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| os_file.c | 22 size_t total = 0; local 24 ssize_t ret = read(fd, buf + total, len - total); 37 total += ret; 38 } while (total != len); 40 return total ? total : err;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-timer.c | 41 printf ("%s: total: %llu n: %llu avg: %f\n", 43 timer->total, 45 timer->total / (double)timer->n_times);
|
| pixman-filter.c | 255 double total, e; local 265 total = 0; 287 total += *p; 295 total = 65536.0 / total; 300 double v = (*p) * total + e;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| glcpp_test.py | 110 total = 0 119 total += 1 133 if not total: 136 print('{}/{}'.format(passed, total), 'tests returned correct results') 137 return total == passed 142 total = 0 150 total += 1 167 if not total: 170 print('{}/{}'.format(passed, total), 'tests returned correct results') 171 return total == passe [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| glcpp_test.py | 104 total = 0 113 total += 1 125 if not total: 128 print('{}/{}'.format(passed, total), 'tests returned correct results') 129 return total == passed 134 total = 0 142 total += 1 164 if not total: 167 print('{}/{}'.format(passed, total), 'tests returned correct results') 168 return total == passe [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| intel_device_info.h | 128 * Total number of slices present on the device whether or not they've been 234 * - For max_wm_threads, the total should be PSD threads * #PSDs. 251 * expresses the total parallelism of the GPU, this expresses the maximum 379 uint32_t total = 0; local 382 total += __builtin_popcount(devinfo->subslice_masks[i]); 385 return total; 391 uint32_t total = 0; local 394 total += __builtin_popcount(devinfo->eu_masks[i]); 396 return total;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| optimization_test.py | 61 total = 0 66 total += 1 91 print('{}/{} tests returned correct results'.format(passes, total)) 92 exit(0 if passes == total else 1)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| intel_batchbuffer.h | 110 intel->batch.total = n; 120 assert(batch->total != 0); 121 if (_n != batch->total) { 123 _n, batch->total); 126 batch->total = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| intel_batchbuffer.h | 110 intel->batch.total = n; 120 assert(batch->total != 0); 121 if (_n != batch->total) { 123 _n, batch->total); 126 batch->total = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| os_file.c | 98 size_t total = 0; local 100 ssize_t ret = read(fd, buf + total, len - total); 113 total += ret; 114 } while (total != len); 116 return total ? (ssize_t)total : err;
|
| /xsrc/external/mit/libX11/dist/src/ |
| VisUtil.c | 68 int ii,screen_s,screen_e,total,count; local 79 total = 10; 80 if (! (vip_base = vip = Xmallocarray(total, sizeof(XVisualInfo)))) { 132 if (count+1 > total) 135 total += 10; 136 if (! (vip_base = Xreallocarray(vip_base, total,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| lower_const_arrays_to_uniforms.cpp | 135 unsigned total = 0; local 143 total += var->type->component_slots(); 145 return total;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| optimization_test.py | 77 total = 0 84 total += 1 114 print('{}/{} tests returned correct results'.format(passes, total)) 115 exit(0 if passes == total else 1)
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| bit_cost.h | 22 const uint32_t* population, size_t size, size_t* total) { 40 *total = sum;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_batch.h | 98 brw->batch.total = n; 108 assert(batch->total != 0); 109 if (_n != batch->total) { 111 _n, batch->total); 114 batch->total = 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| intel_batchbuffer.h | 97 brw->batch.total = n; 107 assert(batch->total != 0); 108 if (_n != batch->total) { 110 _n, batch->total); 113 batch->total = 0;
|
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| vbo.c | 68 unsigned total = 0; local 77 total += VBOSize; 78 if (total >= 16*1024*1024) { 80 total = 0;
|
| /xsrc/external/mit/xcmsdb/dist/ |
| loadData.c | 887 int total; 941 total = 7 + (pCorrection->pRedTbl->nEntries * 943 pCard8 = pCard8Array = calloc(total, sizeof(unsigned char)); 962 (unsigned char *) pCard8Array, total); 966 total = 5 + (pCorrection->pRedTbl->nEntries * 968 pCard16 = pCard16Array = calloc(total, sizeof (unsigned short)); 985 (unsigned char *) pCard16Array, total); 989 total = 4 + (pCorrection->pRedTbl->nEntries * 991 pCard32 = pCard32Array = calloc(total, sizeof(unsigned long)); 1007 (unsigned char *) pCard32Array, total); 872 int total; local 1155 int total; local [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| xgi_dac.c | 497 float total = (mclk * bus) / bpp; local 501 PDEBUG5(ErrorF("Total Adapter Bandwidth is %fM\n", total/1000)); 504 total = ((total / 2) > 540000) 505 ? (total - 540000) : (total / 2); 508 return (int)(total / magic); 524 float total = (mclk * bus) / bpp; local 532 total = mclk*bus/bpp [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| texdown.c | 56 * keep us out of most caches at 32mb total. 171 GLdouble total = 0; /* ints will tend to overflow */ local 258 total += w * h / 8; 266 total += w*h; 283 printf("total texels=%f time=%f\n", total, time); 284 DownloadRate = total / time;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxfont.c | 172 unsigned long nbytes, total, n; local 183 total = nbytes; 188 if ((total == 0) || (total < (n = (*ptr + 1)))) 190 total -= n; 193 if (total >= 4)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_gmem.c | 83 uint32_t total = 0, i; local 87 gmem->cbuf_base[i] = align(total, gmem_align); 88 total = gmem->cbuf_base[i] + cbuf_cpp[i] * bin_w * bin_h; 93 gmem->zsbuf_base[0] = align(total, gmem_align); 94 total = gmem->zsbuf_base[0] + zsbuf_cpp[0] * bin_w * bin_h; 98 gmem->zsbuf_base[1] = align(total, gmem_align); 99 total = gmem->zsbuf_base[1] + zsbuf_cpp[1] * bin_w * bin_h; 102 return total;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_helpers.c | 282 uint64_t total = util_get_throttle_total_memory_usage(t); local 288 total && total + memory_size > t->max_mem_usage) { 299 total = util_get_throttle_total_memory_usage(t);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| translate_test.c | 66 unsigned total = 0; local 315 ++total; 323 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]); 324 return passed != total;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_exa_shared.c | 173 (accel_state->ib->idx*accel_state->ib->total)+ 174 (accel_state->ib->total / 2); 175 accel_state->vbo.vb_total = (accel_state->ib->total / 2); 177 (accel_state->ib->total / 2));
|