Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h291 #define ALU_OP1_LOG_IEEE 91 macro
Dr600_shader.c5739 alu.op = ALU_OP1_LOG_IEEE; in cayman_pow()
5787 alu.op = ALU_OP1_LOG_IEEE; in tgsi_pow()
9985 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10003 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10037 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10055 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10178 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
10196 alu.op = ALU_OP1_LOG_IEEE; in tgsi_log()
11814 [TGSI_OPCODE_LG2] = { ALU_OP1_LOG_IEEE, tgsi_trans_srcx_replicate},
12012 [TGSI_OPCODE_LG2] = { ALU_OP1_LOG_IEEE, tgsi_trans_srcx_replicate},
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp427 case ALU_OP1_LOG_IEEE: in fold_alu_op1()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1306 {op1_log_ieee, ALU_OP1_LOG_IEEE},