Searched refs:nir_op_fsat (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_to_source_mods.c | 97 case nir_op_fsat: in nir_lower_to_source_mods_block() 153 if (child_alu->op != nir_op_fsat && in nir_lower_to_source_mods_block()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 132 nir_op_fsat, enumerator
|
D | nir_opt_algebraic.c | 5248 nir_op_fsat, 5324 nir_op_fsat, 10925 nir_op_fsat, 10942 nir_op_fsat, 10993 nir_op_fsat, 15106 nir_op_fsat, 15160 nir_op_fsat, 15168 nir_op_fsat, 15185 nir_op_fsat, 15235 nir_op_fsat, [all …]
|
D | nir_builder_opcodes.h | 531 return nir_build_alu(build, nir_op_fsat, src0, NULL, NULL, NULL); in nir_fsat()
|
D | nir_constant_expressions.c | 10167 case nir_op_fsat: in nir_eval_const_opcode()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4_nir.cpp | 2075 case nir_op_fsat: in nir_emit_alu()
|