Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h214 #define ALU_OP1_FLOOR 19 macro
Dr600_shader.c9812 alu.op = ALU_OP1_FLOOR; in tgsi_exp()
9974 alu.op = ALU_OP1_FLOOR; in tgsi_log()
10029 alu.op = ALU_OP1_FLOOR; in tgsi_log()
10246 alu.op = ALU_OP1_FLOOR; in tgsi_r600_arl()
11699 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
11897 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
12123 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp430 case ALU_OP1_FLOOR: dv = floorf(cv.f); break; in fold_alu_op1()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1243 {op1_floor, ALU_OP1_FLOOR},