Home
last modified time | relevance | path

Searched refs:lp_build_alloca_undef (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h199 lp_build_alloca_undef(struct gallivm_state *gallivm,
Dlp_bld_flow.c514 lp_build_alloca_undef(struct gallivm_state *gallivm, in lp_build_alloca_undef() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c794 ctx->addrs[idx][chan] = lp_build_alloca_undef( in emit_declaration()
860 lp_build_alloca_undef(bld_base->base.gallivm, in emit_declaration()
878 ctx->undef_alloca = lp_build_alloca_undef( in emit_declaration()
944 ctx->outputs[idx][chan] = lp_build_alloca_undef( in emit_declaration()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1656 fake_buf = lp_build_alloca_undef(gallivm, in draw_llvm_generate()
1752 temp_ptr = lp_build_alloca_undef(gallivm, in draw_llvm_generate()
1811 index_store = lp_build_alloca_undef(gallivm, blduivec.vec_type, "index_store"); in draw_llvm_generate()