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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c149 LLVMValueRef back_res; local in function:lp_build_stencil_test
151 back_res = lp_build_stencil_test_single(bld, &stencil[1],
154 res = lp_build_select(bld, front_facing, res, back_res);
261 LLVMValueRef back_res; local in function:lp_build_stencil_op
263 back_res = lp_build_stencil_op_single(bld, &stencil[1], op,
266 res = lp_build_select(bld, front_facing, res, back_res);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c150 LLVMValueRef back_res; local in function:lp_build_stencil_test
152 back_res = lp_build_stencil_test_single(bld, &stencil[1],
155 res = lp_build_select(bld, front_facing, res, back_res);
262 LLVMValueRef back_res; local in function:lp_build_stencil_op
264 back_res = lp_build_stencil_op_single(bld, &stencil[1], op,
267 res = lp_build_select(bld, front_facing, res, back_res);

Completed in 5 milliseconds