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

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_draw.c 224 unsigned max_index,
241 max_index - min_index + 1, instance_count );
251 min_index, max_index,
265 min_index, max_index,
389 info->max_index,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c 243 unsigned max_index = 0x0, i; local
247 if (index > max_index)
248 max_index = index;
250 if (max_index >= vert_info->count) {
251 debug_printf("%s: max_index (%u) outside vertex buffer (%u)\n",
253 max_index,
draw_pt.c 437 info.max_index = start + count - 1;
463 draw->pt.user.max_index = info->max_index;
508 draw->pt.max_index = index_limit - 1;
512 * TODO: We could use draw->pt.max_index to further narrow
513 * the min_index/max_index hints given by the state tracker.
draw_private.h 164 * all vertex lookups need to be clamped to 0..max_index to
167 unsigned max_index; member in struct:draw_context::__anon10815
181 unsigned max_index; member in struct:draw_context::__anon10815::__anon10818
draw_pt_fetch.c 165 draw->pt.max_index);
192 draw->pt.max_index);
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 245 vdecl[i].rangeHint.last = hwtnl->cmd.max_index[0] + 1;
293 unsigned max_index,
312 assert(min_index <= max_index);
377 * min_index/max_index are merely conservative guesses, so we can't
432 hwtnl->cmd.max_index[hwtnl->cmd.prim_count] = max_index;
svga_pipe_draw.c 224 unsigned max_index,
241 max_index - min_index + 1, instance_count );
251 min_index, max_index,
265 min_index, max_index,
389 info->max_index,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_render.c 127 unsigned max_index)
131 assert(max_index < (1 << 24));
137 OUT_CS(max_index);
439 unsigned max_index,
451 "refusing to render (max_index: %i).\n", count, max_index);
456 count, max_index);
458 r300_emit_draw_init(r300, mode, max_index);
525 r300_emit_draw_init(r300, info->mode, info->max_index);
650 info->max_index, info->mode, start, count
1046 unsigned max_index = (r300->draw_vbo_size - r300->draw_vbo_offset) \/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 127 unsigned max_index)
131 assert(max_index < (1 << 24));
137 OUT_CS(max_index);
439 unsigned max_index,
451 "refusing to render (max_index: %i).\n", count, max_index);
456 count, max_index);
458 r300_emit_draw_init(r300, mode, max_index);
525 r300_emit_draw_init(r300, info->mode, info->max_index);
650 info->max_index, info->mode, start, count
1046 unsigned max_index = (r300->draw_vbo_size - r300->draw_vbo_offset) \/ local
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.cc 562 GLsizei max_index = -1; local
567 if (src[ii] > max_index) {
568 max_index = src[ii];
576 if (src[ii] > max_index) {
577 max_index = src[ii];
596 if (signed_index > max_index) {
597 max_index = signed_index;
617 num_elements = max_index + 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate.h 107 unsigned max_index );
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.h 107 unsigned max_index );
  /external/chromium_org/components/favicon_base/
select_favicon_frames.cc 24 size_t max_index = 0; local
30 max_index = i;
33 return max_index;
  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 106 int16_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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt.c 437 info.max_index = start + count - 1;
463 draw->pt.user.max_index = info->max_index;
508 draw->pt.max_index = index_limit - 1;
512 * TODO: We could use draw->pt.max_index to further narrow
513 * the min_index/max_index hints given by the state tracker.
draw_private.h 164 * all vertex lookups need to be clamped to 0..max_index to
167 unsigned max_index; member in struct:draw_context::__anon18331
181 unsigned max_index; member in struct:draw_context::__anon18331::__anon18334
draw_pt_fetch.c 165 draw->pt.max_index);
192 draw->pt.max_index);
draw_pt_vsplit.c 91 fetch = MIN2(fetch, draw->pt.max_index);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_draw_feedback.c 99 GLuint max_index,
122 vbo_get_minmax_indices(ctx, prims, ib, &min_index, &max_index, nr_prims);
  /external/mesa3d/src/mesa/state_tracker/
st_draw_feedback.c 99 GLuint max_index,
122 vbo_get_minmax_indices(ctx, prims, ib, &min_index, &max_index, nr_prims);
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_array.c 90 GLuint *min_index, GLuint *max_index,
126 *max_index = max_ui;
148 *max_index = max_us;
170 *max_index = max_ub;
191 GLuint *max_index,
199 *max_index = 0;
214 *max_index = MAX2(*max_index, tmp_max);
559 GLuint max_index)
571 index_bounds_valid, min_index, max_index, NULL)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 90 GLuint *min_index, GLuint *max_index,
126 *max_index = max_ui;
148 *max_index = max_us;
170 *max_index = max_ub;
191 GLuint *max_index,
199 *max_index = 0;
214 *max_index = MAX2(*max_index, tmp_max);
559 GLuint max_index)
571 index_bounds_valid, min_index, max_index, NULL)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 541 unsigned max_index; /**< the max index */ member in struct:pipe_draw_info

Completed in 1888 milliseconds

1 23 4 5 6