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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c171 mask->var = lp_build_alloca(gallivm,
226 state->counter_var = lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
303 state->counter_var = lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
360 x = lp_build_alloca(builder, type, "x");
473 lp_build_alloca(struct gallivm_state *gallivm, function
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c171 mask->var = lp_build_alloca(gallivm,
226 state->counter_var = lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
303 state->counter_var = lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
360 x = lp_build_alloca(builder, type, "x");
473 lp_build_alloca(struct gallivm_state *gallivm, function

Completed in 1466 milliseconds