| /xsrc/external/mit/MesaLib/dist/src/broadcom/common/ |
| H A D | v3d_limits.h | 35 #define V3D_MAX_ANY_STAGE_INPUTS MAX3(V3D_MAX_VS_INPUTS, \
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | util_math.h | 29 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_guardband.h | 84 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 D | HVCMxVC.c | 60 #define MAX3(x,y,z) ((x) > (MAX((y), (z))) ? (x) : (MAX((y), (z)))) macro 141 nLarge = MAX3(tmp.spec.RGBi.red,
|
| H A D | LabMxLC.c | 54 #define MAX3(x,y,z) ((x) > (MAX((y), (z))) ? (x) : (MAX((y), (z)))) macro 133 nLarge = MAX3(tmp.spec.RGBi.red,
|
| H A D | LuvMxLC.c | 54 #define MAX3(x,y,z) ((x) > (MAX((y), (z))) ? (x) : (MAX((y), (z)))) macro 133 nLarge = MAX3(tmp.spec.RGBi.red,
|
| H A D | LRGB.c | 62 #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 D | format_rgb9e5.h | 69 maxrgb.u = MAX3(rc.u, gc.u, bc.u);
|
| H A D | u_math.h | 693 #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 D | macros.h | 284 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | format_rgb9e5.h | 69 maxrgb.u = MAX3(rc.u, gc.u, bc.u);
|
| H A D | u_math.h | 627 #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 D | macros.h | 371 #define MAX3( A, B, C ) ((A) > (B) ? MAX2(A, C) : MAX2(B, C)) macro
|
| H A D | u_dynarray.h | 85 unsigned capacity = MAX3(DYN_ARRAY_INITIAL_SIZE, buf->capacity * 2, newcap);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_framebuffer.c | 238 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 D | u_framebuffer.c | 238 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 D | draw_pipe_offset.c | 100 maxz.f = MAX3(v0[2], v1[2], v2[2]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_offset.c | 100 maxz.f = MAX3(fabs(v0[2]), fabs(v1[2]), fabs(v2[2]));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_rect.c | 308 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 D | lp_setup_tri.c | 320 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 D | ac_llvm_helper.cpp | 192 bufsize = MAX3(1024, written + size, bufsize / 3 * 4);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_descriptor_set.c | 337 unsigned ndescs = MAX3(desc_count,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_tri.c | 317 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 D | aco_statistics.cpp | 395 int latency = MAX3(wait_info.exp, wait_info.lgkm, wait_info.vm);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 849 uint num = MAX3(fpv->drawpix_sampler + 1, 874 uint num = MAX3(fpv->drawpix_sampler + 1,
|