Searched refs:i1false (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_cull.c | 60 w->w_reflection = ctx->i1false; 61 w->any_w_negative = ctx->i1false; 83 return ctx->i1false;
|
| H A D | ac_llvm_build.h | 114 LLVMValueRef i1false; member in struct:ac_llvm_context
|
| H A D | ac_nir_to_llvm.c | 2952 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 D | ac_llvm_build.c | 117 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 D | si_shader_internal.h | 204 LLVMValueRef i1false; member in struct:si_shader_context
|
| H A D | si_shader_tgsi_alu.c | 75 visible = ctx->i1false;
|
| H A D | si_shader_tgsi_setup.c | 1016 ctx->i1false = LLVMConstInt(ctx->i1, 0, 0);
|
| H A D | si_shader_tgsi_mem.c | 922 buf_args[num_args++] = args.cache_policy & ac_slc ? ctx->i1true : ctx->i1false;
|
| H A D | si_shader.c | 2594 ac_build_kill_if_false(&ctx->ac, ctx->i1false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 92 LLVMValueRef i1false; member in struct:ac_llvm_context
|
| H A D | ac_llvm_build.c | 105 ctx->i1false = LLVMConstInt(ctx->i1, 0, false); 469 ctx->i1false, 960 args[3] = ctx->i1false; 970 args[4] = ctx->i1false;
|
| H A D | ac_nir_to_llvm.c | 1726 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 D | gfx10_shader_ngg.c | 184 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 D | si_shader_llvm_ps.c | 218 ac_build_kill_if_false(&ctx->ac, ctx->ac.i1false);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1648 prim.isnull = ctx->ac.i1false; 2053 LLVMValueRef is_odd = ctx->ac.i1false;
|
Completed in 138 milliseconds