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

Completed in 20 milliseconds