Searched refs:ac_build_alloca_undef (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_cull.c | 135 LLVMValueRef accepted_var = ac_build_alloca_undef(ctx, ctx->i1, ""); in cull_bbox()
|
D | ac_llvm_build.h | 471 LLVMValueRef ac_build_alloca_undef(struct ac_llvm_context *ac, LLVMTypeRef type, const char *name);
|
D | ac_nir_to_llvm.c | 4758 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()
|
D | ac_llvm_build.c | 3180 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/ |
D | gfx10_shader_ngg.c | 324 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()
|
D | si_compute_prim_discard.c | 271 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()
|
D | si_shader_llvm.c | 445 ctx->abi.outputs[i * 4 + j] = ac_build_alloca_undef(&ctx->ac, type, ""); in si_nir_build_llvm()
|
D | si_shader_llvm_vs.c | 499 addr[i][j] = ac_build_alloca_undef(&ctx->ac, ctx->ac.f32, ""); in si_vertex_color_clamping()
|
D | si_shader.c | 1378 ctx->invoc0_tess_factors[i] = ac_build_alloca_undef(&ctx->ac, ctx->ac.i32, ""); in si_build_main_function()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 1877 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()
|