Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c398 size_t total_depth = depth; in scanner_scan_bracket() local
420 if (total_depth == depth) in scanner_scan_bracket()
434 else if (depth == total_depth - 1) in scanner_scan_bracket()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.h509 GLint total_depth,
Dmeta.c2489 GLint total_depth, in _mesa_meta_setup_texture_coords() argument
2529 assert(slice < total_depth); in _mesa_meta_setup_texture_coords()
2530 assert(total_depth >= 1); in _mesa_meta_setup_texture_coords()
2531 r = (slice + 0.5f) / total_depth; in _mesa_meta_setup_texture_coords()