Searched refs:w_reflection (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_cull.c | 33 nir_ssa_def *w_reflection; member 44 w_info->w_reflection = nir_imm_bool(b, false); in analyze_position_w() 49 w_info->w_reflection = nir_ixor(b, neg_w, w_info->w_reflection); in analyze_position_w() 69 det = nir_bcsel(b, w_info->w_reflection, nir_fneg(b, det), det); in cull_face()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_cull.c | 37 LLVMValueRef w_reflection; member 60 w->w_reflection = ctx->i1false; in ac_analyze_position_w() 68 w->w_reflection = LLVMBuildXor(builder, w->w_reflection, neg_w, ""); in ac_analyze_position_w() 100 det = LLVMBuildSelect(builder, w->w_reflection, LLVMBuildFNeg(builder, det, ""), det, ""); in ac_cull_face()
|