HomeSort by relevance Sort by last modified time
    Searched full:fs_copy_top (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_deint_filter.h 45 void *fs_copy_top, *fs_copy_bottom; member in struct:vl_deint_filter
vl_deint_filter.c 330 filter->fs_copy_top = create_copy_frag_shader(filter, 0);
331 if (!filter->fs_copy_top)
355 pipe->delete_fs_state(pipe, filter->fs_copy_top);
402 filter->pipe->delete_fs_state(filter->pipe, filter->fs_copy_top);
503 filter->pipe->bind_fs_state(filter->pipe, field ? filter->fs_copy_bottom : filter->fs_copy_top);

Completed in 433 milliseconds