Searched refs:stencil_vals (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_depth.c | 849 LLVMValueRef stencil_vals = NULL; in lp_build_depth_stencil_test() local 939 stencil_vals = s_fb; in lp_build_depth_stencil_test() 965 stencil_vals = LLVMBuildLShr(builder, stencil_vals, shift, ""); in lp_build_depth_stencil_test() 971 stencil_vals = LLVMBuildAnd(builder, stencil_vals, mask, ""); in lp_build_depth_stencil_test() 974 lp_build_name(stencil_vals, "s_dst"); in lp_build_depth_stencil_test() 1026 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 1032 stencil_vals = lp_build_stencil_op(&s_bld, stencil, S_FAIL_OP, in lp_build_depth_stencil_test() 1033 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() [all...] |
Completed in 2 milliseconds