HomeSort by relevance Sort by last modified time
    Searched defs:max_index (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_draw.c 38 * all vertex lookups need to be clamped to 0..max_index-1 to prevent
51 unsigned max_index; local
54 max_index = ~0U - 1;
106 max_index = MIN2(max_index, buffer_max_index);
117 return max_index + 1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.c 38 * all vertex lookups need to be clamped to 0..max_index-1 to prevent
51 unsigned max_index; local
54 max_index = ~0U - 1;
106 max_index = MIN2(max_index, buffer_max_index);
117 return max_index + 1;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_host_resolver_interface.cc 100 int max_index = 0; local
103 max_index = fake_addresses_v4.size();
107 max_index = fake_addresses_v6.size();
111 max_index = fake_addresses_v4.size() + fake_addresses_v6.size();
117 if (index >= max_index)
  /external/chromium_org/third_party/mesa/src/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_vsplit_tmp.h 33 * Fetch all elements in [min_index, max_index] with bias, and use the
43 const unsigned max_index = draw->pt.user.max_index; local
58 if (idx < min_index || idx > max_index) {
71 if (max_index - min_index > icount - 1)
84 fetch_count = max_index - min_index + 1;
91 if (idx < min_index || idx > max_index) {
101 if (idx < min_index || idx > max_index) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_private.h 111 unsigned max_index[QSZ]; member in struct:draw_cmd
152 unsigned max_index,
161 unsigned max_index,
svga_swtnl_private.h 73 ushort max_index; member in struct:svga_vbuf_render
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sol.c 168 unsigned max_index = 0xffffffff; local
181 max_index = MIN2(max_index, max_for_this_buffer);
189 brw->sol.svbi_0_max_index = 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_vsplit_tmp.h 33 * Fetch all elements in [min_index, max_index] with bias, and use the
43 const unsigned max_index = draw->pt.user.max_index; local
58 if (idx < min_index || idx > max_index) {
71 if (max_index - min_index > icount - 1)
84 fetch_count = max_index - min_index + 1;
91 if (idx < min_index || idx > max_index) {
101 if (idx < min_index || idx > max_index) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_private.h 111 unsigned max_index[QSZ]; member in struct:draw_cmd
152 unsigned max_index,
161 unsigned max_index,
svga_swtnl_private.h 73 ushort max_index; member in struct:svga_vbuf_render
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 168 unsigned max_index = 0xffffffff; local
181 max_index = MIN2(max_index, max_for_this_buffer);
189 brw->sol.svbi_0_max_index = max_index;
  /external/chromium_org/base/
observer_list.h 149 size_t max_index = std::min(max_index_, observers.size()); local
150 while (index_ < max_index && !observers[index_])
152 return index_ < max_index ? observers[index_++] : NULL;
  /external/chromium_org/chrome/browser/extensions/
context_menu_matcher.cc 59 int max_index = local
61 if (*index >= 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/mesa/vbo/
vbo_primitive_restart.c 69 GLuint max_index; member in struct:sub_primitive
105 sub_prims[scan_num].max_index = 0; \
115 sub_prims[scan_num].max_index = 0; \
122 UPDATE_MAX2(sub_prims[scan_num].max_index, scan_index); \
215 GL_TRUE, sub_prim->min_index, sub_prim->max_index,
vbo_split_inplace.c 50 GLuint max_index; member in struct:split_context
76 ib.count = split->max_index - split->min_index + 1;
85 assert(split->max_index >= split->min_index);
96 split->max_index,
104 split->max_index = 0;
125 split->max_index = MAX2(split->max_index, prim->start + prim->count - 1);
137 (prim->start < split->max_index &&
138 split->max_index - prim->start >= split->limit))
270 GLuint max_index,
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 69 GLuint max_index; member in struct:sub_primitive
105 sub_prims[scan_num].max_index = 0; \
115 sub_prims[scan_num].max_index = 0; \
122 UPDATE_MAX2(sub_prims[scan_num].max_index, scan_index); \
215 GL_TRUE, sub_prim->min_index, sub_prim->max_index,
vbo_split_inplace.c 50 GLuint max_index; member in struct:split_context
76 ib.count = split->max_index - split->min_index + 1;
85 assert(split->max_index >= split->min_index);
96 split->max_index,
104 split->max_index = 0;
125 split->max_index = MAX2(split->max_index, prim->start + prim->count - 1);
137 (prim->start < split->max_index &&
138 split->max_index - prim->start >= split->limit))
270 GLuint max_index,
    [all...]
  /external/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.cc 283 uint32_t max_index = local
287 gamepad_info->buttons_length, max_index);
  /external/chromium_org/content/shell/browser/
shell.cc 221 int max_index = web_contents_->GetController().GetEntryCount() - 1; local
224 PlatformEnableUIControl(FORWARD_BUTTON, current_index < max_index);
  /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/aac/libAACdec/src/
block.cpp 259 int max_index = BandOffsets[band+1]; local
260 for (int index = BandOffsets[band]; index < max_index; index++)
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.cc 617 const int max_index = model.hashes_size() - 1; local
621 model.rule(i).feature(j) > max_index) {
627 if (model.page_term(i) < 0 || model.page_term(i) > max_index) {

Completed in 496 milliseconds

1 2 3