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

1 2 34 5

  /external/mesa3d/src/mesa/main/
transformfeedback.c 354 unsigned max_index = 0xffffffff; local
367 max_index = MIN2(max_index, max_for_this_buffer);
371 return max_index;
    [all...]
  /external/v8/src/interpreter/
constant-array-builder.h 165 inline size_t max_index() const { return start_index_ + capacity() - 1; } function in struct:v8::internal::interpreter::BASE_EMBEDDED::final
  /external/mesa3d/src/compiler/glsl/
linker.cpp 2535 unsigned max_index = (target_index == MESA_SHADER_VERTEX) ? local
    [all...]
lower_ubo_reference.cpp 254 ir_constant *max_index = new(mem_ctx) ir_constant(array_size - 1); local
255 max_index->type = index->type;
262 index = min2(index, max_index);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 54 unsigned max_index; member in struct:translate_buffer
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 109 ushort max_index )
112 assert( setup->vertex_buffer_size >= (max_index+1) * setup->vertex_size );
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_prim_vbuf.c 126 ushort max_index )
129 assert( cvbr->vertex_buffer_size >= (max_index+1) * cvbr->vertex_size );
  /external/freetype/src/gxvalid/
gxvcommn.h 422 FT_UShort max_index,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_emit.c 175 draw->pt.max_index);
draw_pt_fetch_shade_emit.c 165 draw->pt.max_index );
  /external/tensorflow/tensorflow/core/ops/
data_flow_ops.cc 96 int32 max_index = 0; local
126 if (indices[i] > max_index) {
127 max_index = indices[i];
134 all_indices_constant ? c->MakeDim(max_index + 1) : c->UnknownDim());
    [all...]
  /external/webp/src/enc/
histogram_enc.c 632 static int HistoQueueInit(HistoQueue* const histo_queue, const int max_index) {
634 // max_index^2 for the queue size is safe. If you look at
637 // - max_index*(max_index-1)/2 (the first two for loops)
638 // - max_index - 1 in the last for loop at the first iteration of the while
639 // loop, max_index - 2 at the second iteration ... therefore
640 // max_index*(max_index-1)/2 overall too
641 histo_queue->max_size = max_index * max_index;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 137 uint32_t max_index; // Largest assigned record index - 0 if no additional records registered member in struct:_DNSServiceRef_t
396 x->max_index = 0;
463 sdr->max_index = 0;
    [all...]
  /external/tensorflow/tensorflow/tools/quantization/
quantize_graph_test.py 152 max_index = None
156 max_index = index
157 return max_index, max_value
    [all...]
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.h 437 void Set(fd_set* dest, int* max_index) const;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_draw.c 259 .max_index = 1,
  /external/aac/libAACdec/src/
block.cpp 312 int max_index = BandOffsets[band + 1]; local
314 for (int index = BandOffsets[band]; index < max_index; index++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_vbo.c 773 nv50->vb_elt_limit = info->max_index - info->min_index;
850 bool shorten = info->max_index <= 65535;
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver_test.py 548 max_index = int(max(input_index)) # numpy scalar
553 self.assertEqual(2**63 + max_index,
  /external/webrtc/webrtc/base/
httpcommon.cc 46 const char* const haystack[], size_t max_index) {
47 for (index=0; index<max_index; ++index) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 405 size_t max_index = std::min(fs_mult_120 - 1, local
409 max_index, fs_mult_dist_len, &best_distortion_w32[i]);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1101 LLVMValueRef max_index; local
2882 int max_index = info->file_max[file]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_draw.c 559 info->min_index, info->max_index);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 106 ushort min_index, ushort max_index)
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 148 GLuint max_index)

Completed in 1659 milliseconds

1 2 34 5