Searched refs:dst_full_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c35 nir_alu_type dst_full_type = (nir_alu_type) (dst_type | dst_bit_size); local in function:get_conversion_op
37 return nir_type_conversion_op(src_full_type, dst_full_type, rounding_mode);
73 nir_alu_type dst_full_type = nir_op_infos[alu->op].output_type; local in function:lower_instr
74 nir_alu_type dst_type = nir_alu_type_get_base_type(dst_full_type);
90 (src_bit_size == 64 && dst_full_type == nir_type_float16)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c35 nir_alu_type dst_full_type = (nir_alu_type) (dst_type | dst_bit_size); local in function:get_conversion_op
37 return nir_type_conversion_op(src_full_type, dst_full_type, rounding_mode);
73 nir_alu_type dst_full_type = nir_op_infos[alu->op].output_type; local in function:lower_alu_instr
74 nir_alu_type dst_type = nir_alu_type_get_base_type(dst_full_type);
90 (src_bit_size == 64 && dst_full_type == nir_type_float16)) {

Completed in 3 milliseconds