Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c360 LLVMValueRef floor_x; in exp_emit() local
363 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR, in exp_emit()
368 TGSI_OPCODE_EX2, floor_x); in exp_emit()
372 lp_build_sub(&bld_base->base, emit_data->args[0] /* src0.x */, floor_x); in exp_emit()