Home
last modified time | relevance | path

Searched refs:nir_op_fround_even (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h136 nir_op_fround_even, enumerator
Dnir_builder_opcodes.h551 return nir_build_alu(build, nir_op_fround_even, src0, NULL, NULL, NULL); in nir_fround_even()
Dnir_opt_algebraic.c5289 nir_op_fround_even,
5356 nir_op_fround_even,
5440 nir_op_fround_even,
7134 nir_op_fround_even,
Dnir_constant_expressions.c13550 case nir_op_fround_even: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c502 case nir_op_fround_even: in lower_doubles_instr()
547 case nir_op_fround_even: in lower_doubles_instr()
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c420 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/
Dtgsi_to_nir.c1495 [TGSI_OPCODE_ROUND] = nir_op_fround_even,
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c816 case nir_op_fround_even: in ntq_emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1413 case nir_op_fround_even: in nir_emit_alu()
Dbrw_fs_nir.cpp1215 case nir_op_fround_even: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c991 case nir_op_fround_even: in emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1875 case nir_op_fround_even: in visit_alu()