Home
last modified time | relevance | path

Searched refs:lid (Results 1 – 25 of 52) sorted by relevance

123

/external/opencv3/modules/core/src/opencl/
Dminmaxloc.cl121 int lid = get_local_id(0);
265 if (lid < WGS2_ALIGNED)
268 localmem_min[lid] = minval;
271 localmem_max[lid] = maxval;
274 localmem_minloc[lid] = minloc;
277 localmem_maxloc[lid] = maxloc;
280 localmem_max2[lid] = maxval2;
285 if (lid >= WGS2_ALIGNED && total >= WGS2_ALIGNED)
287 int lid3 = lid - WGS2_ALIGNED;
324 if (lid < lsize)
[all …]
Dmeanstddev.cl41 int lid = get_local_id(0);
87 if (lid < WGS2_ALIGNED)
89 localMemSum[lid] = accSum;
90 localMemSqSum[lid] = accSqSum;
92 localMemNonZero[lid] = accNonZero;
97 if (lid >= WGS2_ALIGNED && total >= WGS2_ALIGNED)
99 localMemSum[lid - WGS2_ALIGNED] += accSum;
100 localMemSqSum[lid - WGS2_ALIGNED] += accSqSum;
102 localMemNonZero[lid - WGS2_ALIGNED] += accNonZero;
109 if (lid < lsize)
[all …]
Dreduce.cl468 localmem[lid] = accumulator; \
469 localmem2[lid] = accumulator2
471 localmem[lid - WGS2_ALIGNED] += accumulator; \
472 localmem2[lid - WGS2_ALIGNED] += accumulator2
474 localmem[lid] += localmem[lid2]; \
475 localmem2[lid] += localmem2[lid2]
481 localmem[lid] = accumulator
483 localmem[lid - WGS2_ALIGNED] += accumulator
485 localmem[lid] += localmem[lid2]
546 localmem[lid] = accumulator
[all …]
/external/opencv3/modules/imgproc/src/opencl/
Dintegral_sum.cl35 int lid = get_local_id(0);
47 int lsum_index = lid;
67 …t buf_index = buf_offset + buf_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
68 …int buf_index = mad24(buf_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, buf_offset…
70 …dex = mad24(buf_sq_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumSQT), y + lid, buf_sq_offset));
73 lsum_index = LOCAL_SUM_STRIDE * lid;
104 int lid = get_local_id(0);
147 int lsum_index = lid;
164 if (y + lid < cols)
166 … dst_index = dst_offset + dst_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) * lid;
[all …]
Dhistogram.cl53 int lid = get_local_id(0);
60 for (int i = lid; i < BINS; i += WGS)
113 for (int i = lid; i < BINS; i += WGS)
127 int lid = get_local_id(0);
134 for (int i = lid; i < BINS; i += WGS)
142 for (int j = lid; j < BINS; j += WGS)
152 if (lid < BINS)
153 *(__global HT *)(histptr + mad24(lid, hist_step, hist_offset)) = res;
159 int lid = get_local_id(0);
167 for (int i = lid; i < BINS; i += WGS)
[all …]
Dgftt.cl55 int lid = get_local_id(0);
72 if (lid < WGS2_ALIGNED)
73 localmem_max[lid] = maxval;
76 if (lid >= WGS2_ALIGNED && total >= WGS2_ALIGNED)
77 localmem_max[lid - WGS2_ALIGNED] = max(maxval, localmem_max[lid - WGS2_ALIGNED]);
82 if (lid < lsize)
84 int lid2 = lsize + lid;
85 localmem_max[lid] = max(localmem_max[lid], localmem_max[lid2]);
90 if (lid == 0)
/external/autotest/server/site_tests/firmware_ECLidSwitch/
Dcontrol9 PURPOSE = "Servo based EC lid switch functional test"
10 CRITERIA = "This test will fail if EC lid switch misbehalved."
20 This test check the functionality of EC lid switch handling. This includes:
23 - Check no power button keycode is sent in S0 when lid close
24 - Check keyboard backlight is switched off when lid close in S0
25 - Check keyboard backlight is switched on when lid open in S0
/external/autotest/server/site_tests/firmware_ECLidShutdown/
Dcontrol10 CRITERIA = "This test will ensure disable lid shutdown GBB flag working"
20 This test check the functionality of disable lid shutdown GBB flag.
21 - Verifies that closing lid in recovery will shutdown DUT
23 - Verifies that closing lid in recovery will not shutdown DUT
/external/autotest/server/site_tests/display_Resolution/
Dcontrol.relid_extended22 in extended mode while performing lid close, and then lid open. DUT is
23 expected to detect a new resolution after lid open.
Dcontrol.relid_mirrored22 in mirrored mode while performing lid close, and then lid open. DUT is
23 expected to detect a new resolution after lid open.
/external/autotest/server/site_tests/platform_CloseOpenLid/
Dcontrol9 PURPOSE = "Test suspend/resume in response to lid events."
16 This test uses servo to simulate lid close and open events. Device state is
/external/kernel-headers/original/uapi/rdma/
Dib_user_mad.h80 __be16 lid; member
124 __be16 lid; member
/external/autotest/server/site_tests/display_LidCloseOpen/
Dcontrol.extended_plug_close_unplug_plug_open9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.extended_unplugged_combined9 PURPOSE = "Remotely controlled close and open lid test."
20 This test remotely emulates external display lid close/open scenario.
Dcontrol.extended_unplug_close_plug_open9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.extended_plug_close_unplug_open_plug9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.mirrored_unplugged_combined9 PURPOSE = "Remotely controlled close and open lid test."
20 This test remotely emulates external display lid close/open scenario.
Dcontrol.extended9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.extended_unplug_close_plug_unplug_open_plug9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.mirrored9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.mirrored_unplug_close_plug_unplug_open_plug9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.mirrored_plug_close_unplug_plug_open9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.mirrored_plug_close_unplug_open_plug9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
Dcontrol.mirrored_unplug_close_plug_open9 PURPOSE = "Remotely controlled close and open lid test."
21 This test remotely emulates external display lid close/open scenario.
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/
Dcontrol9 PURPOSE = "Servo based lid close triggered shutdown during firmware screens."
23 and then closes the lid in order to power the machine down.

123