Searched refs:src_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.c34 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size); local in function:get_conversion_op
37 return nir_type_conversion_op(src_full_type, dst_full_type, rounding_mode);
70 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size); local in function:lower_instr
89 if ((src_full_type == nir_type_float16 && dst_bit_size == 64) ||
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c34 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size); local in function:get_conversion_op
37 return nir_type_conversion_op(src_full_type, dst_full_type, rounding_mode);
70 nir_alu_type src_full_type = (nir_alu_type) (src_type | src_bit_size); local in function:lower_alu_instr
89 if ((src_full_type == nir_type_float16 && dst_bit_size == 64) ||

Completed in 3 milliseconds