| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | packrender.h | 159 int8_t __tmp = (a); \ 160 memcpy((pc + (offset)), &__tmp, 1); \ 165 int16_t __tmp = (a); \ 166 memcpy((pc + (offset)), &__tmp, 2); \ 171 int32_t __tmp = (a); \ 172 memcpy((pc + (offset)), &__tmp, 4); \ 177 float __tmp = (a); \ 178 memcpy((pc + (offset)), &__tmp, 4); \ 183 double __tmp = (a); \ 184 memcpy((pc + (offset)), &__tmp, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | packrender.h | 159 int8_t __tmp = (a); \ 160 memcpy((pc + (offset)), &__tmp, 1); \ 165 int16_t __tmp = (a); \ 166 memcpy((pc + (offset)), &__tmp, 2); \ 171 int32_t __tmp = (a); \ 172 memcpy((pc + (offset)), &__tmp, 4); \ 177 float __tmp = (a); \ 178 memcpy((pc + (offset)), &__tmp, 4); \ 183 double __tmp = (a); \ 184 memcpy((pc + (offset)), &__tmp, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_maos_arrays.c | 56 int __tmp; \ 58 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_maos_arrays.c | 56 int __tmp; \ 58 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_util.h | 32 __tmp = (gl_shader_stage)((stage_bits) &TU_STAGE_MASK); \ 33 stage = __builtin_ffs(__tmp) - 1, __tmp; __tmp &= ~(1 << (stage)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | macros.h | 152 fi_type __tmp; \ 153 __tmp.f = (FLT); \ 154 if (__tmp.i < 0) \ 156 else if (__tmp.i >= IEEE_ONE) \ 159 __tmp.f = __tmp.f * (255.0F/256.0F) + 32768.0F; \ 160 UB = (GLubyte) __tmp.i; \ 165 fi_type __tmp; \ 166 __tmp.f = (FLT) * (255.0F/256.0F) + 32768.0F; \ 167 UB = (GLubyte) __tmp [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | macros.h | 154 fi_type __tmp; \ 155 __tmp.f = (FLT); \ 156 if (__tmp.i < 0) \ 158 else if (__tmp.i >= IEEE_ONE) \ 161 __tmp.f = __tmp.f * (255.0F/256.0F) + 32768.0F; \ 162 UB = (GLubyte) __tmp.i; \ 167 fi_type __tmp; \ 168 __tmp.f = (FLT) * (255.0F/256.0F) + 32768.0F; \ 169 UB = (GLubyte) __tmp [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_triemit.h | 12 int __tmp; \ 14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_triemit.h | 12 int __tmp; \ 14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_pipeline.c | 197 unsigned short __tmp; local in function:_tnl_run_pipeline 236 START_FAST_MATH(__tmp); 246 END_FAST_MATH(__tmp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | bitset.h | 132 #define BITSET_FOREACH_SET(__i, __tmp, __set, __size) \ 133 for (__tmp = *(__set), __i = 0; \ 134 (__i = __bitset_next_set(__i, &__tmp, __set, __size)) < __size;)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_pipeline.c | 197 unsigned short __tmp; local in function:_tnl_run_pipeline 236 START_FAST_MATH(__tmp); 246 END_FAST_MATH(__tmp);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | bitset.h | 332 for (BITSET_WORD __tmp = (__size) == 0 ? 0 : *(__set), *__foo = &__tmp; __foo != NULL; __foo = NULL) \ 334 (__i = __bitset_next_set(__i, &__tmp, __set, __size)) < __size;)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_private.h | 125 __tmp = (gl_shader_stage)((stage_bits) & LVP_STAGE_MASK); \ 126 stage = ffs(__tmp) - 1, __tmp; \ 127 __tmp &= ~(1 << (stage)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_util.h | 444 do { __typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_util.h | 428 __typeof(a) __tmp = (a); \ 430 (b) = __tmp; \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_dma.c | 41 int __tmp; \ 43 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_dma.c | 42 int __tmp; \ 44 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-access.c | 143 uint8_t *__tmp = (l) + 3 * (o); \ 145 WRITE ((img), __tmp++, ((v) & 0x00ff0000) >> 16); \ 146 WRITE ((img), __tmp++, ((v) & 0x0000ff00) >> 8); \ 147 WRITE ((img), __tmp++, ((v) & 0x000000ff) >> 0); \ 154 uint8_t *__tmp = (l) + 3 * (o); \ 156 WRITE ((img), __tmp++, ((v) & 0x000000ff) >> 0); \ 157 WRITE ((img), __tmp++, ((v) & 0x0000ff00) >> 8); \ 158 WRITE ((img), __tmp++, ((v) & 0x00ff0000) >> 16); \
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_private.h | 1000 __tmp = (gl_shader_stage)((stage_bits) &TU_STAGE_MASK); \ 1001 stage = __builtin_ffs(__tmp) - 1, __tmp; __tmp &= ~(1 << (stage)))
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_cp.c | 37 __typeof(a) __tmp = (a); \ 39 (b) = __tmp; \
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_private.h | 1331 __tmp = (gl_shader_stage)((stage_bits) & RADV_STAGE_MASK); \ 1332 stage = __builtin_ffs(__tmp) - 1, __tmp; \ 1333 __tmp &= ~(1 << (stage)))
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_private.h | 1707 for (gl_shader_stage stage, __tmp = (gl_shader_stage)((stage_bits)&RADV_STAGE_MASK); \ 1708 stage = ffs(__tmp) - 1, __tmp; __tmp &= ~(1 << (stage)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_private.h | 2674 __tmp = (gl_shader_stage)((stage_bits) & ANV_STAGE_MASK); \ 2675 stage = __builtin_ffs(__tmp) - 1, __tmp; \ 2676 __tmp &= ~(1 << (stage)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 350 int __tmp; \ 352 : "=%c" (j), "=D" (vb), "=S" (__tmp) \
|