Searched refs:nir_op_b2f16 (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 58 nir_op_b2f16, enumerator
|
D | nir_opcodes.c | 255 return nir_op_b2f16; in nir_type_conversion_op()
|
D | nir_builder_opcodes.h | 161 return nir_build_alu(build, nir_op_b2f16, src0, NULL, NULL, NULL); in nir_b2f16()
|
D | nir_opt_algebraic.c | 16114 nir_op_b2f16, 16127 nir_op_b2f16, 16308 nir_op_b2f16, 443569 nir_op_b2f16, 443612 nir_op_b2f16,
|
D | nir_constant_expressions.c | 46543 case nir_op_b2f16: in nir_eval_const_opcode()
|
/external/mesa3d/prebuilt-intermediates/bifrost/ |
D | bifrost_nir_algebraic.c | 136 nir_op_b2f16, 233 nir_op_b2f16, 312 nir_op_b2f16,
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 181 case nir_op_b2f16: in create_cov() 206 case nir_op_b2f16: in create_cov() 358 case nir_op_b2f16: in emit_alu()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 736 case nir_op_b2f16: in init_context()
|
D | aco_instruction_selection.cpp | 2526 case nir_op_b2f16: { in visit_alu_instr()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 953 } else if (instr->op == nir_op_b2f16) { in emit_alu()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 1098 case nir_op_b2f16: in nir_emit_alu()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 1002 case nir_op_b2f16: in visit_alu()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3982 - aco: implement nir_op_b2f16/nir_op_i2f16/nir_op_u2f16
|
D | 19.1.0.rst | 4353 - ac/nir: fix nir_op_b2f16
|