Searched refs:s_bld (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 833 struct lp_build_context s_bld; local in function:lp_build_depth_stencil_test 916 lp_build_context_init(&s_bld, gallivm, s_type); 990 front_facing = lp_build_broadcast(gallivm, s_bld.vec_type, face); 992 front_facing = lp_build_compare(gallivm, s_bld.type, 994 front_facing, s_bld.zero); 1002 s_bld.type.length*s_bld.type.width), 1005 s_bld.int_vec_type, ""); 1010 s_pass_mask = lp_build_stencil_test(&s_bld, stencil, 1016 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, current_mas [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 844 struct lp_build_context s_bld; local in function:lp_build_depth_stencil_test 927 lp_build_context_init(&s_bld, gallivm, s_type); 1001 front_facing = lp_build_broadcast(gallivm, s_bld.vec_type, face); 1003 front_facing = lp_build_compare(gallivm, s_bld.type, 1005 front_facing, s_bld.zero); 1013 s_bld.type.length*s_bld.type.width), 1016 s_bld.int_vec_type, ""); 1021 s_pass_mask = lp_build_stencil_test(&s_bld, stencil, 1027 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, current_mas [all...] |
Completed in 5 milliseconds