Home
last modified time | relevance | path

Searched refs:FUNC_NAME (Results 1 – 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp841 #define DECLARE_UNARY_GENTYPE_FUNCS(FUNC_NAME) \ argument
842 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
843 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
844 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
845 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
847 #define DECLARE_BINARY_GENTYPE_FUNCS(FUNC_NAME) \ argument
848 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
849 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
850 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
851 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp70 #define DEFINE_VEC_FLOAT_FUNCTION(FUNC_NAME, SCALAR_OP_NAME) \ argument
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) \ argument
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) \ argument
92 inline Vector<float, Size> FUNC_NAME (const Vector<float, Size>& v0, const Vector<float, Size>& v1,…
100 #define DEFINE_VEC_FLOAT_FLOAT_FUNCTION(FUNC_NAME, SCALAR_OP_NAME) \ argument
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) \ argument
112 inline Vector<float, Size> FUNC_NAME (float s0, float s1, const Vector<float, Size>& v) \
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp900 #define DECLARE_UNARY_GENTYPE_FUNCS(FUNC_NAME) \ argument
901 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
902 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
903 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
904 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
906 #define DECLARE_BINARY_GENTYPE_FUNCS(FUNC_NAME) \ argument
907 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
908 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
909 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
910 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
[all …]
/external/llvm/test/DebugInfo/Inputs/
Darange-overlap.cc10 # define FUNC_NAME func1 macro
14 # define FUNC_NAME func2 macro
19 void FUNC_NAME() { in FUNC_NAME() function
/external/webp/src/dsp/
Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
38 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
138 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \ argument
139 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
180 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
181 extern void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
183 void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
Dupsampling_mips_dsp_r2.c145 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
146 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
243 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
244 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
Dupsampling_sse2.c131 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
132 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bottom_y, \
221 #define YUV444_FUNC(FUNC_NAME, CALL, CALL_C, XSTEP) \ argument
224 static void FUNC_NAME(const uint8_t* y, const uint8_t* u, const uint8_t* v, \
Dyuv_mips_dsp_r2.c71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
72 static void FUNC_NAME(const uint8_t* y, \
Dyuv_mips32.c24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
25 static void FUNC_NAME(const uint8_t* y, \
Dmsa_macro.h72 #define MSA_LOAD_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
73 static inline TYPE FUNC_NAME(const void* const psrc) { \
83 #define MSA_LOAD(psrc, FUNC_NAME) FUNC_NAME(psrc) argument
85 #define MSA_STORE_FUNC(TYPE, INSTR, FUNC_NAME) \ argument
86 static inline void FUNC_NAME(TYPE val, void* const pdst) { \
95 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument
Dyuv.c22 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
23 static void FUNC_NAME(const uint8_t* y, \
Dlossless_mips_dsp_r2.c22 #define MAP_COLOR_FUNCS(FUNC_NAME, TYPE, GET_INDEX, GET_VALUE) \ argument
23 static void FUNC_NAME(const TYPE* src, \
Dupsampling_neon.c192 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
193 static void FUNC_NAME(const uint8_t *top_y, const uint8_t *bottom_y, \
Dlossless.c326 #define COLOR_INDEX_INVERSE(FUNC_NAME, F_NAME, STATIC_DECL, TYPE, BIT_SUFFIX, \ argument
338 STATIC_DECL void FUNC_NAME(const VP8LTransform* const transform, \
Dupsampling_msa.c560 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
561 static void FUNC_NAME(const uint8_t* top_y, const uint8_t* bot_y, \
/external/trappy/trappy/stats/
Dgrammar.py60 FUNC_NAME = delimitedList(IDENTIFIER, delim=".", combine=True) variable
166 FUNC_NAME + COLON + IDENTIFIER) | REAL | INTEGER | IDENTIFIER
172 FUNC_NAME +
339 FUNC_NAME + COLON + IDENTIFIER).setParseAction(self._pre_process)
341 FUNC_NAME + COLON + IDENTIFIER).setParseAction(self._parse_for_info)
/external/deqp/framework/common/
DtcuVectorUtil.hpp373 #define TCU_DECLARE_VECTOR_UNARY_FUNC(FUNC_NAME, OP_NAME) \ argument
375 Vector<T, Size> FUNC_NAME (const Vector<T, Size>& v) \
383 #define TCU_DECLARE_VECTOR_BINARY_FUNC(FUNC_NAME, OP_NAME) \ argument
385 Vector<T, Size> FUNC_NAME (const Vector<T, Size>& a, const Vector<T, Size>& b) \
393 #define TCU_DECLARE_VECTOR_TERNARY_FUNC(FUNC_NAME, OP_NAME) \ argument
395 Vector<T, Size> FUNC_NAME (const Vector<T, Size>& a, const Vector<T, Size>& b, const Vector<T, Size…
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S82 .type FUNC_NAME(name),@function; \
83 .globl FUNC_NAME(name); \
84 FUNC_NAME(name):
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp323 #define SWITCH_SRC_OR_DST_FACTOR_RGB(FUNC_NAME, FACTOR_NAME) \ in executeBlendFactorComputeRGB() argument
324 switch (blendRGBState.FUNC_NAME) \ in executeBlendFactorComputeRGB()
374 #define SWITCH_SRC_OR_DST_FACTOR_A(FUNC_NAME, FACTOR_NAME) \ in executeBlendFactorComputeA() argument
375 switch (blendAState.FUNC_NAME) \ in executeBlendFactorComputeA()