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

12

/xsrc/external/mit/MesaLib/dist/src/broadcom/common/
H A Dv3d_limits.h35 #define V3D_MAX_ANY_STAGE_INPUTS MAX3(V3D_MAX_VS_INPUTS, \
/xsrc/external/mit/libdrm/dist/
H A Dutil_math.h29 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_guardband.h84 const float ss_ra_xmax = MAX3( fb_width, m30 + m00, m30 - m00);
86 const float ss_ra_ymax = MAX3(fb_height, m31 + m11, m31 - m11);
/xsrc/external/mit/libX11/dist/src/xcms/
H A DHVCMxVC.c60 #define MAX3(x,y,z) ((x) > (MAX((y), (z))) ? (x) : (MAX((y), (z)))) macro
141 nLarge = MAX3(tmp.spec.RGBi.red,
H A DLabMxLC.c54 #define MAX3(x,y,z) ((x) > (MAX((y), (z))) ? (x) : (MAX((y), (z)))) macro
133 nLarge = MAX3(tmp.spec.RGBi.red,
H A DLuvMxLC.c54 #define MAX3(x,y,z) ((x) > (MAX((y), (z))) ? (x) : (MAX((y), (z)))) macro
133 nLarge = MAX3(tmp.spec.RGBi.red,
H A DLRGB.c62 #ifndef MAX3
63 #define MAX3(x,y,z) ((x) > (MAX((y), (z))) ? (x) : (MAX((y), (z)))) macro
64 #endif /* MAX3 */
1535 (MAX3 (tmp[0], tmp[1], tmp[2]) > (1.0 + EPS))) {
1565 (MAX3 (tmp[0], tmp[1], tmp[2]) > (1.0 + EPS))) {
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_rgb9e5.h69 maxrgb.u = MAX3(rc.u, gc.u, bc.u);
H A Du_math.h693 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
696 #define MAX4( A, B, C, D ) ((A) > (B) ? MAX3(A, C, D) : MAX3(B, C, D))
H A Dmacros.h284 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_rgb9e5.h69 maxrgb.u = MAX3(rc.u, gc.u, bc.u);
H A Du_math.h627 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
630 #define MAX4( A, B, C, D ) ((A) > (B) ? MAX3(A, C, D) : MAX3(B, C, D))
H A Dmacros.h371 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
H A Du_dynarray.h85 unsigned capacity = MAX3(DYN_ARRAY_INITIAL_SIZE, buf->capacity * 2, newcap);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.c238 return MAX3(1, fb->cbufs[i]->texture->nr_samples,
243 return MAX3(1, fb->zsbuf->texture->nr_samples,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.c238 return MAX3(1, fb->cbufs[i]->texture->nr_samples,
243 return MAX3(1, fb->zsbuf->texture->nr_samples,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c100 maxz.f = MAX3(v0[2], v1[2], v2[2]);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c100 maxz.f = MAX3(fabs(v0[2]), fabs(v1[2]), fabs(v2[2]));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c308 bbox.x1 = (MAX3(x0, x1, x2) + (FIXED_ONE-1)) >> FIXED_ORDER;
310 bbox.y1 = (MAX3(y0, y1, y2) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
H A Dlp_setup_tri.c320 bbox.x1 = (MAX3(position->x[0], position->x[1], position->x[2]) - 1) >> FIXED_ORDER;
324 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_helper.cpp192 bufsize = MAX3(1024, written + size, bufsize / 3 * 4);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_descriptor_set.c337 unsigned ndescs = MAX3(desc_count,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_tri.c317 bbox.x1 = (MAX3(position->x[0], position->x[1], position->x[2]) - 1) >> FIXED_ORDER;
321 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_statistics.cpp395 int latency = MAX3(wait_info.exp, wait_info.lgkm, wait_info.vm);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c849 uint num = MAX3(fpv->drawpix_sampler + 1,
874 uint num = MAX3(fpv->drawpix_sampler + 1,

Completed in 24 milliseconds

12