Searched defs:stencilRefs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c142 LLVMValueRef stencilRefs[2],
152 stencilRefs[0], stencilVals);
159 stencilRefs[1], stencilVals);
251 LLVMValueRef stencilRefs[2],
264 stencilRefs[0], stencilVals);
271 stencilRefs[1], stencilVals);
140 lp_build_stencil_test(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef front_facing) argument
248 lp_build_stencil_op(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], enum stencil_op op, LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef mask, LLVMValueRef front_facing) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c142 LLVMValueRef stencilRefs[2],
152 stencilRefs[0], stencilVals);
159 stencilRefs[1], stencilVals);
251 LLVMValueRef stencilRefs[2],
264 stencilRefs[0], stencilVals);
271 stencilRefs[1], stencilVals);
140 lp_build_stencil_test(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef front_facing) argument
248 lp_build_stencil_op(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], enum stencil_op op, LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef mask, LLVMValueRef front_facing) argument

Completed in 734 milliseconds