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

  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_nir_cull.c 36 nir_ssa_def *any_w_negative; member in struct:__anon391
45 w_info->any_w_negative = nir_imm_bool(b, false);
50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative);
54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative);
  /xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_llvm_cull.c 51 LLVMValueRef any_w_negative; member in struct:ac_position_w_info
61 w->any_w_negative = ctx->i1false;
69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, "");
205 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, "");

Completed in 19 milliseconds