Searched refs:FUNC_NAME (Results 1 - 17 of 17) sorted by relevance

/external/llvm/test/DebugInfo/Inputs/
H A Darange-overlap.cc10 # define FUNC_NAME func1 macro
14 # define FUNC_NAME func2 macro
19 void FUNC_NAME() { function
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp70 #define DEFINE_VEC_FLOAT_FUNCTION(FUNC_NAME, SCALAR_OP_NAME) \
72 inline Vector<float, Size> FUNC_NAME (const Vector<float, Size>& v, float s) \
80 #define DEFINE_FLOAT_VEC_FUNCTION(FUNC_NAME, SCALAR_OP_NAME) \
82 inline Vector<float, Size> FUNC_NAME (float s, const Vector<float, Size>& v) \
90 #define DEFINE_VEC_VEC_FLOAT_FUNCTION(FUNC_NAME, SCALAR_OP_NAME) \
92 inline Vector<float, Size> FUNC_NAME (const Vector<float, Size>& v0, const Vector<float, Size>& v1, float s) \
100 #define DEFINE_VEC_FLOAT_FLOAT_FUNCTION(FUNC_NAME, SCALAR_OP_NAME) \
102 inline Vector<float, Size> FUNC_NAME (const Vector<float, Size>& v, float s0, float s1) \
110 #define DEFINE_FLOAT_FLOAT_VEC_FUNCTION(FUNC_NAME, SCALAR_OP_NAME) \
112 inline Vector<float, Size> FUNC_NAME (floa
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp900 #define DECLARE_UNARY_GENTYPE_FUNCS(FUNC_NAME) \
901 void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].z()); } \
902 void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, 1)); } \
903 void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2, 0, 1)); } \
904 void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3, 0)); }
906 #define DECLARE_BINARY_GENTYPE_FUNCS(FUNC_NAME) \
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
38 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
112 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \
113 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \
156 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
H A Dyuv_mips32.c24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \
25 static void FUNC_NAME(const uint8_t* y, \
H A Dyuv.c72 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \
73 static void FUNC_NAME(const uint8_t* y, \
H A Dupsampling_sse2.c131 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
132 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
H A Dupsampling_neon.c180 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \
181 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
H A Dlossless.c1187 #define COLOR_INDEX_INVERSE(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \
1188 void FUNC_NAME(const VP8LTransform* const transform, \
/external/webp/src/dsp/
H A Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
38 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
112 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \
113 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
155 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \
156 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
H A Dyuv_mips32.c24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \
25 static void FUNC_NAME(const uint8_t* y, \
H A Dyuv.c72 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \
73 static void FUNC_NAME(const uint8_t* y, \
H A Dupsampling_sse2.c131 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
132 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
H A Dupsampling_neon.c180 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \
181 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
H A Dlossless.c1178 #define COLOR_INDEX_INVERSE(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \
1179 void FUNC_NAME(const VP8LTransform* const transform, \
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp375 #define TCU_DECLARE_VECTOR_UNARY_FUNC(FUNC_NAME, OP_NAME) \
377 Vector<T, Size> FUNC_NAME (const Vector<T, Size>& v) \
385 #define TCU_DECLARE_VECTOR_BINARY_FUNC(FUNC_NAME, OP_NAME) \
387 Vector<T, Size> FUNC_NAME (const Vector<T, Size>& a, const Vector<T, Size>& b) \
395 #define TCU_DECLARE_VECTOR_TERNARY_FUNC(FUNC_NAME, OP_NAME) \
397 Vector<T, Size> FUNC_NAME (const Vector<T, Size>& a, const Vector<T, Size>& b, const Vector<T, Size>& c) \
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp322 #define SWITCH_SRC_OR_DST_FACTOR_RGB(FUNC_NAME, FACTOR_NAME) \
323 switch (blendRGBState.FUNC_NAME) \
373 #define SWITCH_SRC_OR_DST_FACTOR_A(FUNC_NAME, FACTOR_NAME) \
374 switch (blendAState.FUNC_NAME) \

Completed in 1213 milliseconds