HomeSort by relevance Sort by last modified time
    Searched defs:max_indices (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vbuf.h 58 unsigned max_indices; member in struct:vbuf_render
draw_pipe_vbuf.c 74 unsigned max_indices; member in struct:vbuf_stage
113 vbuf->nr_indices + nr > vbuf->max_indices)
451 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
453 vbuf->indices = (ushort *) align_malloc(vbuf->max_indices *
  /external/tensorflow/tensorflow/compiler/xla/
sparse_index_array.h 31 // contain indices for up to `max_indices` elements of a sparse array. Each
44 // Constructs a SparseIndexArray that can hold up to `max_indices` sparse
47 // array must not exceed `max_indices`.
48 SparseIndexArray(int64 max_indices, const Array2D<int64>& indices);
64 SparseIndexArray(int64 max_indices, int64 rank,
66 SparseIndexArray(int64 max_indices, int64 rank,
79 // SparseIndexArray must not exceed `max_indices`.
86 // size must be smaller than `max_indices`. If the new size is larger than
95 int64 max_indices() const { return max_indices_; } function in class:xla::SparseIndexArray
  /external/mesa3d/src/mesa/vbo/
vbo.h 136 GLuint max_indices; member in struct:split_limits

Completed in 326 milliseconds