HomeSort by relevance Sort by last modified time
    Searched defs:lp_build_alloca (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.c 171 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/
lp_bld_flow.c 171 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 29 milliseconds