Home
last modified time | relevance | path

Searched refs:ac_build_alloca_undef (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c135 LLVMValueRef accepted_var = ac_build_alloca_undef(ctx, ctx->i1, ""); in cull_bbox()
Dac_llvm_build.h471 LLVMValueRef ac_build_alloca_undef(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name);
Dac_nir_to_llvm.c4758 ac_build_alloca_undef(ctx, type, ""); in ac_handle_shader_output_decl()
4769 ac_build_alloca_undef(&ctx->ac, LLVMArrayType(ctx->ac.i8, shader->scratch_size), "scratch"); in setup_scratch()
4856 ctx.ac.postponed_kill = ac_build_alloca_undef(&ctx.ac, ac->i1, ""); in ac_nir_translate()
Dac_llvm_build.c3180 LLVMValueRef ac_build_alloca_undef(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name) in ac_build_alloca_undef() function
3203 LLVMValueRef ptr = ac_build_alloca_undef(ac, type, name); in ac_build_alloca()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c324 LLVMValueRef offsets_vgpr = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in build_streamout()
325 LLVMValueRef generated_by_stream_vgpr = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in build_streamout()
662 tmp[i] = ac_build_alloca_undef(&ctx->ac, ctx->ac.i64, ""); in load_bitmasks_2x64()
1048 LLVMValueRef new_vgpr0 = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in gfx10_emit_ngg_culling_epilogue()
1081 es_data[i] = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in gfx10_emit_ngg_culling_epilogue()
1307 user_edgeflags[i] = ac_build_alloca_undef(&ctx->ac, ctx->ac.i1, ""); in gfx10_emit_ngg_epilogue()
Dsi_compute_prim_discard.c271 section->vgpr_result = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, "result0"); in si_enter_thread0_section()
575 ret = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, "prev_state"); in si_build_prim_discard_compute_shader()
706 LLVMValueRef tmp_store = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in si_build_prim_discard_compute_shader()
Dsi_shader_llvm.c445 ctx->abi.outputs[i * 4 + j] = ac_build_alloca_undef(&ctx->ac, type, ""); in si_nir_build_llvm()
Dsi_shader_llvm_vs.c499 addr[i][j] = ac_build_alloca_undef(&ctx->ac, ctx->ac.f32, ""); in si_vertex_color_clamping()
Dsi_shader.c1378 ctx->invoc0_tess_factors[i] = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in si_build_main_function()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1877 ac_build_alloca_undef(&ctx->ac, ctx->ac.f32, ""); in handle_vs_outputs_post()
2388 LLVMValueRef offsets_vgpr = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in build_streamout()
2389 LLVMValueRef generated_by_stream_vgpr = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in build_streamout()