Searched refs:floor_x (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c301 LLVMValueRef floor_x; local in function:exp_emit
304 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
309 TGSI_OPCODE_EX2, floor_x);
313 lp_build_sub(&bld_base->base, emit_data->args[0] /* src0.x */, floor_x);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c301 LLVMValueRef floor_x; local in function:exp_emit
304 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
309 TGSI_OPCODE_EX2, floor_x);
313 lp_build_sub(&bld_base->base, emit_data->args[0] /* src0.x */, floor_x);

Completed in 9 milliseconds