Searched refs:stencil_refs (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 541 LLVMValueRef stencil_refs[2], in lp_build_depth_stencil_test() 703 stencil_refs[0] = lp_build_broadcast_scalar(&s_bld, stencil_refs[0]); in lp_build_depth_stencil_test() 704 stencil_refs[1] = lp_build_broadcast_scalar(&s_bld, stencil_refs[1]); in lp_build_depth_stencil_test() 707 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 714 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 797 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 803 stencil_refs, stencil_vals, in lp_build_depth_stencil_test() 813 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
|
D | lp_state_fs.c | 241 LLVMValueRef stencil_refs[2]; in generate_fs() local 286 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs() 287 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs() 327 stencil_refs, in generate_fs() 384 stencil_refs, in generate_fs() 465 LLVMValueRef stencil_refs[2]; in generate_fs_loop() local 514 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop() 515 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop() 566 stencil_refs, in generate_fs_loop() 623 stencil_refs, in generate_fs_loop()
|
D | lp_bld_depth.h | 64 LLVMValueRef stencil_refs[2],
|