Searched refs:indices3 (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_ref.cpp | 112 Eigen::DSizes<ptrdiff_t, 5> indices3(0,0,0,0,0); in test_slice() local 114 slice = tensor.slice(indices3, sizes3); in test_slice()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_render.c | 597 uint16_t indices3[3]; in r300_draw_elements() local 616 memcpy(indices3, ptr + start, 6); in r300_draw_elements() 641 indices3); in r300_draw_elements() 652 info->mode, start, short_count, indices3); in r300_draw_elements()
|