Home
last modified time | relevance | path

Searched refs:ALU_OP1_LOG_IEEE (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h286 #define ALU_OP1_LOG_IEEE 91 macro
Dr600_shader.c5721 alu.op = ALU_OP1_LOG_IEEE; in cayman_pow()
5769 alu.op = ALU_OP1_LOG_IEEE; in tgsi_pow()
9943 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
9961 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
9995 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10013 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10136 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10154 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
11702 [TGSI_OPCODE_LG2] = { ALU_OP1_LOG_IEEE, tgsi_trans_srcx_replicate},
11900 [TGSI_OPCODE_LG2] = { ALU_OP1_LOG_IEEE, tgsi_trans_srcx_replicate},
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp439 case ALU_OP1_LOG_IEEE: in fold_alu_op1()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1314 {op1_log_ieee, ALU_OP1_LOG_IEEE},