Home
last modified time | relevance | path

Searched refs:vl_zscan (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.h38 struct vl_zscan struct
78 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe,
84 vl_zscan_cleanup(struct vl_zscan *zscan);
87 vl_zscan_init_buffer(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer,
97 vl_zscan_upload_quant(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer,
101 vl_zscan_render(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, unsigned num_instances);
H A Dvl_zscan.c43 #include "vl_zscan.h"
120 create_vert_shader(struct vl_zscan *zscan) in create_vert_shader()
195 create_frag_shader(struct vl_zscan *zscan) in create_frag_shader()
257 init_shaders(struct vl_zscan *zscan) in init_shaders()
279 cleanup_shaders(struct vl_zscan *zscan) in cleanup_shaders()
288 init_state(struct vl_zscan *zscan) in init_state()
359 cleanup_state(struct vl_zscan *zscan) in cleanup_state()
450 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe, in vl_zscan_init()
476 vl_zscan_cleanup(struct vl_zscan *zscan) in vl_zscan_cleanup()
485 vl_zscan_init_buffer(struct vl_zscan *zsca
[all...]
H A Dvl_mpeg12_decoder.h36 #include "vl_zscan.h"
74 struct vl_zscan zscan_y, zscan_c;
H A Dvl_mpeg12_decoder.c619 struct vl_zscan *zscan = i == 0 ? &dec->zscan_y : &dec->zscan_c; in vl_mpeg12_begin_frame()

Completed in 3 milliseconds