Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h213 #define ALU_OP1_FLOOR 19 macro
Dr600_shader.c7928 alu.op = ALU_OP1_FLOOR; in tgsi_exp()
8090 alu.op = ALU_OP1_FLOOR; in tgsi_log()
8145 alu.op = ALU_OP1_FLOOR; in tgsi_log()
8362 alu.op = ALU_OP1_FLOOR; in tgsi_r600_arl()
9087 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
9285 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
9508 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp421 case ALU_OP1_FLOOR: dv = floor(cv.f); break; in fold_alu_op1()