HomeSort by relevance Sort by last modified time
    Searched refs:lp_build_alloca (Results 1 - 24 of 24) 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
lp_bld_flow.h 191 lp_build_alloca(struct gallivm_state *gallivm,
lp_bld_tgsi_aos.c 423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
428 bld->outputs[idx] = lp_build_alloca(gallivm, vec_type, "");
433 bld->addr[idx] = lp_build_alloca(gallivm, vec_type, "");
438 bld->preds[idx] = lp_build_alloca(gallivm, vec_type, "");
lp_bld_format_aos.c 565 tmp_ptr = lp_build_alloca(gallivm, i32t, "");
664 tmp_ptr = lp_build_alloca(gallivm, f32x4t, "");
lp_bld_sample_soa.c     [all...]
lp_bld_tgsi_soa.c 83 mask->loop_limiter = lp_build_alloca(bld->gallivm, int_type, "looplimiter");
186 mask->break_var = lp_build_alloca(mask->bld->gallivm, mask->int_vec_type, "");
    [all...]
lp_bld_sample.c     [all...]
lp_bld_sample_aos.c     [all...]
  /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
lp_bld_flow.h 191 lp_build_alloca(struct gallivm_state *gallivm,
lp_bld_tgsi_aos.c 423 bld->temps[idx] = lp_build_alloca(gallivm, vec_type, "");
428 bld->outputs[idx] = lp_build_alloca(gallivm, vec_type, "");
433 bld->addr[idx] = lp_build_alloca(gallivm, vec_type, "");
438 bld->preds[idx] = lp_build_alloca(gallivm, vec_type, "");
lp_bld_format_aos.c 565 tmp_ptr = lp_build_alloca(gallivm, i32t, "");
664 tmp_ptr = lp_build_alloca(gallivm, f32x4t, "");
lp_bld_sample_soa.c     [all...]
lp_bld_tgsi_soa.c 83 mask->loop_limiter = lp_build_alloca(bld->gallivm, int_type, "looplimiter");
186 mask->break_var = lp_build_alloca(mask->bld->gallivm, mask->int_vec_type, "");
    [all...]
lp_bld_sample.c     [all...]
lp_bld_sample_aos.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 217 ctx->soa.addr[idx][chan] = lp_build_alloca(
254 ctx->soa.outputs[idx][chan] = lp_build_alloca(&ctx->gallivm,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 217 ctx->soa.addr[idx][chan] = lp_build_alloca(
254 ctx->soa.outputs[idx][chan] = lp_build_alloca(&ctx->gallivm,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 531 bld->a[attrib][chan] = lp_build_alloca(gallivm,
lp_state_fs.c 298 color[cbuf][chan] = lp_build_alloca(gallivm, vec_type, "color");
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 531 bld->a[attrib][chan] = lp_build_alloca(gallivm,
lp_state_fs.c 298 color[cbuf][chan] = lp_build_alloca(gallivm, vec_type, "color");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c     [all...]

Completed in 4878 milliseconds