Searched refs:any_w_negative (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_cull.c | 36 nir_ssa_def *any_w_negative; member 45 w_info->any_w_negative = nir_imm_bool(b, false); in analyze_position_w() 50 w_info->any_w_negative = nir_ior(b, neg_w, w_info->any_w_negative); in analyze_position_w() 54 w_info->all_w_positive = nir_inot(b, w_info->any_w_negative); in analyze_position_w()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_cull.c | 51 LLVMValueRef any_w_negative; member 61 w->any_w_negative = ctx->i1false; in ac_analyze_position_w() 69 w->any_w_negative = LLVMBuildOr(builder, w->any_w_negative, neg_w, ""); in ac_analyze_position_w() 312 accepted = LLVMBuildOr(builder, accepted, w->any_w_negative, ""); in cull_bbox()
|