Searched refs:ac_build_ifcc (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c141 ac_build_ifcc(&ctx->ac, si_is_gs_thread(ctx), 6001);
178 ac_build_ifcc(&ctx->ac, si_is_gs_thread(ctx), 6001);
322 ac_build_ifcc(&ctx->ac, tmp, 5200);
332 ac_build_ifcc(&ctx->ac, tmp, 5210);
436 ac_build_ifcc(&ctx->ac, tmp, 5221); /* scalar branch */
440 ac_build_ifcc(&ctx->ac, tmp, 5222);
453 ac_build_ifcc(&ctx->ac, tmp, 5225);
532 ac_build_ifcc(&ctx->ac, tmp, 5240);
540 ac_build_ifcc(&ctx->ac, tmp, 5241);
681 ac_build_ifcc(
[all...]
H A Dsi_shader_llvm.c695 ac_build_ifcc(&ctx->ac, ena, 6506);
774 ac_build_ifcc(&ctx->ac, ena, 6507);
974 ac_build_ifcc(&ctx->ac, thread_enabled, ctx->merged_wrap_if_label);
H A Dsi_shader_llvm_tess.c691 ac_build_ifcc(&ctx->ac,
775 ac_build_ifcc(&ctx->ac,
H A Dsi_shader_llvm_vs.c341 ac_build_ifcc(&ctx->ac, can_emit, 6501);
535 ac_build_ifcc(&ctx->ac, cond, 6502);
H A Dsi_shader_llvm_gs.c263 ac_build_ifcc(&ctx->ac, can_emit, 6505);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c132 ac_build_ifcc(ctx, initially_accepted, 10000000);
H A Dac_nir_to_llvm.c513 ac_build_ifcc(&ctx->ac, active, 6001);
552 ac_build_ifcc(&ctx->ac, active, 6002);
1443 ac_build_ifcc(ctx, LLVMBuildNot(ctx->builder, not_needed, ""), 2000);
1784 ac_build_ifcc(&ctx->ac, cond, 7000);
1891 ac_build_ifcc(&ctx->ac, cond, -1);
1943 ac_build_ifcc(&ctx->ac, cond, 7001);
2131 ac_build_ifcc(&ctx->ac, cond, 7002);
2159 ac_build_ifcc(&ctx->ac, cond, 7002);
2296 ac_build_ifcc(&ctx->ac, cond, 7002);
2613 ac_build_ifcc(
[all...]
H A Dac_llvm_build.h483 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id);
H A Dac_llvm_build.c3228 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id) function in typeref:typename:void
4200 ac_build_ifcc(ctx, tmp, 1000);
4239 ac_build_ifcc(ctx, tmp, 1001);
4575 ac_build_ifcc(ctx, LLVMBuildICmp(builder, LLVMIntEQ, wave_id, ctx->i32_0, ""), 5020);
4593 ac_build_ifcc(ctx, LLVMBuildICmp(builder, LLVMIntEQ, ac_get_thread_id(ctx), ctx->i32_0, ""),
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1128 ac_build_ifcc(&ctx->ac, can_emit, 6501);
1605 ac_build_ifcc(&ctx->ac, is_gs_thread, 5400);
1640 ac_build_ifcc(&ctx->ac, is_gs_thread, 6001);
1658 ac_build_ifcc(&ctx->ac, is_es_thread, 6002);
1750 ac_build_ifcc(&ctx->ac, tmp, 5101);
1775 ac_build_ifcc(&ctx->ac, tmp, 5105);
1802 ac_build_ifcc(&ctx->ac, tmp, 5109);
1804 ac_build_ifcc(&ctx->ac, tmp, 5110);
1829 ac_build_ifcc(&ctx->ac, tmp, 5120);
1837 ac_build_ifcc(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h596 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id);
H A Dac_llvm_build.c3236 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id) function in typeref:typename:void
3253 ac_build_ifcc(ctx, cond, label_id);
3262 ac_build_ifcc(ctx, cond, label_id);
3890 ac_build_ifcc(ctx, tmp, 1000);
3931 ac_build_ifcc(ctx, tmp, 1001);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1980 - amd/common: add ac_build_ifcc
H A D19.3.0.rst3075 - radv: replace ac_nir_build_if by ac_build_ifcc

Completed in 43 milliseconds