Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h329 #define ALU_OP1_FLT_TO_INT_FLOOR 129 macro
Dr600_shader.c10245 alu.op = ALU_OP1_FLT_TO_INT_FLOOR; in tgsi_eg_arl()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp420 case ALU_OP1_FLT_TO_INT_FLOOR: dv = (int32_t)floorf(cv.f); break; in fold_alu_op1()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1344 {op1_flt_to_int_floor, ALU_OP1_FLT_TO_INT_FLOOR},