Searched refs:ALU_OP1_RECIP_IEEE (Results 1 – 4 of 4) sorted by relevance
294 #define ALU_OP1_RECIP_IEEE 94 macro
3856 alu.op = ALU_OP1_RECIP_IEEE; in r600_shader_from_tgsi()3870 alu.op = ALU_OP1_RECIP_IEEE; in r600_shader_from_tgsi()6024 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_divmod()7621 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()7638 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()7708 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()7724 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()8080 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()8110 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()10093 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_log()[all …]
460 case ALU_OP1_RECIP_IEEE: dv = 1.0f / cv.f; break; in fold_alu_op1()
1321 {op1_recip_ieee, ALU_OP1_RECIP_IEEE},