Home
last modified time | relevance | path

Searched refs:lp_build_alloca_undef (Results 1 – 5 of 5) 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.c649 ctx->addrs[idx][chan] = lp_build_alloca_undef( in emit_declaration()
696 array_alloca = lp_build_alloca_undef(&ctx->gallivm, in emit_declaration()
714 lp_build_alloca_undef(&ctx->gallivm, in emit_declaration()
732 ctx->undef_alloca = lp_build_alloca_undef( in emit_declaration()
798 ctx->outputs[idx][chan] = lp_build_alloca_undef( in emit_declaration()
Dsi_shader.c6097 lp_build_alloca_undef(&ctx->gallivm, ctx->i32, ""); in si_compile_tgsi_main()
6111 ctx->postponed_kill = lp_build_alloca_undef(&ctx->gallivm, ctx->i1, ""); in si_compile_tgsi_main()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1660 fake_buf = lp_build_alloca_undef(gallivm, in draw_llvm_generate()
1756 temp_ptr = lp_build_alloca_undef(gallivm, in draw_llvm_generate()
1815 index_store = lp_build_alloca_undef(gallivm, blduivec.vec_type, "index_store"); in draw_llvm_generate()