Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h183 nir_op_u2d, enumerator
Dnir_builder_opcodes.h786 return nir_build_alu(build, nir_op_u2d, src0, NULL, NULL, NULL); in nir_u2d()
Dnir_constant_expressions.c10269 case nir_op_u2d: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir.c2010 return nir_op_u2d; in nir_type_conversion_op()
2016 return nir_op_u2d; in nir_type_conversion_op()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp1321 case nir_op_u2d: in nir_emit_alu()
Dbrw_fs_nir.cpp655 case nir_op_u2d: in nir_emit_alu()