Searched refs:i1false (Results 1 - 6 of 6) sorted by relevance
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_cull.c | 60 w->w_reflection = ctx->i1false; in ac_analyze_position_w() 61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w() 83 return ctx->i1false; in ac_cull_face()
|
| H A D | ac_llvm_build.h | 115 LLVMValueRef i1false; member
|
| H A D | ac_nir_to_llvm.c | 1102 ctx->ac.i1false, in visit_alu() 2975 cond = ctx->ac.i1false; in emit_discard() 2989 cond = ctx->ac.i1false; in emit_demote() 3091 LLVMValueRef args[] = {active_set, ctx->ac.i1false}; in visit_first_invocation() 3207 params[arg_count++] = ctx->ac.i1false; in visit_var_atomic() 4323 ctx->ac.i1false, in visit_intrinsic() 4324 ctx->ac.i1false}, in visit_intrinsic()
|
| H A D | ac_llvm_build.c | 120 ctx->i1false = LLVMConstInt(ctx->i1, 0, false); in ac_llvm_context_init() 523 ctx->i1false, in ac_get_i1_sgpr_mask() 1022 args[3] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16() 1030 args[3] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16() 1041 args[3] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16() 1051 args[4] = high_16bits ? ctx->i1true : ctx->i1false; in ac_build_fs_interp_f16() 3345 bound_ctrl ? ctx->i1true : ctx->i1false, in _ac_build_permlane16()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | gfx10_shader_ngg.c | 196 prim.isnull = ctx->ac.i1false; in gfx10_ngg_build_export_prim() 377 ctx->ac.i1false, /* isVolatile */ in build_streamout() 407 args[6] = args[7] = ctx->ac.i1false; in build_streamout() 1383 prim.isnull = ctx->ac.i1false; in gfx10_ngg_culling_build_end() 1898 LLVMValueRef is_odd = ctx->ac.i1false; in gfx10_ngg_gs_emit_vertex()
|
| H A D | si_shader_llvm_ps.c | 216 ac_build_kill_if_false(&ctx->ac, ctx->ac.i1false); in si_alpha_test()
|
Completed in 43 milliseconds