Home
last modified time | relevance | path

Searched refs:hwc (Results 1 – 25 of 50) sorted by relevance

12

/external/XNNPACK/scripts/
Dgenerate-f32-conv-hwc.sh8 tools/xngen src/f32-conv-hwc/3x3s2p1c3-neon-x1.c.in -D CHANNEL_TILE=4 -D HEIGHT_TILE=2 -D FMA=1 -o …
9 tools/xngen src/f32-conv-hwc/3x3s2p1c3-neon-x1.c.in -D CHANNEL_TILE=8 -D HEIGHT_TILE=2 -D FMA=1 -o …
10 tools/xngen src/f32-conv-hwc/3x3s2p1c3-neon-x2.c.in -D CHANNEL_TILE=4 -D HEIGHT_TILE=2 -D FMA=1 -o …
11 tools/xngen src/f32-conv-hwc/3x3s2p1c3-neon-x2.c.in -D CHANNEL_TILE=8 -D HEIGHT_TILE=2 -D FMA=1 -o …
13 tools/xngen src/f32-conv-hwc/3x3s2p0p1c3-neon-x1.c.in -D CHANNEL_TILE=4 -D HEIGHT_TILE=2 -D FMA=1 -…
14 tools/xngen src/f32-conv-hwc/3x3s2p0p1c3-neon-x1.c.in -D CHANNEL_TILE=8 -D HEIGHT_TILE=2 -D FMA=1 -…
15 tools/xngen src/f32-conv-hwc/3x3s2p0p1c3-neon-x2.c.in -D CHANNEL_TILE=4 -D HEIGHT_TILE=2 -D FMA=1 -…
16 tools/xngen src/f32-conv-hwc/3x3s2p0p1c3-neon-x2.c.in -D CHANNEL_TILE=8 -D HEIGHT_TILE=2 -D FMA=1 -…
18 tools/xngen src/f32-conv-hwc/3x3s2p1c3-neon-x1.c.in -D CHANNEL_TILE=4 -D HEIGHT_TILE=2 -D FMA=0 -o …
19 tools/xngen src/f32-conv-hwc/3x3s2p1c3-neon-x1.c.in -D CHANNEL_TILE=8 -D HEIGHT_TILE=2 -D FMA=0 -o …
[all …]
/external/drm_hwcomposer/
DDrmHwcTwo.h372 DrmHwcTwo *hwc = toDrmHwcTwo(dev); in DeviceHook() local
373 return static_cast<T>(((*hwc).*func)(std::forward<Args>(args)...)); in DeviceHook()
376 static HwcDisplay *GetDisplay(DrmHwcTwo *hwc, hwc2_display_t display_handle) { in GetDisplay() argument
377 auto it = hwc->displays_.find(display_handle); in GetDisplay()
378 if (it == hwc->displays_.end()) in GetDisplay()
/external/tensorflow/tensorflow/lite/delegates/coreml/
Dcoreml_delegate_kernel.mm42 void TransposeToCHW(const float* hwc, float* chw, const TfLiteIntArray* hwc_dims) {
48 optimized_ops::Transpose<float>(params, hwc_shape, hwc, chw_shape, chw);
51 void TransposeToHWC(const float* chw, float* hwc, const TfLiteIntArray* hwc_dims) {
57 optimized_ops::Transpose<float>(params, chw_shape, chw, hwc_shape, hwc);
/external/cpuinfo/test/build.prop/
Dgalaxy-j7-prime.log109 debug.hwc.otf=1
110 debug.hwc.winupdate=1
111 debug.hwc.nodirtyregion=1
Dxiaomi-redmi-2a.log61 debug.hwc.fakevsync=0
62 debug.hwc.logvsync=0
66 debug.hwc.asyncdisp=1
Dgalaxy-s6.log117 debug.hwc.force_gpu=0
118 debug.hwc.nodirtyregion=0
119 debug.hwc.winupdate=1
Dxiaomi-mi-5c.log57 mali.hwc.flattener.interval=900
58 mali.hwc.flattener.enable=1
59 mali.hwc.rotation.size=69120
Doppo-a37.log36 sys.hwc.gpu_perf_mode=1
121 persist.hwc.mdpcomp.enable=true
255 persist.hwc.enable_vds=1
352 sys.hwc.gpu_perf_mode=1
Dgalaxy-a3-2016-eu.log127 debug.hwc.otf=1
128 debug.hwc.winupdate=1
Dgalaxy-j7-tmobile.log108 debug.hwc.otf=1
109 debug.hwc.winupdate=1
Dgalaxy-j7-uae.log113 debug.hwc.otf=1
114 debug.hwc.winupdate=1
Dxiaomi-redmi-note-3.log87 persist.hwc.mdpcomp.enable=true
93 persist.hwc.downscale_threshold=1.15
229 persist.hwc.enable_vds=1
Dgalaxy-a8-2016-duos.log80 persist.hwc.mdpcomp.enable=true
177 persist.hwc.enable_vds=1
Dpadcod-10.1.log74 debug.hwc.showfps=0
Dnexus4.log68 persist.hwc.mdpcomp.enable=true
Dgalaxy-j5.log99 persist.hwc.mdpcomp.enable=true
216 persist.hwc.enable_vds=1
Dmoto-g-gen3.log73 persist.hwc.mdpcomp.enable=true
185 persist.hwc.enable_vds=0
Dzenfone-2.log64 hwc.video.extmode.enable=0
Dgalaxy-c9-pro.log76 persist.hwc.mdpcomp.enable=true
197 persist.hwc.enable_vds=1
Dlg-k10-eu.log72 persist.hwc.mdpcomp.enable=true
192 persist.hwc.enable_vds=1
Dgalaxy-s7-global.log113 debug.hwc.winupdate=1
Dnexus5x.log75 persist.hwc.mdpcomp.enable=true
Dnexus6.log77 persist.hwc.mdpcomp.enable=true
/external/drm_hwcomposer/tests/
DAndroid.bp13 name: "hwc-drm-tests",
/external/perfetto/src/trace_processor/metrics/android/
Dandroid_sysui_cuj.sql179 SUM(gcs_rt.gcs_ts_end - MAX(COALESCE(hwc.ts_end, 0), gcs_rt.gcs_ts)) as dur_gcs,
187 LEFT JOIN android_sysui_cuj_hwc_release_slices_in_cuj hwc USING (idx)

12