Home
last modified time | relevance | path

Searched refs:nir_op_i2d (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h140 nir_op_i2d, enumerator
Dnir_builder_opcodes.h571 return nir_build_alu(build, nir_op_i2d, src0, NULL, NULL, NULL); in nir_i2d()
Dnir_constant_expressions.c10183 case nir_op_i2d: in nir_eval_const_opcode()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp1320 case nir_op_i2d: in nir_emit_alu()
1323 instr->op == nir_op_i2d ? BRW_REGISTER_TYPE_D : in nir_emit_alu()
Dbrw_fs_nir.cpp654 case nir_op_i2d: in nir_emit_alu()
/external/mesa3d/src/compiler/nir/
Dnir.c2013 return nir_op_i2d; in nir_type_conversion_op()