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

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_cull.c34 nir_ssa_def *w_accepted; member in struct:__anon8686fbc10108
55 w_info->w_accepted = nir_inot(b, all_w_negative);
159 accepted = nir_iand(b, accepted, w_info.w_accepted);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c45 * w_accepted is false when all W are negative and therefore
48 LLVMValueRef w_accepted; member in struct:ac_position_w_info
72 w->w_accepted = LLVMBuildNot(builder, all_w_negative, "");
240 LLVMValueRef accepted = options->cull_w ? w.w_accepted : ctx->i1true;

Completed in 2 milliseconds