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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c358 LLVMValueRef floor_x; local
361 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
366 TGSI_OPCODE_EX2, floor_x);
370 TGSI_OPCODE_SUB, emit_data->args[0] /* src0.x */, floor_x);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c358 LLVMValueRef floor_x; local
361 floor_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_FLR,
366 TGSI_OPCODE_EX2, floor_x);
370 TGSI_OPCODE_SUB, emit_data->args[0] /* src0.x */, floor_x);

Completed in 137 milliseconds