Home
last modified time | relevance | path

Searched refs:nir_op_fquantize2f16 (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h127 nir_op_fquantize2f16, enumerator
Dnir_builder_opcodes.h506 return nir_build_alu(build, nir_op_fquantize2f16, src0, NULL, NULL, NULL); in nir_fquantize2f16()
Dnir_constant_expressions.c10157 case nir_op_fquantize2f16: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c290 case SpvOpQuantizeToF16: return nir_op_fquantize2f16; in vtn_nir_alu_op_for_spirv_opcode()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp1531 case nir_op_fquantize2f16: { in nir_emit_alu()
Dbrw_fs_nir.cpp1103 case nir_op_fquantize2f16: { in nir_emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1469 case nir_op_fquantize2f16: in visit_alu()