Searched refs:tmp_indices (Results 1 – 2 of 2) sorted by relevance
64 TYPE *tmp_indices = malloc(count * sizeof(TYPE)); \66 if (tmp_indices == NULL) { \72 tmp_indices[i] = in[i] - min_index; \74 return (void *)tmp_indices; \139 void *tmp_indices = NULL; in vbo_rebase_prims() local187 tmp_indices = rebase_GLuint( ptr, ib->count, min_index ); in vbo_rebase_prims()190 tmp_indices = rebase_GLushort( ptr, ib->count, min_index ); in vbo_rebase_prims()193 tmp_indices = rebase_GLubyte( ptr, ib->count, min_index ); in vbo_rebase_prims()200 if (tmp_indices == NULL) { in vbo_rebase_prims()205 tmp_ib.ptr = tmp_indices; in vbo_rebase_prims()[all …]
666 Tensor tmp_indices; in Compute() local672 &tmp_indices)); in Compute()674 copy_functor(c->eigen_device<Device>(), tmp_indices.flat<Index>(), in Compute()677 AddBatchOffsets(&tmp_indices, params); in Compute()678 op_indices = &tmp_indices; in Compute()