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
85 unsigned used_layers:VL_COMPOSITOR_MAX_LAYERS;
86 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS];
Dvl_compositor.c508 c->vertex_buf.stride * VL_COMPOSITOR_MAX_LAYERS * 4 in create_vertex_buffer()
676 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; i++) { in gen_vertex_data()
715 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in draw_layers()
777 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in vl_compositor_clear_layers()
844 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_blend()
856 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_dst_area()
881 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_buffer_layer()
932 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_palette_layer()
963 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_rgba_layer()