Searched refs:total_depth (Results 1 – 3 of 3) sorted by relevance
509 GLint total_depth,
2487 GLint total_depth, in _mesa_meta_setup_texture_coords() argument2527 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()
2215 const int total_depth = input_depth + activation_depth; in Prepare() local2219 TF_LITE_ENSURE_EQ(context, weights->dims->data[1], total_depth); in Prepare()2250 concat_temp_size->data[1] = total_depth; in Prepare()