Searched refs:i1true (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_cull.c | 58 LLVMValueRef all_w_negative = ctx->i1true; in ac_analyze_position_w() 86 return ctx->i1true; in ac_cull_face() 135 LLVMValueRef accepted = ctx->i1true; in cull_bbox() 240 LLVMValueRef accepted = options->cull_w ? w.w_accepted : ctx->i1true; in ac_cull_primitive()
|
D | ac_llvm_build.c | 118 ctx->i1true = LLVMConstInt(ctx->i1, 1, false); in ac_llvm_context_init() 979 args[3] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16() 989 args[4] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16() 1419 mantissa, ctx->i1true, /* result can be undef when arg is 0 */ in ac_ufN_to_float() 1899 ctx->i1true, in ac_build_umsb() 3051 ctx->i1true, in ac_find_lsb() 3580 ctx->i1true, /* fi */ in _ac_build_permlane16() 3581 bound_ctrl ? ctx->i1true : ctx->i1false, in _ac_build_permlane16()
|
D | ac_llvm_build.h | 113 LLVMValueRef i1true; member
|
D | ac_nir_to_llvm.c | 5376 ctx.ac.postponed_kill = ac_build_alloca_init(&ctx.ac, ctx.ac.i1true, ""); in ac_nir_translate()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_shader_ngg.c | 369 ctx->ac.i1true, // wave release in build_streamout() 370 ctx->ac.i1true, // wave done in build_streamout() 1014 ac_cull_primitive(&ctx->ac, pos, ctx->ac.i1true, vp_scale, vp_translate, in gfx10_emit_ngg_culling_epilogue()
|