/external/opencv3/modules/core/test/ |
D | test_ippasync.cpp | 23 hppAccel accel; in PARAM_TEST_CASE() local 51 sts = hppCreateInstance(accelType, 0, &accel); in TEST_P() 55 virtMatrix = hppiCreateVirtualMatrices(accel, 2); in TEST_P() 60 hppMat = hpp::getHpp(matrix,accel); in TEST_P() 64 sts = hppiAddC(accel, hppMat, a, 0, virtMatrix[0]); in TEST_P() 66 sts = hppiSubC(accel, virtMatrix[0], a, 0, virtMatrix[1]); in TEST_P() 69 sts = hppWait(accel, HPP_TIME_OUT_INFINITE); in TEST_P() 72 result = hpp::getMat(virtMatrix[1], accel, cn); in TEST_P() 80 sts = hppiDeleteVirtualMatrices(accel, virtMatrix); in TEST_P() 82 sts = hppDeleteInstance(accel); in TEST_P() [all …]
|
/external/opencv3/samples/cpp/tutorial_code/core/ippasync/ |
D | ippasync_sample.cpp | 16 …if (virtMatrix) {hppStatus delSts = hppiDeleteVirtualMatrices(accel, virtMatrix); CHECK_DEL_STATUS… 17 …if (accel) {hppStatus delSts = hppDeleteInstance(accel); CHECK_DEL_STATUS(delSts, "hppDeleteI… 55 hppAccel accel = 0; in main() local 88 sts = hppCreateInstance(accelType, 0, &accel); in main() 91 accelType = hppQueryAccelType(accel); in main() 99 virtMatrix = hppiCreateVirtualMatrices(accel, 1); in main() 114 src = hpp::getHpp(gray,accel); in main() 115 dst = hpp::getHpp(result,accel); in main() 117 sts = hppiSobel(accel,src, HPP_MASK_SIZE_3X3,HPP_NORM_L1,virtMatrix[0]); in main() 120 sts = hppiConvert(accel, virtMatrix[0], 0, HPP_RND_MODE_NEAR, dst, HPP_DATA_TYPE_8U); in main() [all …]
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | ippasync.hpp | 104 inline void copyHppToMat(hppiMatrix* src, Mat& dst, hppAccel accel, int cn) in copyHppToMat() argument 127 sts = hppiGetMatrixData(accel,src,(hpp32u)(dst.step),dst.data,&newSize); in copyHppToMat() 141 inline Mat getMat(hppiMatrix* src, hppAccel accel, int cn) in getMat() argument 144 copyHppToMat(src, dst, accel, cn); in getMat() 168 inline hppiMatrix* getHpp(const Mat& src, hppAccel accel) in getHpp() argument 174 hppAccelType accelType = hppQueryAccelType(accel); in getHpp() 179 hppQueryMatrixAllocParams(accel, src.cols*cn, src.rows, htype, &pitch, &size); in getHpp()
|
/external/opencv3/doc/tutorials/core/how_to_use_ippa_conversion/ |
D | how_to_use_ippa_conversion.markdown | 34 hppAccel accel = 0; 67 sts = hppCreateInstance(accelType, 0, &accel); 73 virtMatrix = hppiCreateVirtualMatrices(accel, 1); 89 src = getHpp(gray, accel); 90 dst = getHpp(result, accel); 92 sts = hppiSobel(accel,src, HPP_MASK_SIZE_3X3,HPP_NORM_L1,virtMatrix[0]); 95 sts = hppiConvert(accel, virtMatrix[0], 0, HPP_RND_MODE_NEAR, dst, HPP_DATA_TYPE_8U); 99 sts = hppWait(accel, HPP_TIME_OUT_INFINITE); 126 sts = hppiDeleteVirtualMatrices(accel, virtMatrix); 130 if (accel) [all …]
|
/external/llvm/test/DebugInfo/X86/ |
D | coff_debug_info_type.ll | 1 ; RUN: llc -mtriple=i686-pc-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s 2 ; RUN: llc -mtriple=i686-pc-cygwin -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck %s 3 ; RUN: llc -mtriple=i686-w64-mingw32 -dwarf-accel-tables=Enable -filetype=asm -O0 < %s | FileCheck …
|
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/ |
D | control | 8 CRITERIA = 'Fails if sysfs accel interface is not present or data is invalid' 15 DEPENDENCIES = 'accel:cros-ec'
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 986 const hb_ot_layout_lookup_accelerator_t &accel, in apply_forward() argument 994 if (accel.may_have (buffer->cur().codepoint) && in apply_forward() 1016 const hb_ot_layout_lookup_accelerator_t &accel, in apply_backward() argument 1023 if (accel.may_have (buffer->cur().codepoint) && in apply_backward() 1046 const hb_ot_layout_lookup_accelerator_t &accel) in apply_string() argument 1067 ret = apply_forward (c, accel, subtables); in apply_string() 1083 apply_backward (c, accel, subtables); in apply_string() 1136 const hb_ot_layout_lookup_accelerator_t &accel) in hb_ot_layout_substitute_lookup() argument 1138 apply_string<GSUBProxy> (c, lookup, accel); in hb_ot_layout_substitute_lookup()
|
D | hb-ot-cmap-table.hh | 141 accelerator_t accel; in get_glyph() local 142 accel.init (this); in get_glyph() 143 return accel.get_glyph_func (&accel, codepoint, glyph); in get_glyph()
|
D | hb-ot-layout-private.hh | 99 const hb_ot_layout_lookup_accelerator_t &accel);
|
D | hb-ot-layout-gsub-table.hh | 1152 const hb_ot_layout_lookup_accelerator_t *accel) const in would_apply() 1156 if (!accel->may_have (c->glyphs[0])) return_trace (false); in would_apply()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_exa.c | 353 if (!exa->accel) in ExaPrepareSolid() 434 if (!exa->accel) in ExaPrepareCopy() 596 Bool accelerated = exa->accel && xorg_composite_accelerated(op, in ExaCheckComposite() 618 if (!exa->accel) in ExaPrepareComposite() 858 if ((exa->accel || priv->flags) && in ExaModifyPixmapHeader() 983 xorg_exa_init(ScrnInfoPtr pScrn, Bool accel) in xorg_exa_init() argument 1053 exa->accel = accel; in xorg_exa_init()
|
D | xorg_dri2.c | 372 save_accel = ms->exa->accel; in dri2_copy_region() 373 ms->exa->accel = TRUE; in dri2_copy_region() 390 ms->exa->accel = save_accel; in dri2_copy_region()
|
D | xorg_exa.h | 27 boolean accel; member
|
D | xorg_tracker.h | 186 xorg_exa_init(ScrnInfoPtr pScrn, Bool accel);
|
/external/deqp/framework/platform/win32/ |
D | tcuWGL.cpp | 281 static PixelFormatInfo::Acceleration translateAcceleration (int accel) in translateAcceleration() argument 283 switch (accel) in translateAcceleration()
|
/external/kernel-headers/original/uapi/linux/ |
D | fb.h | 171 __u32 accel; /* Indicate to driver which */ member
|
/external/llvm/test/DebugInfo/Generic/ |
D | accel-table-hash-collisions.ll | 2 ; RUN: %llc_dwarf -dwarf-accel-tables=Enable -filetype=obj -o - < %s | llvm-dwarfdump -debug-dump=a…
|
D | cross-cu-inlining.ll | 4 ; RUN: %llc_dwarf -dwarf-accel-tables=Enable -dwarf-linkage-names=Enable -O0 -filetype=obj < %s | l…
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_noteimp.cpp | 64 CFX_MapAccelerators& accel = in TranslateAccelerator() local 66 FX_POSITION pos = accel.GetStartPosition(); in TranslateAccelerator() 72 accel.GetNextAssoc(pos, vrKey, rValue); in TranslateAccelerator()
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 2122 __vki_u32 accel; /* Indicate to driver which */ member
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |