Searched refs:all_w_negative (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_cull.c42 nir_ssa_def *all_w_negative = nir_imm_bool(b, true); local in function:analyze_position_w
51 all_w_negative = nir_iand(b, neg_w, all_w_negative);
55 w_info->w_accepted = nir_inot(b, all_w_negative);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c58 LLVMValueRef all_w_negative = ctx->i1true; local in function:ac_analyze_position_w
70 all_w_negative = LLVMBuildAnd(builder, all_w_negative, neg_w, "");
72 w->w_accepted = LLVMBuildNot(builder, all_w_negative, "");

Completed in 2 milliseconds