Searched refs:MAX3 (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/skia/tools/
H A Dskdiff.h26 #define MAX3(a,b,c) (((b) < (a)) ? MAX2((a), (c)) : MAX2((b), (c))) macro
215 float leftValue = MAX3(lhs->fAverageMismatchR,
218 float rightValue = MAX3(rhs->fAverageMismatchR,
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR,
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR,
H A Dskdiff_image.cpp351 printf("%d", static_cast<int>(MAX3(dr.fAverageMismatchR,
355 printf("%d", MAX3(dr.fMaxMismatchR,
H A Dskdiff_html.cpp141 stream->writeDecAsText(SkScalarRoundToInt(MAX3(diff.fAverageMismatchR,
145 stream->writeDecAsText(MAX3(diff.fMaxMismatchR,
H A Dskdiff.cpp191 int value = MAX3(thisR, thisG, thisB);
H A Dskdiff_main.cpp173 mismatchValue = MAX3(drp->fMaxMismatchR, drp->fMaxMismatchG,
/external/skia/tools/
H A Dskdiff.h26 #define MAX3(a,b,c) (((b) < (a)) ? MAX2((a), (c)) : MAX2((b), (c))) macro
215 float leftValue = MAX3(lhs->fAverageMismatchR,
218 float rightValue = MAX3(rhs->fAverageMismatchR,
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR,
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR,
H A Dskdiff_image.cpp351 printf("%d", static_cast<int>(MAX3(dr.fAverageMismatchR,
355 printf("%d", MAX3(dr.fMaxMismatchR,
H A Dskdiff_html.cpp141 stream->writeDecAsText(SkScalarRoundToInt(MAX3(diff.fAverageMismatchR,
145 stream->writeDecAsText(MAX3(diff.fMaxMismatchR,
H A Dskdiff.cpp191 int value = MAX3(thisR, thisG, thisB);
H A Dskdiff_main.cpp173 mismatchValue = MAX3(drp->fMaxMismatchR, drp->fMaxMismatchG,
/external/ipsec-tools/src/racoon/
H A Dvar.h40 #define MAX3(a, b, c) (a > b ? (a > c ? a : c) : (b > c ? b : c)) macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h114 maxrgb = MAX3(rc, gc, bc);
H A Du_math.h674 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
677 #define MAX4( A, B, C, D ) ((A) > (B) ? MAX3(A, C, D) : MAX3(B, C, D))
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_rgb9e5.h114 maxrgb = MAX3(rc, gc, bc);
H A Du_math.h695 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
698 #define MAX4( A, B, C, D ) ((A) > (B) ? MAX3(A, C, D) : MAX3(B, C, D))
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c274 bbox.x1 = (MAX3(position->x[0], position->x[1], position->x[2]) - 1) >> FIXED_ORDER;
278 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c274 bbox.x1 = (MAX3(position->x[0], position->x[1], position->x[2]) - 1) >> FIXED_ORDER;
278 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmacros.h657 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
H A Dtexobj.c512 maxLog2 = MAX3(baseImage->WidthLog2,
H A Dteximage.c1031 size = MAX3(width, height, depth);
/external/mesa3d/src/mesa/main/
H A Dmacros.h657 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
H A Dtexobj.c512 maxLog2 = MAX3(baseImage->WidthLog2,
H A Dteximage.c1031 size = MAX3(width, height, depth);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state_derived.c579 count = MAX3(col_count, tex_count, 1);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c579 count = MAX3(col_count, tex_count, 1);

Completed in 796 milliseconds