Home
last modified time | relevance | path

Searched defs:fx (Results 1 – 25 of 126) sorted by relevance

123456

/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp24 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx, in can_truncate_to_fixed_for_decal()
57 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale()
80 SkFractionalInt fx; in nofilter_scale() local
127 SkFractionalInt fx = mapper.fractionalIntX(), in nofilter_affine() local
144 static unsigned extract_low_bits_clamp_clamp(SkFixed fx, int /*max*/) { in extract_low_bits_clamp_clamp()
151 static unsigned extract_low_bits_general(SkFixed fx, int max) { in extract_low_bits_general()
172 SkFractionalInt fx; in filter_scale() local
212 SkFractionalInt fx = mapper.fractionalIntX(), in filter_affine() local
233 static unsigned repeat(SkFixed fx, int max) { in repeat()
237 static unsigned mirror(SkFixed fx, int max) { in mirror()
[all …]
/external/skqp/src/core/
DSkBitmapProcState_matrixProcs.cpp31 static inline bool can_truncate_to_fixed_for_decal(SkFixed fx, in can_truncate_to_fixed_for_decal()
65 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale()
87 SkFractionalInt fx; in nofilter_scale() local
128 static unsigned extract_low_bits_clamp(SkFixed fx, int /*max*/) { in extract_low_bits_clamp()
133 static unsigned extract_low_bits_repeat_mirror(SkFixed fx, int max) { in extract_low_bits_repeat_mirror()
154 SkFractionalInt fx; in filter_scale() local
192 static unsigned clamp(SkFixed fx, int max) { in clamp()
195 static unsigned repeat(SkFixed fx, int max) { in repeat()
199 static unsigned mirror(SkFixed fx, int max) { in mirror()
219 static void decal_nofilter_scale_neon(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale_neon()
[all …]
/external/skqp/bench/
DInterpBench.cpp62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
/external/skia/bench/
DInterpBench.cpp62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest()
/external/skqp/src/shaders/gradients/
DSk4fLinearGradient.cpp53 SkScalar pinFx<SkShader::kClamp_TileMode>(SkScalar fx) { in pinFx()
58 SkScalar pinFx<SkShader::kRepeat_TileMode>(SkScalar fx) { in pinFx()
69 SkScalar pinFx<SkShader::kMirror_TileMode>(SkScalar fx) { in pinFx()
216 const SkScalar fx = pinFx<tileMode>(pt.x()); in shadeSpanInternal() local
264 SkScalar fx, in LinearIntervalProcessor()
/external/skia/src/shaders/gradients/
DSk4fLinearGradient.cpp54 SkScalar pinFx<SkTileMode::kClamp>(SkScalar fx) { in pinFx()
59 SkScalar pinFx<SkTileMode::kRepeat>(SkScalar fx) { in pinFx()
70 SkScalar pinFx<SkTileMode::kMirror>(SkScalar fx) { in pinFx()
217 const SkScalar fx = pinFx<tileMode>(pt.x()); in shadeSpanInternal() local
265 SkScalar fx, in LinearIntervalProcessor()
/external/skia/tests/
DSkGlyphBufferTest.cpp30 float fx = x * step; in DEF_TEST() local
47 float fx = x * step, fy = y * step; in DEF_TEST() local
64 float fx = x * step, fy = y * step; in DEF_TEST() local
86 float fx = x * step + kLargeDistance, fy = y * step + kLargeDistance; in DEF_TEST() local
/external/skqp/experimental/svg/model/
DSkSVGRadialGradient.cpp27 void SkSVGRadialGradient::setFx(const SkSVGLength& fx) { in setFx()
53 if (const auto* fx = v.as<SkSVGLengthValue>()) { in onSetAttribute() local
/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h160 Packet4f tmp, fx; variable
252 Packet2d tmp, fx; variable
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer_common.h89 void ProcessPoints(rtc::FunctionView<float(const DataType&)> fx, in ProcessPoints()
107 rtc::FunctionView<float(const DataType&)> fx, in ProcessPairs()
125 rtc::FunctionView<float(const DataType&)> fx, in AccumulatePairs()
/external/llvm-project/llvm/docs/AMDGPU/
Dgfx908_mad_type_dev.rst10 fx title
Dgfx900_mad_type_dev.rst10 fx title
Dgfx904_mad_type_dev.rst10 fx title
Dgfx10_mad_type_dev.rst10 fx title
Dgfx906_mad_type_dev.rst10 fx title
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-fn-template.cpp9 T fx(XF<T> xi) { in fx() function
/external/clang/test/CodeGenCXX/
Ddebug-info-fn-template.cpp9 T fx(XF<T> xi) { in fx() function
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp292 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows; in init() local
328 … float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numVertices) / (float)numCols; in init() local
359 float fx = -0.9f + 1.8f * (float)(i/2*2) / numStrips; in init() local
400 …float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCo… in init() local
431 float fx = -0.9f + 1.8f * ((float)(i/3) + (i%3 == 2 ? 0.8f : 0.0f)) * 3 / numRows; in init() local
/external/eigen/Eigen/src/Core/arch/NEON/
DMathFunctions.h23 Packet4f tmp, fx; variable
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h49 Packet2d tmp, fx; variable
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h129 Packet4f tmp, fx; variable
198 Packet2d tmp, fx; variable
/external/pdfium/core/fpdfdoc/
Dcsection.cpp164 float fx, in SearchWordPlace()
176 CPVT_WordPlace CSection::SearchWordPlace(float fx, in SearchWordPlace()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test_tmp.h56 const float fx = (float) ix; in NAME() local
/external/angle/src/tests/compiler_tests/
DShaderVariable_test.cpp193 ShaderVariable fx; in TEST() local
417 ShaderVariable fx; in TEST() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dpooling.h92 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in MaxPool() local
203 for (int fx = filter_x_start; fx < filter_x_end; fx++) { in AveragePool() local

123456