Searched refs:lid (Results 1 – 25 of 52) sorted by relevance
123
121 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 …]
41 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 …]
468 localmem[lid] = accumulator; \469 localmem2[lid] = accumulator2471 localmem[lid - WGS2_ALIGNED] += accumulator; \472 localmem2[lid - WGS2_ALIGNED] += accumulator2474 localmem[lid] += localmem[lid2]; \475 localmem2[lid] += localmem2[lid2]481 localmem[lid] = accumulator483 localmem[lid - WGS2_ALIGNED] += accumulator485 localmem[lid] += localmem[lid2]546 localmem[lid] = accumulator[all …]
35 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 …]
53 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 …]
55 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)
9 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 close24 - Check keyboard backlight is switched off when lid close in S025 - Check keyboard backlight is switched on when lid open in S0
10 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 DUT23 - Verifies that closing lid in recovery will not shutdown DUT
22 in extended mode while performing lid close, and then lid open. DUT is23 expected to detect a new resolution after lid open.
22 in mirrored mode while performing lid close, and then lid open. DUT is23 expected to detect a new resolution after lid open.
9 PURPOSE = "Test suspend/resume in response to lid events."16 This test uses servo to simulate lid close and open events. Device state is
80 __be16 lid; member124 __be16 lid; member
9 PURPOSE = "Remotely controlled close and open lid test."21 This test remotely emulates external display lid close/open scenario.
9 PURPOSE = "Remotely controlled close and open lid test."20 This test remotely emulates external display lid close/open scenario.
9 PURPOSE = "Servo based lid close triggered shutdown during firmware screens."23 and then closes the lid in order to power the machine down.