Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h219 #define ALU_OP1_FLOOR 19 macro
Dr600_shader.c9854 alu.op = ALU_OP1_FLOOR; in tgsi_exp()
10016 alu.op = ALU_OP1_FLOOR; in tgsi_log()
10071 alu.op = ALU_OP1_FLOOR; in tgsi_log()
10288 alu.op = ALU_OP1_FLOOR; in tgsi_r600_arl()
11811 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
12009 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
12236 [TGSI_OPCODE_FLR] = { ALU_OP1_FLOOR, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp418 case ALU_OP1_FLOOR: dv = floorf(cv.f); break; in fold_alu_op1()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1233 {op1_floor, ALU_OP1_FLOOR},