HomeSort by relevance Sort by last modified time
    Searched refs:base_offset (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/tensorflow/tensorflow/core/kernels/
eigen_attention.h 127 DSizes<Index, 3> base_offset(0, 0, 0);
133 base_offset[1] = width_ - glimpse_width;
144 base_offset[2] = height_ - glimpse_height;
229 .slice(base_offset, slice_extent)
  /external/mesa3d/src/compiler/nir/
nir_lower_indirect_derefs.c 47 direct.base_offset += start;
86 emit_indirect_load_store(b, orig_instr, deref, tail, -arr->base_offset,
87 length - arr->base_offset, dest, src);
nir_lower_io_arrays_to_elements.c 59 offset += size * deref_array->base_offset;
67 *element_index += num_elements * deref_array->base_offset;
118 ndarr->base_offset = darr->base_offset;
nir_lower_vec_to_movs.c 42 dest->reg.base_offset == src->reg.base_offset &&
nir.c 218 dest->reg.base_offset = src->reg.base_offset;
236 dest->reg.base_offset = src->reg.base_offset;
374 src->reg.base_offset = 0;
430 dest->reg.base_offset = 0;
640 deref->base_offset = 0;
671 ret->base_offset = deref->base_offset;
752 tmp.arr.base_offset = i
    [all...]
nir_lower_clip_cull_distance_arrays.c 115 array_ref->base_offset += cull_offset;
nir_lower_io_types.c 97 offset += size * deref_array->base_offset;
nir_lower_samplers.c 54 instr->texture_index += deref_array->base_offset * *array_elements;
nir_clone.c 238 nsrc->reg.base_offset = src->reg.base_offset;
257 ndst->reg.base_offset = dst->reg.base_offset;
290 ndarr->base_offset = darr->base_offset;
nir_lower_io.c 102 nir_ssa_def *vtx = nir_imm_int(b, deref_array->base_offset);
116 const unsigned total_offset = *component + deref_array->base_offset;
134 nir_imm_int(b, size * deref_array->base_offset));
nir_lower_io_to_scalar.c 164 ndarr->base_offset = darr->base_offset;
nir_gather_info.c 121 deref_array->base_offset;
nir_lower_atomics.c 121 offset_const->value.u32[0] += deref_array->base_offset *
nir_opt_constant_folding.c 134 arr->base_offset += indirect->value.u32[0];
  /external/u-boot/arch/arm/mach-omap2/omap4/
hw_data.c 233 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_UV,
244 .base_offset = PHOENIX_SMPS_BASE_VOLT_STD_MODE_WITH_OFFSET_UV,
254 .base_offset = TPS62361_BASE_VOLT_MV,
  /external/harfbuzz_ng/src/
hb-face.cc 173 unsigned int base_offset; local
174 const OT::OpenTypeFontFace &ot_face = ot_file.get_face (data->index, &base_offset);
178 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, base_offset + table.offset, table.length);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_query_hw.c 66 &hq->bo, &hq->base_offset);
69 hq->offset = hq->base_offset;
76 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset);
143 if (hq->offset - hq->base_offset == NV50_HW_QUERY_ALLOC_SPACE)
  /external/u-boot/arch/arm/mach-omap2/omap5/
hw_data.c 280 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
295 .base_offset = PALMAS_SMPS_BASE_VOLT_UV,
310 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
326 .base_offset = LP873X_BUCK_BASE_VOLT_UV,
  /external/mesa3d/src/intel/compiler/
brw_vec4.h 296 int base_offset);
298 int base_offset);
302 int base_offset,
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw.c 58 &hq->base_offset);
61 hq->offset = hq->base_offset;
68 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset);
97 if (hq->offset - hq->base_offset == NVC0_HW_QUERY_ALLOC_SPACE)
  /external/mesa3d/src/mesa/state_tracker/
st_nir_lower_builtin.c 124 tokens[1] = darr->base_offset;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFFT.h 251 const Index base_offset = getBaseOffsetFromIndex(partial_index, dim); local
256 memcpy(line_buf, &buf[base_offset], line_len*sizeof(ComplexScalar));
258 Index offset = base_offset;
274 memcpy(&buf[base_offset], line_buf, line_len*sizeof(ComplexScalar));
276 Index offset = base_offset;
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
ar_model.py     [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 346 FT_ULong base_offset; /* offset to start of CFF */ member in struct:CFF_FontRec_
  /external/mesa3d/src/intel/vulkan/
anv_nir_lower_multiview.c 141 arr->base_offset = 0;

Completed in 785 milliseconds

12 3 4