Home
last modified time | relevance | path

Searched refs:tmp_indices (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_rebase.c66 TYPE *tmp_indices = malloc(count * sizeof(TYPE)); \
68 if (tmp_indices == NULL) { \
74 tmp_indices[i] = in[i] - min_index; \
76 return (void *)tmp_indices; \
119 void *tmp_indices = NULL; in REBASE() local
169 tmp_indices = rebase_GLuint( ptr, ib->count, min_index ); in REBASE()
172 tmp_indices = rebase_GLushort( ptr, ib->count, min_index ); in REBASE()
175 tmp_indices = rebase_GLubyte( ptr, ib->count, min_index ); in REBASE()
182 if (tmp_indices == NULL) in REBASE()
186 tmp_ib.ptr = tmp_indices; in REBASE()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc670 Tensor tmp_indices; in Compute() local
676 &tmp_indices)); in Compute()
678 copy_functor(c->eigen_device<Device>(), tmp_indices.flat<Index>(), in Compute()
681 AddBatchOffsets(&tmp_indices, params); in Compute()
682 op_indices = &tmp_indices; in Compute()