Home
last modified time | relevance | path

Searched defs:convert_op (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c68 nir_op convert_op = get_bool_convert_opcode(bit_size); in make_sources_canonical() local
377 nir_op convert_op = get_bool_convert_opcode(dst_bit_size); in lower_phi_instr() local
/external/python/cpython3/Modules/_decimal/
D_decimal.c2825 convert_op(int type_err, PyObject **conv, PyObject *v, PyObject *context) in convert_op() function