HomeSort by relevance Sort by last modified time
    Searched refs:max_index (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_vbuf.c 281 ushort max_index)
287 i915_render->vbo_max_index = max_index;
288 i915_render->vbo_max_used = MAX2(i915_render->vbo_max_used, i915_render->vertex_size * (max_index + 1));
293 i915_render->map_used_end = i915_render->vertex_size * (max_index + 1);
303 * Ensure that the given max_index given is not larger ushort max.
312 unsigned max_index)
316 if (max_index + i915_render->vbo_index < ((1 << 17) - 1))
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_draw.c 184 uint32_t max_index = 0xffff; local
206 max_index = MIN2(max_index,
244 vc4->max_index = max_index;
368 cl_u32(&bcl, vc4->max_index);
vc4_cl_dump.c 172 uint32_t *max_index = cl + offset + 9; local
183 offset + 9, hw_offset + 9, *max_index);
vc4_context.h 347 uint32_t max_index; member in struct:vc4_context
  /external/v8/src/interpreter/
constant-array-builder.cc 121 if (index <= slice->max_index()) {
290 if (index > slice->max_index()) {
296 DCHECK_LE(index, slice->max_index());
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 106 size_t max_index = 0; local
121 max_index = std::min(data_length - 1, peak_index[i] + 2);
145 sizeof(data[0]) * (max_index - min_index + 1));
  /external/tensorflow/tensorflow/core/kernels/
dynamic_stitch_op.cc 83 int32 max_index = -1; local
91 max_index = std::max(m(), max_index);
98 *first_dim_size = max_index + 1;
tensor_array_ops.cc 1032 int32 max_index; variable
    [all...]
  /external/libchrome/base/
observer_list.h 267 size_t max_index = clamped_max_index();
268 while (index_ < max_index && !list_->observers_[index_])
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 180 * all vertex lookups need to be clamped to 0..max_index to
183 unsigned max_index; member in struct:draw_context::__anon29383
198 unsigned max_index; member in struct:draw_context::__anon29383::__anon29386
draw_pt_fetch.c 163 draw->pt.max_index);
191 draw->pt.max_index);
draw_pt.c 429 * buffers both the count and max_index need to be computed
447 info->max_index = info->count - 1;
483 draw->pt.user.max_index = info->max_index;
539 draw->pt.max_index = index_limit - 1;
543 * TODO: We could use draw->pt.max_index to further narrow
544 * the min_index/max_index hints given by the state tracker.
draw_vs_variant.c 70 unsigned max_index )
78 max_index );
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 249 unsigned max_index local
258 OUT_BATCH(max_index);
brw_draw_upload.c 543 unsigned int max_index = brw->vb.max_index + brw->basevertex; local
563 fprintf(stderr, "%s %d..%d\n", __func__, min_index, max_index);
615 range = (glarray->StrideB * (max_index - min_index) +
709 * only the used elements [min_index, max_index] so long as we adjust all
726 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
746 copy_array_to_vbo_array(brw, upload[i], min_index, max_index,
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
dump_state.py 471 max_index, min_index = 0, 0xffffffff
483 max_index = max(max_index, index)
487 return min_index + info.index_bias, max_index + info.index_bias
555 min_index, max_index = self._merge_indices(info)
558 max_index = info.start + info.count - 1
559 self._merge_vertices(min_index, max_index - min_index + 1)
  /external/v8/src/builtins/
builtins-string.cc 530 Variable max_index(this, MachineType::PointerRepresentation());
531 max_index.Bind(IntPtrConstant(0));
536 CodeStubAssembler::VariableList vars({&max_index}, zone());
537 arguments.ForEach(vars, [this, context, &two_byte, &max_index, &code16,
548 max_index.value(), UINT8_ELEMENTS,
553 max_index.Bind(IntPtrAdd(max_index.value(), IntPtrConstant(1)));
568 max_index.value(), String::ONE_BYTE_ENCODING,
574 ElementOffsetFromIndex(max_index.value(), UINT16_ELEMENTS,
579 max_index.Bind(IntPtrAdd(max_index.value(), IntPtrConstant(1)))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 62 * Only the [min_index, max_index] range is translated. For instanced attribs,
69 * Only the [min_index, max_index] range is uploaded (just like Translate)
73 * operations where the [min_index, max_index] range is not being way bigger
1200 int max_index; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 66 unsigned max_index; member in struct:translate_generic::__anon29428
606 * per-array max value, not the draw->pt.max_index value
613 index = MIN2(index, tg->attrib[attr].max_index);
726 unsigned max_index )
736 tg->attrib[i].max_index = max_index;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_vbo.c 558 ((info->max_index - info->min_index + 64) < info->count));
561 nv30->vbo_max_index = info->max_index;
602 bool shorten = info->max_index <= 65535;
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 158 ssize_t *max_index) {
166 *max_index = -1;
183 *max_index = INT(i);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 159 ssize_t *max_index) {
167 *max_index = -1;
184 *max_index = INT(i);
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_draw.c 107 OUT_RING(ring, info->max_index); /* VGT_MAX_VTX_INDX */
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_draw.c 73 OUT_RING(ring, add_sat(info->max_index, info->index_bias)); /* VFD_INDEX_MAX */
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 656 unsigned max_index; /**< the max index */ member in struct:pipe_draw_info

Completed in 2608 milliseconds

1 23 4 5