Searched refs:lidx (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/freedreno/afuc/ |
D | disasm.c | 237 int lidx; in label_name() local 240 lidx = get_jump_table_entry(offset); in label_name() 241 if (lidx >= 0) { in label_name() 243 for (j = 0; j < jump_labels[lidx].num_jump_labels; j++) { in label_name() 244 uint32_t jump_label = jump_labels[lidx].jump_labels[j]; in label_name() 255 lidx = label_idx(offset, false); in label_name() 256 if (lidx < 0) in label_name() 258 sprintf(name, "l%03d", lidx); in label_name()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | bucketize_op_gpu.cu.cc | 45 int32 lidx = threadIdx.y * blockDim.x + threadIdx.x; in BucketizeCustomKernel() local 48 for (int32 i = lidx; i < size_boundaries; i += blockSize) { in BucketizeCustomKernel()
|
D | concat_lib_gpu_impl.cu.cc | 77 IntType lidx = threadIdx.y * blockDim.x + threadIdx.x; in concat_variable_kernel() local 80 for (IntType i = lidx; i < output_scan.size; i += blockSize) { in concat_variable_kernel()
|
D | split_lib_gpu.cu.cc | 128 IntType lidx = threadIdx.y * blockDim.x + threadIdx.x; in split_v_kernel() local 131 for (IntType i = lidx; i < output_scan.size; i += blockSize) { in split_v_kernel()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 101 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()
|
/external/fsck_msdos/ |
D | dir.c | 546 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()
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 1447 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()
|
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorTransforms.cpp | 1296 auto lidx = rewriter.getI64ArrayAttr(lhs); in expandIndices() local 1299 return rewriter.create<vector::InsertOp>(loc, resType, e, result, lidx); in expandIndices()
|