/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
H A D | u_framebuffer.c | 129 w = MIN2(w, fb->cbufs[i]->width); 130 h = MIN2(h, fb->cbufs[i]->height); 134 w = MIN2(w, fb->zsbuf->width); 135 h = MIN2(h, fb->zsbuf->height);
|
H A D | u_draw.c | 106 max_index = MIN2(max_index, buffer_max_index);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_framebuffer.c | 129 w = MIN2(w, fb->cbufs[i]->width); 130 h = MIN2(h, fb->cbufs[i]->height); 134 w = MIN2(w, fb->zsbuf->width); 135 h = MIN2(h, fb->zsbuf->height);
|
H A D | u_draw.c | 106 max_index = MIN2(max_index, buffer_max_index);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
H A D | radeon_tile.c | 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) 60 unsigned columns = MIN2(tile_width, width - col); 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) 91 unsigned columns = MIN2(tile_width, width - col); 120 for (j = 0; j < MIN2(tile_height, height - row); ++j) 122 unsigned columns = MIN2(tile_width, width - col); 151 for (j = 0; j < MIN2(tile_height, height - row); ++j) 153 unsigned columns = MIN2(tile_width, width - col); 182 for (j = 0; j < MIN2(tile_height, height - row); ++j) 184 unsigned columns = MIN2(tile_widt [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
H A D | radeon_tile.c | 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) 60 unsigned columns = MIN2(tile_width, width - col); 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) 91 unsigned columns = MIN2(tile_width, width - col); 120 for (j = 0; j < MIN2(tile_height, height - row); ++j) 122 unsigned columns = MIN2(tile_width, width - col); 151 for (j = 0; j < MIN2(tile_height, height - row); ++j) 153 unsigned columns = MIN2(tile_width, width - col); 182 for (j = 0; j < MIN2(tile_height, height - row); ++j) 184 unsigned columns = MIN2(tile_widt [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_tile.c | 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) 60 unsigned columns = MIN2(tile_width, width - col); 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) 91 unsigned columns = MIN2(tile_width, width - col); 120 for (j = 0; j < MIN2(tile_height, height - row); ++j) 122 unsigned columns = MIN2(tile_width, width - col); 151 for (j = 0; j < MIN2(tile_height, height - row); ++j) 153 unsigned columns = MIN2(tile_width, width - col); 182 for (j = 0; j < MIN2(tile_height, height - row); ++j) 184 unsigned columns = MIN2(tile_widt [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_tile.c | 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) 60 unsigned columns = MIN2(tile_width, width - col); 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) 91 unsigned columns = MIN2(tile_width, width - col); 120 for (j = 0; j < MIN2(tile_height, height - row); ++j) 122 unsigned columns = MIN2(tile_width, width - col); 151 for (j = 0; j < MIN2(tile_height, height - row); ++j) 153 unsigned columns = MIN2(tile_width, width - col); 182 for (j = 0; j < MIN2(tile_height, height - row); ++j) 184 unsigned columns = MIN2(tile_widt [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
H A D | draw_split_tmp.h | 91 draw_pt_trim_count(MIN2(max_count_simple, count), first, incr); 119 draw_pt_trim_count(MIN2(max_count_loop, count), first, incr); 142 draw_pt_trim_count(MIN2(max_count_fan, count), first, incr);
|
H A D | draw_pt_vsplit.c | 91 fetch = MIN2(fetch, draw->pt.max_index); 177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_split_tmp.h | 91 draw_pt_trim_count(MIN2(max_count_simple, count), first, incr); 119 draw_pt_trim_count(MIN2(max_count_loop, count), first, incr); 142 draw_pt_trim_count(MIN2(max_count_fan, count), first, incr);
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
H A D | t_dd_dmatmp.h | 125 nr = MIN2( currentsz, count - j ); 160 nr = MIN2( currentsz, count - j ); 190 nr = MIN2( currentsz, count - j ); 234 nr = MIN2( currentsz, count - j ); 293 nr = MIN2( currentsz, count - j ); 326 nr = MIN2( currentsz, count - j ); 359 nr = MIN2( currentsz, count - j + 1 ); 399 nr = MIN2( currentsz, count - j + 1 ); 441 nr = MIN2( currentsz, count - j ); 478 nr = MIN2( currents [all...] |
H A D | t_dd_dmatmp2.h | 184 nr = MIN2( dmasz, count - j ); 239 nr = MIN2( dmasz, count - j ); 265 nr = MIN2( dmasz, count - j ); 338 nr = MIN2( dmasz, count - j ); 379 nr = MIN2( dmasz, count - j ); 443 nr = MIN2( dmasz, count - j ); 496 nr = MIN2( dmasz, count - j ); 556 nr = MIN2( dmasz, count - j ); 593 nr = MIN2( dmasz, count - j ); 625 nr = MIN2( dmas [all...] |
/external/mesa3d/src/mesa/tnl_dd/ |
H A D | t_dd_dmatmp.h | 125 nr = MIN2( currentsz, count - j ); 160 nr = MIN2( currentsz, count - j ); 190 nr = MIN2( currentsz, count - j ); 234 nr = MIN2( currentsz, count - j ); 293 nr = MIN2( currentsz, count - j ); 326 nr = MIN2( currentsz, count - j ); 359 nr = MIN2( currentsz, count - j + 1 ); 399 nr = MIN2( currentsz, count - j + 1 ); 441 nr = MIN2( currentsz, count - j ); 478 nr = MIN2( currents [all...] |
H A D | t_dd_dmatmp2.h | 184 nr = MIN2( dmasz, count - j ); 239 nr = MIN2( dmasz, count - j ); 265 nr = MIN2( dmasz, count - j ); 338 nr = MIN2( dmasz, count - j ); 379 nr = MIN2( dmasz, count - j ); 443 nr = MIN2( dmasz, count - j ); 496 nr = MIN2( dmasz, count - j ); 556 nr = MIN2( dmasz, count - j ); 593 nr = MIN2( dmasz, count - j ); 625 nr = MIN2( dmas [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
H A D | s_blend.c | 266 rgba[i][RCOMP] = (GLubyte) MIN2( r, 255 ); 267 rgba[i][GCOMP] = (GLubyte) MIN2( g, 255 ); 268 rgba[i][BCOMP] = (GLubyte) MIN2( b, 255 ); 269 rgba[i][ACOMP] = (GLubyte) MIN2( a, 255 ); 282 rgba[i][RCOMP] = (GLshort) MIN2( r, 255 ); 283 rgba[i][GCOMP] = (GLshort) MIN2( g, 255 ); 284 rgba[i][BCOMP] = (GLshort) MIN2( b, 255 ); 285 rgba[i][ACOMP] = (GLshort) MIN2( a, 255 ); 325 rgba[i][RCOMP] = MIN2( rgba[i][RCOMP], dest[i][RCOMP] ); 326 rgba[i][GCOMP] = MIN2( rgb [all...] |
/external/mesa3d/src/mesa/swrast/ |
H A D | s_blend.c | 266 rgba[i][RCOMP] = (GLubyte) MIN2( r, 255 ); 267 rgba[i][GCOMP] = (GLubyte) MIN2( g, 255 ); 268 rgba[i][BCOMP] = (GLubyte) MIN2( b, 255 ); 269 rgba[i][ACOMP] = (GLubyte) MIN2( a, 255 ); 282 rgba[i][RCOMP] = (GLshort) MIN2( r, 255 ); 283 rgba[i][GCOMP] = (GLshort) MIN2( g, 255 ); 284 rgba[i][BCOMP] = (GLshort) MIN2( b, 255 ); 285 rgba[i][ACOMP] = (GLshort) MIN2( a, 255 ); 325 rgba[i][RCOMP] = MIN2( rgba[i][RCOMP], dest[i][RCOMP] ); 326 rgba[i][GCOMP] = MIN2( rgb [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
H A D | svga_screen.c | 158 return MIN2(result.u, PIPE_MAX_COLOR_BUFS); 179 levels = MIN2(util_logbase2(result.u) + 1, levels); 183 levels = MIN2(util_logbase2(result.u) + 1, levels); 192 return MIN2(util_logbase2(result.u) + 1, SVGA_MAX_TEXTURE_LEVELS); 199 return MIN2(screen->get_param(screen, PIPE_CAP_MAX_TEXTURE_2D_LEVELS), 294 return MIN2(result.u, SVGA3D_TEMPREG_MAX); 346 return MIN2(result.u, SVGA3D_TEMPREG_MAX); 615 svgascreen->maxPointSize = MIN2(result.f, 80.0f);
|
/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_screen.c | 158 return MIN2(result.u, PIPE_MAX_COLOR_BUFS); 179 levels = MIN2(util_logbase2(result.u) + 1, levels); 183 levels = MIN2(util_logbase2(result.u) + 1, levels); 192 return MIN2(util_logbase2(result.u) + 1, SVGA_MAX_TEXTURE_LEVELS); 199 return MIN2(screen->get_param(screen, PIPE_CAP_MAX_TEXTURE_2D_LEVELS), 294 return MIN2(result.u, SVGA3D_TEMPREG_MAX); 346 return MIN2(result.u, SVGA3D_TEMPREG_MAX); 615 svgascreen->maxPointSize = MIN2(result.f, 80.0f);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
H A D | vg_context.h | 201 coords[2] = MIN2(coords[2], bounds[2]); 216 coords[3] = MIN2(coords[3], bounds[3]); 260 coords[2] = MIN2(coords[2], bounds[2]); 261 coords[3] = MIN2(coords[3], bounds[3]);
|
H A D | api_path.c | 448 *minX = MIN2(pts[0], MIN2(pts[2], MIN2(pts[4], pts[6]))); 449 *minY = MIN2(pts[1], MIN2(pts[3], MIN2(pts[5], pts[7])));
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
H A D | brw_fs_live_variables.cpp | 199 def[reg] = MIN2(def[reg], ip); 212 def[i] = MIN2(def[i], cfg.blocks[b]->start_ip); 217 def[i] = MIN2(def[i], cfg.blocks[b]->end_ip); 265 int end = MIN2(a_use, b_use);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | vg_context.h | 201 coords[2] = MIN2(coords[2], bounds[2]); 216 coords[3] = MIN2(coords[3], bounds[3]); 260 coords[2] = MIN2(coords[2], bounds[2]); 261 coords[3] = MIN2(coords[3], bounds[3]);
|
H A D | api_path.c | 448 *minX = MIN2(pts[0], MIN2(pts[2], MIN2(pts[4], pts[6]))); 449 *minY = MIN2(pts[1], MIN2(pts[3], MIN2(pts[5], pts[7])));
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_fs_live_variables.cpp | 199 def[reg] = MIN2(def[reg], ip); 212 def[i] = MIN2(def[i], cfg.blocks[b]->start_ip); 217 def[i] = MIN2(def[i], cfg.blocks[b]->end_ip); 265 int end = MIN2(a_use, b_use);
|