Home
last modified time | relevance | path

Searched refs:total_depth (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta.h509 GLint total_depth,
Dmeta.c2487 GLint total_depth, in _mesa_meta_setup_texture_coords() argument
2527 assert(slice < total_depth); in _mesa_meta_setup_texture_coords()
2528 assert(total_depth >= 1); in _mesa_meta_setup_texture_coords()
2529 r = (slice + 0.5f) / total_depth; in _mesa_meta_setup_texture_coords()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm.cc2215 const int total_depth = input_depth + activation_depth; in Prepare() local
2219 TF_LITE_ENSURE_EQ(context, weights->dims->data[1], total_depth); in Prepare()
2250 concat_temp_size->data[1] = total_depth; in Prepare()