Searched refs:lp_build_alloca_undef (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 199 lp_build_alloca_undef(struct gallivm_state *gallivm,
|
D | lp_bld_flow.c | 514 lp_build_alloca_undef(struct gallivm_state *gallivm, in lp_build_alloca_undef() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 649 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()
|
D | si_shader.c | 6097 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/ |
D | draw_llvm.c | 1660 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()
|