Searched refs:fs_copy_bottom (Results 1 – 2 of 2) sorted by relevance
334 filter->fs_copy_bottom = create_copy_frag_shader(filter, 1); in vl_deint_filter_init()335 if (!filter->fs_copy_bottom) in vl_deint_filter_init()352 pipe->delete_fs_state(pipe, filter->fs_copy_bottom); in vl_deint_filter_init()403 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_bottom); in vl_deint_filter_cleanup()503 … filter->pipe->bind_fs_state(filter->pipe, field ? filter->fs_copy_bottom : filter->fs_copy_top); in vl_deint_filter_render()
45 void *fs_copy_top, *fs_copy_bottom; member