Searched refs:nir_op_fround_even (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 130 nir_op_fround_even, enumerator
|
D | nir_builder_opcodes.h | 521 return nir_build_alu(build, nir_op_fround_even, src0, NULL, NULL, NULL); in nir_fround_even()
|
D | nir_opt_algebraic.c | 5270 nir_op_fround_even, 5346 nir_op_fround_even, 5442 nir_op_fround_even, 7125 nir_op_fround_even,
|
D | nir_constant_expressions.c | 10163 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 | 366 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/ |
D | tgsi_to_nir.c | 1544 [TGSI_OPCODE_ROUND] = nir_op_fround_even,
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_nir.cpp | 1526 case nir_op_fround_even: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1098 case nir_op_fround_even: in nir_emit_alu()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 822 case nir_op_fround_even: in emit_alu()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 1375 case nir_op_fround_even: in visit_alu()
|