Home
last modified time | relevance | path

Searched refs:front_facing (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c144 LLVMValueRef front_facing) in lp_build_stencil_test() argument
154 if (stencil[1].enabled && front_facing != NULL) { in lp_build_stencil_test()
161 res = lp_build_select(bld, front_facing, res, back_res); in lp_build_stencil_test()
254 LLVMValueRef front_facing) in lp_build_stencil_op() argument
266 if (stencil[1].enabled && front_facing != NULL) { in lp_build_stencil_op()
273 res = lp_build_select(bld, front_facing, res, back_res); in lp_build_stencil_op()
277 (stencil[1].enabled && front_facing != NULL && stencil[1].writemask != 0xff)) { in lp_build_stencil_op()
281 … if (stencil[1].enabled && stencil[1].writemask != stencil[0].writemask && front_facing != NULL) { in lp_build_stencil_op()
284 writemask = lp_build_select(bld, front_facing, writemask, back_writemask); in lp_build_stencil_op()
559 LLVMValueRef front_facing = NULL; in lp_build_depth_stencil_test() local
[all …]
Dlp_state_setup.h39 boolean front_facing,
Dlp_state_setup.c219 …LLVMValueRef front_facing = LLVMBuildICmp(b, LLVMIntEQ, facing, lp_build_const_int32(gallivm, 0), … in lp_twoside() local
230 attribv[0] = LLVMBuildSelect(b, front_facing, a0_back, attribv[0], ""); in lp_twoside()
231 attribv[1] = LLVMBuildSelect(b, front_facing, a1_back, attribv[1], ""); in lp_twoside()
232 attribv[2] = LLVMBuildSelect(b, front_facing, a2_back, attribv[2], ""); in lp_twoside()