Searched defs:zscan (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv84_video.h | 100 const int *zscan; member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_decoder.h | 96 struct vl_zscan_buffer zscan[VL_NUM_COMPONENTS]; member
|
H A D | vl_zscan.c | 120 create_vert_shader(struct vl_zscan *zscan) in create_vert_shader() argument 195 create_frag_shader(struct vl_zscan *zscan) create_frag_shader() argument 257 init_shaders(struct vl_zscan *zscan) init_shaders() argument 279 cleanup_shaders(struct vl_zscan *zscan) cleanup_shaders() argument 288 init_state(struct vl_zscan *zscan) init_state() argument 359 cleanup_state(struct vl_zscan *zscan) cleanup_state() argument 450 vl_zscan_init(struct vl_zscan *zscan, struct pipe_context *pipe, unsigned buffer_width, unsigned buffer_height, unsigned blocks_per_line, unsigned blocks_total, unsigned num_channels) vl_zscan_init() argument 476 vl_zscan_cleanup(struct vl_zscan *zscan) vl_zscan_cleanup() argument 485 vl_zscan_init_buffer(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, struct pipe_sampler_view *src, struct pipe_surface *dst) vl_zscan_init_buffer() argument 559 vl_zscan_upload_quant(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, const uint8_t matrix[64], bool intra) vl_zscan_upload_quant() argument 600 vl_zscan_render(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, unsigned num_instances) vl_zscan_render() argument [all...] |
H A D | vl_mpeg12_decoder.c | 619 struct vl_zscan *zscan = i == 0 ? &dec->zscan_y : &dec->zscan_c; in vl_mpeg12_begin_frame() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd.c | 865 const int *zscan = pic->alternate_scan ? vl_zscan_alternate : vl_zscan_normal; in get_mpeg2_msg() local
|
H A D | radeon_vcn_dec.c | 1480 const int *zscan = pic->alternate_scan ? vl_zscan_alternate : vl_zscan_normal; in get_mpeg2_msg() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 563 const int *zscan = pic->alternate_scan ? vl_zscan_alternate : vl_zscan_normal; in get_mpeg2_msg() local
|
Completed in 11 milliseconds