Home
last modified time | relevance | path

Searched refs:lidx (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dmatmul.cl24 int lidx = get_local_id(0);
40 temp[lidx][lidy] = result;
43 result += temp[lidx][1];
44 result += temp[lidx][2];
45 result += temp[lidx][3];
56 int lidx = get_local_id(0);
75 temp[lidx][lidy] = result;
78 result += temp[lidx][1];
79 result += temp[lidx][2];
80 result += temp[lidx][3];
[all …]
Dfullconnection.cl25 int lidx = get_local_id(0);
39 temp[lidx][lidy] = result;
42 result += temp[lidx][1];
43 result += temp[lidx][2];
44 result += temp[lidx][3];
62 int lidx = get_local_id(0);
79 temp[lidx][lidy] = result;
82 result += temp[lidx][1];
83 result += temp[lidx][2];
84 result += temp[lidx][3];
Dstrassen.cl24 int lidx = get_local_id(0);
44 temp[lidx][lidy] = result;
47 result += temp[lidx][1];
48 result += temp[lidx][2];
49 result += temp[lidx][3];
/third_party/mesa3d/src/freedreno/afuc/
Ddisasm.c211 int lidx; in label_name() local
214 lidx = get_jump_table_entry(offset); in label_name()
215 if (lidx >= 0) { in label_name()
217 for (j = 0; j < jump_labels[lidx].num_jump_labels; j++) { in label_name()
218 uint32_t jump_label = jump_labels[lidx].jump_labels[j]; in label_name()
229 lidx = label_idx(offset, false); in label_name()
230 if (lidx < 0) in label_name()
232 sprintf(name, "l%03d", lidx); in label_name()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp101 int lidx = Pwidth[0] > Pwidth[1] ? 0 : 1; in are_collinear() local
102 lidx = Pwidth[lidx] > Pwidth[2] ? lidx : 2; in are_collinear()
103 float lx = Px[lidx], ly = Py[lidx]; in are_collinear()
104 float lwidth = Pwidth[lidx]; // lwidth = Manhattan width of [lx, ly]. in are_collinear()
/third_party/ffmpeg/libavfilter/opencl/
Dtonemap.cl105 size_t lidx = get_local_id(0);
113 if (lidx == 0 && lidy == 0)
122 if (lidx == 0 && lidy == 0) {
135 if (lidx == 0 && lidy == 0 && atomic_add(counter_wg_p, 1) == num_wg - 1) {
/third_party/FreeBSD/sbin/fsck_msdosfs/
Ddir.c546 u_int lidx = 0; in readDosDirSection() local
664 || lidx != (*p & LRNOMASK)) { in readDosDirSection()
675 lidx = *p & LRNOMASK; in readDosDirSection()
676 if (lidx == 0) { in readDosDirSection()
685 t = longName + --lidx * 13; in readDosDirSection()
/third_party/icu/icu4c/source/test/intltest/
Drestsnew.cpp1447 for (int lidx = 0; lidx < UPRV_LENGTHOF(locales); lidx++) { in TestIntervalAliasFallbacks() local
1449 UResourceBundle *rb = ures_open(NULL, locales[lidx], &status); in TestIntervalAliasFallbacks()
1451 errln("Cannot open bundle for locale %s", locales[lidx]); in TestIntervalAliasFallbacks()
1465 key.data(), locales[lidx]); in TestIntervalAliasFallbacks()
/third_party/ntfs-3g/src/
Dlowntfs-3g.c3247 uint64_t lidx = 0; in ntfs_fuse_bmap() local
3280 lidx = (lcn > 0) ? lcn * cl_per_bl + vidx % cl_per_bl : 0; in ntfs_fuse_bmap()
3291 fuse_reply_bmap(req, lidx); in ntfs_fuse_bmap()