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

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Du_current.h71 return (likely(u_current_table) ?
82 return likely(u_current_context) ? u_current_context : u_current_get_context_internal();
H A Du_current.c291 return (likely(u_current_table) ? u_current_table : (struct _glapi_table *) table_noop_array);
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoErr.h46 #define RT_SUCCESS(rc) ( likely(RT_SUCCESS_NP(rc)) )
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dcompiler.h32 #define likely(expr) (__builtin_expect (!!(expr), 1)) macro
44 #define likely(expr) (expr) macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dcompiler.h32 #define likely(expr) (__builtin_expect (!!(expr), 1)) macro
45 #define likely(expr) (expr) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surfaces.h59 if(likely((pt->target == PIPE_TEXTURE_2D || pt->target == PIPE_TEXTURE_RECT) && us->u.array))
90 if(likely(ps->texture->target == PIPE_TEXTURE_2D || ps->texture->target == PIPE_TEXTURE_RECT))
H A Du_prim.h136 return (likely(prim < PIPE_PRIM_MAX)) ? &prim_table[prim] : NULL;
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi.h109 (likely(_glapi_Dispatch) ? _glapi_Dispatch : _glapi_get_dispatch())
112 (likely(_glapi_Context) ? _glapi_Context : _glapi_get_context())
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi.h103 (likely(_glapi_Dispatch) ? _glapi_Dispatch : _glapi_get_dispatch())
106 (likely(_glapi_Context) ? _glapi_Context : _glapi_get_context())
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dmacros.h48 #ifndef likely
50 # define likely(x) __builtin_expect(!!(x), 1) macro
53 # define likely(x) (x) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_trace_gallium.c79 if (likely(!ut->enabled))
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.7.rst30 This list is likely incomplete.
H A D12.0.3.rst30 This list is likely incomplete.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_fence.cpp109 if (likely(ptr)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_fence.cpp109 if (likely(ptr)) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_nir_lower_multiview.c102 if (likely(!(dev->physical_device->instance->debug_flags & TU_DEBUG_NOMULTIPOS)) &&
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Du_current.c259 return (likely(u_current_table) ? u_current_table : (struct _glapi_table *) table_noop_array);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dmacros.h56 #ifndef likely
58 # define likely(x) __builtin_expect(!!(x), 1) macro
61 # define likely(x) (x) macro
414 /* On 2's compliment platforms, which is every platform Mesa is likely to
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_cs.c120 if (likely(enc->buffer_count))
176 if (likely(enc->buffer_count)) {
220 if (likely(enc->buffer_count)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.h88 #ifndef likely
90 #define likely(expr) (__builtin_expect(expr, 1)) macro
93 #define likely(expr) (expr) macro
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_context.h88 #ifndef likely
90 #define likely(expr) (__builtin_expect(expr, 1)) macro
93 #define likely(expr) (expr) macro
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_vector_insert.cpp66 if (likely(expr->operation != ir_triop_vector_insert))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_vector_insert.cpp63 if (likely(expr->operation != ir_triop_vector_insert))
/xsrc/external/mit/MesaLib.old/dist/
H A DREADME.rst9 Other repositories are likely forks, and code found there is not supported.
/xsrc/external/mit/MesaLib/dist/
H A DREADME.rst9 Other repositories are likely forks, and code found there is not supported.

Completed in 14 milliseconds

1234567891011>>