Home
last modified time | relevance | path

Searched refs:ALU_OP1_EXP_IEEE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h283 #define ALU_OP1_EXP_IEEE 89 macro
Dr600_shader.c5015 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()
5031 alu.op = ALU_OP1_EXP_IEEE; in tgsi_lit()
5183 alu.op = ALU_OP1_EXP_IEEE; in cayman_pow()
5225 alu.op = ALU_OP1_EXP_IEEE; in tgsi_pow()
9068 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()
9081 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()
9123 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()
9139 alu.op = ALU_OP1_EXP_IEEE; in tgsi_exp()
9288 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()
9305 alu.op = ALU_OP1_EXP_IEEE; in tgsi_log()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp428 case ALU_OP1_EXP_IEEE: dv = exp2(cv.f); break; in fold_alu_op1()