HomeSort by: relevance | last modified time | path
    Searched refs:all_w_negative (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_nir_cull.c 42 nir_ssa_def *all_w_negative = nir_imm_bool(b, true); local
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/
ac_llvm_cull.c 58 LLVMValueRef all_w_negative = ctx->i1true; local
70 all_w_negative = LLVMBuildAnd(builder, all_w_negative, neg_w, "");
72 w->w_accepted = LLVMBuildNot(builder, all_w_negative, "");

Completed in 6 milliseconds