Searched refs:nir_op_fround_even (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 136 nir_op_fround_even, enumerator
|
D | nir_builder_opcodes.h | 551 return nir_build_alu(build, nir_op_fround_even, src0, NULL, NULL, NULL); in nir_fround_even()
|
D | nir_opt_algebraic.c | 5289 nir_op_fround_even, 5356 nir_op_fround_even, 5440 nir_op_fround_even, 7134 nir_op_fround_even,
|
D | nir_constant_expressions.c | 13550 case nir_op_fround_even: in nir_eval_const_opcode()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 502 case nir_op_fround_even: in lower_doubles_instr() 547 case nir_op_fround_even: in lower_doubles_instr()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 420 case GLSLstd450Round: return nir_op_fround_even; in vtn_nir_alu_op_for_spirv_glsl_opcode() 421 case GLSLstd450RoundEven: return nir_op_fround_even; in vtn_nir_alu_op_for_spirv_glsl_opcode()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1495 [TGSI_OPCODE_ROUND] = nir_op_fround_even,
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 816 case nir_op_fround_even: in ntq_emit_alu()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 1413 case nir_op_fround_even: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1215 case nir_op_fround_even: in nir_emit_alu()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 991 case nir_op_fround_even: in emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1875 case nir_op_fround_even: in visit_alu()
|