Home
last modified time | relevance | path

Searched refs:stencil_refs (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.h64 LLVMValueRef stencil_refs[2],
Dlp_bld_depth.c821 LLVMValueRef stencil_refs[2], in lp_build_depth_stencil_test()
1011 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1018 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1100 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1106 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
1116 stencil_refs, stencil_vals, in lp_build_depth_stencil_test()
Dlp_state_fs.c318 LLVMValueRef stencil_refs[2]; in generate_fs_loop() local
384 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop()
385 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop()
387 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]); in generate_fs_loop()
388 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]); in generate_fs_loop()
451 stencil_refs, in generate_fs_loop()
541 stencil_refs[0] = LLVMBuildLoad(builder, outputs[s_out][1], "output.s"); in generate_fs_loop()
542 stencil_refs[0] = LLVMBuildBitCast(builder, stencil_refs[0], int_vec_type, ""); in generate_fs_loop()
543 stencil_refs[0] = LLVMBuildAnd(builder, stencil_refs[0], s_max_mask, ""); in generate_fs_loop()
544 stencil_refs[1] = stencil_refs[0]; in generate_fs_loop()
[all …]