Home
last modified time | relevance | path

Searched refs:w_reflection (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir_cull.c33 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/
Dac_llvm_cull.c37 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()