Home
last modified time | relevance | path

Searched refs:VL_COMPOSITOR_MAX_LAYERS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h46 #define VL_COMPOSITOR_MAX_LAYERS 16 macro
95 unsigned used_layers:VL_COMPOSITOR_MAX_LAYERS;
96 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS];
Dvl_compositor.c874 c->vertex_buf.stride * VL_COMPOSITOR_MAX_LAYERS * 4, /* size */ in gen_vertex_data()
879 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; i++) { in gen_vertex_data()
918 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in draw_layers()
960 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_yuv_layer()
1005 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_rgb_to_yuv_layer()
1062 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in vl_compositor_clear_layers()
1136 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_blend()
1148 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_dst_area()
1173 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_buffer_layer()
1224 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_palette_layer()
[all …]