Searched refs:ALU_OP1_RECIP_IEEE (Results 1 – 4 of 4) sorted by relevance
294 #define ALU_OP1_RECIP_IEEE 94 macro
3866 alu.op = ALU_OP1_RECIP_IEEE; in r600_shader_from_tgsi()3880 alu.op = ALU_OP1_RECIP_IEEE; in r600_shader_from_tgsi()6028 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_divmod()7625 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()7642 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()7712 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()7728 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()8084 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()8114 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_tex()10121 alu.op = ALU_OP1_RECIP_IEEE; in tgsi_log()[all …]
448 case ALU_OP1_RECIP_IEEE: dv = 1.0f / cv.f; break; in fold_alu_op1()
1309 {op1_recip_ieee, ALU_OP1_RECIP_IEEE},