Searched refs:i1false (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c60 w->w_reflection = ctx->i1false;
61 w->any_w_negative = ctx->i1false;
83 return ctx->i1false;
H A Dac_llvm_build.h114 LLVMValueRef i1false; member in struct:ac_llvm_context
H A Dac_nir_to_llvm.c2952 cond = ctx->ac.i1false;
2966 cond = ctx->ac.i1false;
3061 LLVMValueRef args[] = {active_set, ctx->ac.i1false};
3143 params[arg_count++] = ctx->ac.i1false;
4296 ctx->ac.i1false,
4297 ctx->ac.i1false},
H A Dac_llvm_build.c117 ctx->i1false = LLVMConstInt(ctx->i1, 0, false);
515 ctx->i1false,
979 args[3] = high_16bits ? ctx->i1true : ctx->i1false;
989 args[4] = high_16bits ? ctx->i1true : ctx->i1false;
3581 bound_ctrl ? ctx->i1true : ctx->i1false,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h204 LLVMValueRef i1false; member in struct:si_shader_context
H A Dsi_shader_tgsi_alu.c75 visible = ctx->i1false;
H A Dsi_shader_tgsi_setup.c1016 ctx->i1false = LLVMConstInt(ctx->i1, 0, 0);
H A Dsi_shader_tgsi_mem.c922 buf_args[num_args++] = args.cache_policy & ac_slc ? ctx->i1true : ctx->i1false;
H A Dsi_shader.c2594 ac_build_kill_if_false(&ctx->ac, ctx->i1false);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h92 LLVMValueRef i1false; member in struct:ac_llvm_context
H A Dac_llvm_build.c105 ctx->i1false = LLVMConstInt(ctx->i1, 0, false);
469 ctx->i1false,
960 args[3] = ctx->i1false;
970 args[4] = ctx->i1false;
H A Dac_nir_to_llvm.c1726 params[arg_count++] = ctx->ac.i1false; /* slc */
2668 params[param_count++] = ctx->ac.i1false; /* slc */
2815 cond = ctx->ac.i1false;
2862 LLVMValueRef args[] = {active_set, ctx->ac.i1false};
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c184 prim.isnull = ctx->ac.i1false;
367 ctx->ac.i1false, // isVolatile
1167 prim.isnull = ctx->ac.i1false;
1670 LLVMValueRef is_odd = ctx->ac.i1false;
H A Dsi_shader_llvm_ps.c218 ac_build_kill_if_false(&ctx->ac, ctx->ac.i1false);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1648 prim.isnull = ctx->ac.i1false;
2053 LLVMValueRef is_odd = ctx->ac.i1false;

Completed in 138 milliseconds