Home
last modified time | relevance | path

Searched refs:function_idx (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c150 lp_exec_mask_function_init(struct lp_exec_mask *mask, int function_idx) in lp_exec_mask_function_init() argument
154 struct function_ctx *ctx = &mask->function_stack[function_idx]; in lp_exec_mask_function_init()
161 if (function_idx == 0) { in lp_exec_mask_function_init()
H A Dlp_bld_ir_common.h104 void lp_exec_mask_function_init(struct lp_exec_mask *mask, int function_idx);
/third_party/mbedtls/tests/scripts/
H A Dgenerate_test_code.py695 function_idx = 0
720 func_info[func_name] = (function_idx, args)
721 dispatch_code += '/* Function Id: %d */\n' % function_idx
723 function_idx += 1

Completed in 3 milliseconds