Home
last modified time | relevance | path

Searched refs:nir_op_unpack_half_2x16_flush_to_zero (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_alu_to_scalar.c152 case nir_op_unpack_half_2x16_flush_to_zero: in lower_alu_instr_scalar()
158 if (alu->op == nir_op_unpack_half_2x16_flush_to_zero) { in lower_alu_instr_scalar()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h374 nir_op_unpack_half_2x16_flush_to_zero, enumerator
Dnir_builder_opcodes.h1741 return nir_build_alu(build, nir_op_unpack_half_2x16_flush_to_zero, src0, NULL, NULL, NULL); in nir_unpack_half_2x16_flush_to_zero()
Dnir_constant_expressions.c47491 case nir_op_unpack_half_2x16_flush_to_zero: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c296 return nir_op_unpack_half_2x16_flush_to_zero; in vtn_nir_alu_op_for_spirv_glsl_opcode()