Searched refs:p_exp (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.h370 LLVMValueRef *p_exp,
H A Dlp_bld_tgsi_action.c1772 LLVMValueRef p_exp; local
1777 &p_exp, &p_floor_log2, &p_log2, FALSE);
1783 src0, p_exp);
H A Dlp_bld_arit.c3451 LLVMValueRef *p_exp,
3476 if(p_exp || p_floor_log2 || p_log2) {
3550 if (p_exp) {
3552 *p_exp = exp;
3449 lp_build_log2_approx(struct lp_build_context *bld, LLVMValueRef x, LLVMValueRef *p_exp, LLVMValueRef *p_floor_log2, LLVMValueRef *p_log2, boolean handle_edge_cases) argument

Completed in 183 milliseconds