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

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpackrender.h159 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 Dpackrender.h159 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 Dr200_maos_arrays.c56 int __tmp; \
58 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_maos_arrays.c56 int __tmp; \
58 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_util.h32 __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 Dmacros.h152 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 Dmacros.h154 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 Dt_dd_triemit.h12 int __tmp; \
14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_triemit.h12 int __tmp; \
14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_pipeline.c197 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 Dbitset.h132 #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 Dt_pipeline.c197 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 Dbitset.h332 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 Dlvp_private.h125 __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 Dfreedreno_util.h444 do { __typeof(a) __tmp = (a); (a) = (b); (b) = __tmp; } while (0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h428 __typeof(a) __tmp = (a); \
430 (b) = __tmp; \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c41 int __tmp; \
43 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c42 int __tmp; \
44 : "=%c" (__tmp), "=D" (dst), "=S" (__tmp) \
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-access.c143 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 Dtu_private.h1000 __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 Dir3_cp.c37 __typeof(a) __tmp = (a); \
39 (b) = __tmp; \
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h1331 __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 Dradv_private.h1707 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 Danv_private.h2674 __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 Dintel_tris.c350 int __tmp; \
352 : "=%c" (j), "=D" (vb), "=S" (__tmp) \

Completed in 36 milliseconds

12