Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_bitarit.c194 lp_build_shr(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_shr() function
235 return lp_build_shr(bld, a, b); in lp_build_shr_imm()
Dlp_bld_bitarit.h63 lp_build_shr(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
Dlp_bld_tgsi_action.c1113 emit_data->output[emit_data->chan] = lp_build_shr(&bld_base->int_bld, in ishr_emit_cpu()
1521 emit_data->output[emit_data->chan] = lp_build_shr(&bld_base->uint_bld, in ushr_emit_cpu()