Searched refs:b_use (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_live_variables.cpp254 int b_def = this->virtual_grf_def[b], b_use = this->virtual_grf_use[b]; local
260 (b_use == -1 && b_def != MAX_INSTRUCTION)) {
265 int end = MIN2(a_use, b_use);
/external/libvncserver/x11vnc/
H A Dscreen.c2285 int b_use = b; local
2289 if (b_use == 32 && xform24to32) {
2298 b_use = 24;
2299 raw_fb_bytes_per_line = dpy_x * b_use/8;
2301 snap_fb = (char *) malloc(dpy_y * dpy_x * b_use/8);
2307 snap->bits_per_pixel = b_use;
2308 snap->bytes_per_line = dpy_x * b_use/8;

Completed in 6230 milliseconds