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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_isa.h283 #define ALU_OP1_EXP_IEEE 89 macro
H A Dr600_shader.c4840 alu.op = ALU_OP1_EXP_IEEE;
4856 alu.op = ALU_OP1_EXP_IEEE;
5012 alu.op = ALU_OP1_EXP_IEEE;
5054 alu.op = ALU_OP1_EXP_IEEE;
7941 alu.op = ALU_OP1_EXP_IEEE;
7954 alu.op = ALU_OP1_EXP_IEEE;
7996 alu.op = ALU_OP1_EXP_IEEE;
8012 alu.op = ALU_OP1_EXP_IEEE;
8161 alu.op = ALU_OP1_EXP_IEEE;
8178 alu.op = ALU_OP1_EXP_IEEE;
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp420 case ALU_OP1_EXP_IEEE: dv = exp2(cv.f); break;

Completed in 152 milliseconds