| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 141 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 D | si_shader_llvm.c | 695 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 D | si_shader_llvm_tess.c | 691 ac_build_ifcc(&ctx->ac, 775 ac_build_ifcc(&ctx->ac,
|
| H A D | si_shader_llvm_vs.c | 341 ac_build_ifcc(&ctx->ac, can_emit, 6501); 535 ac_build_ifcc(&ctx->ac, cond, 6502);
|
| H A D | si_shader_llvm_gs.c | 263 ac_build_ifcc(&ctx->ac, can_emit, 6505);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_cull.c | 132 ac_build_ifcc(ctx, initially_accepted, 10000000);
|
| H A D | ac_nir_to_llvm.c | 513 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 D | ac_llvm_build.h | 483 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id);
|
| H A D | ac_llvm_build.c | 3228 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 D | radv_nir_to_llvm.c | 1128 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 D | ac_llvm_build.h | 596 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id);
|
| H A D | ac_llvm_build.c | 3236 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 D | 19.0.0.rst | 1980 - amd/common: add ac_build_ifcc
|
| H A D | 19.3.0.rst | 3075 - radv: replace ac_nir_build_if by ac_build_ifcc
|