Searched refs:ac_build_phi (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.2.2.rst | 143 - amd/common: move ac_build_phi from radeonsi
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_tess.c | 847 rel_patch_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); 851 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks); 855 invocation_id = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, values, blocks);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 145 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type,
|
| H A D | ac_llvm_build.c | 374 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, function in typeref:typename:LLVMValueRef 3942 const LLVMValueRef scan = ac_build_phi(ctx, type, 2, phivalues_scan, bbs);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 174 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming,
|
| H A D | ac_nir_to_llvm.c | 539 ret = ac_build_phi(&ctx->ac, LLVMTypeOf(value), 2, phi_src, wctx->phi_bb); 547 LLVMValueRef cc = ac_build_phi(&ctx->ac, ctx->ac.i32, 2, cc_phi_src, wctx->phi_bb); 1471 half_texel[c] = ac_build_phi(ctx, ctx->f32, 2, values, bbs);
|
| H A D | ac_llvm_build.c | 384 LLVMValueRef ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, function in typeref:typename:LLVMValueRef 4250 const LLVMValueRef scan = ac_build_phi(ctx, type, 2, phivalues_scan, bbs);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 3294 rel_patch_id = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks); 3298 tf_lds_offset = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks); 3302 invocation_id = ac_build_phi(&ctx->ac, ctx->i32, 2, values, blocks); 5725 outputs[i].values[j] = ac_build_phi(&ctx.ac, ctx.f32, 2, v, blocks);
|
| H A D | si_shader_tgsi_mem.c | 1303 half_texel[c] = ac_build_phi(&ctx->ac, ctx->f32, 2,
|
Completed in 38 milliseconds