Home
last modified time | relevance | path

Searched refs:is_conversion (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ops.h87 bool is_conversion = alu_opcode_props[op].props & OP_TYPE_CONVERT; in midgard_is_integer_out_op() local
89 return is_int ^ is_conversion; in midgard_is_integer_out_op()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr):
42 - is_conversion is true if this opcode represents a type conversion
74 assert isinstance(is_conversion, bool)
89 self.is_conversion = is_conversion
155 is_conversion, algebraic_properties, const_expr):
158 input_types, is_conversion, algebraic_properties,
H A Dnir_lower_convert_alu_types.c188 nir_op_infos[nir_instr_as_alu(instr)->op].is_conversion; in is_alu_conversion()
H A Dnir.h1423 bool is_conversion;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dparser.h246 if (item.is_conversion) { in ProcessFormat()
267 bool is_conversion; member
H A Dparser.cc276 if (!parsed->items_.empty() && !parsed->items_.back().is_conversion) { in Append()
322 if (!item.is_conversion) continue; in MatchesConversions()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c137 if (!nir_op_infos[alu->op].is_conversion) in lower_instr()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c5569 if (nir_op_infos[alu->op].is_conversion) in lower_bit_size_callback()

Completed in 20 milliseconds