Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h130 nir_op_fround_even, enumerator
Dnir_builder_opcodes.h521 return nir_build_alu(build, nir_op_fround_even, src0, NULL, NULL, NULL); in nir_fround_even()
Dnir_opt_algebraic.c5270 nir_op_fround_even,
5346 nir_op_fround_even,
5442 nir_op_fround_even,
7125 nir_op_fround_even,
Dnir_constant_expressions.c10163 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.c366 case GLSLstd450Round: return nir_op_fround_even; in vtn_nir_alu_op_for_spirv_glsl_opcode()
367 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.c1544 [TGSI_OPCODE_ROUND] = nir_op_fround_even,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp1526 case nir_op_fround_even: in nir_emit_alu()
Dbrw_fs_nir.cpp1098 case nir_op_fround_even: in nir_emit_alu()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c822 case nir_op_fround_even: in emit_alu()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1375 case nir_op_fround_even: in visit_alu()