Home
last modified time | relevance | path

Searched refs:i1false (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c60 w->w_reflection = ctx->i1false; in ac_analyze_position_w()
61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w()
84 return ctx->i1false; in ac_cull_face()
Dac_llvm_build.h114 LLVMValueRef i1false; member
Dac_llvm_build.c116 ctx->i1false = LLVMConstInt(ctx->i1, 0, false); in ac_llvm_context_init()
480 ctx->i1false, in ac_get_i1_sgpr_mask()
930 args[3] = ctx->i1false; in ac_build_fs_interp_f16()
940 args[4] = ctx->i1false; in ac_build_fs_interp_f16()
3498 bound_ctrl ? ctx->i1true : ctx->i1false, in _ac_build_permlane16()
Dac_nir_to_llvm.c1890 params[arg_count++] = ctx->ac.i1false; /* slc */ in visit_atomic_ssbo()
2661 params[param_count++] = ctx->ac.i1false; /* slc */ in visit_image_atomic()
2799 cond = ctx->ac.i1false; in emit_discard()
2813 cond = ctx->ac.i1false; in emit_demote()
2866 LLVMValueRef args[] = {active_set, ctx->ac.i1false}; in visit_first_invocation()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c81 return ctx->ac.i1false; in ngg_get_initial_edgeflag()
187 prim.isnull = ctx->ac.i1false; in gfx10_ngg_build_export_prim()
363 ctx->ac.i1false, // isVolatile in build_streamout()
1060 prim.isnull = ctx->ac.i1false; in gfx10_emit_ngg_culling_epilogue()
1581 LLVMValueRef is_odd = ctx->ac.i1false; in gfx10_ngg_gs_emit_vertex()
1846 prim.edgeflag[i] = ctx->ac.i1false; in gfx10_ngg_gs_emit_epilogue()
Dsi_compute_prim_discard.c240 ctx->ac.i1false, /* volatile */ in si_build_ds_ordered_op()
494 LLVMValueRef first_is_odd = ctx->ac.i1false; in si_build_prim_discard_compute_shader()
Dsi_shader_llvm_ps.c218 ac_build_kill_if_false(&ctx->ac, ctx->ac.i1false); in si_alpha_test()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2432 ctx->ac.i1false, // isVolatile in build_streamout()
2805 prim.isnull = ctx->ac.i1false; in handle_ngg_outputs_post_2()
3124 prim.edgeflag[i] = ctx->ac.i1false; in gfx10_ngg_gs_emit_epilogue_2()
3282 LLVMValueRef is_odd = ctx->ac.i1false; in gfx10_ngg_gs_emit_vertex()