Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h46 #define VL_COMPOSITOR_MAX_LAYERS 16 macro
98 unsigned used_layers:VL_COMPOSITOR_MAX_LAYERS;
99 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS];
Dvl_compositor.c329 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_yuv_layer()
384 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in set_rgb_to_yuv_layer()
441 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in vl_compositor_clear_layers()
516 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_blend()
528 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_dst_area()
553 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_buffer_layer()
618 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_palette_layer()
649 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_rgba_layer()
674 assert(layer < VL_COMPOSITOR_MAX_LAYERS); in vl_compositor_set_layer_rotation()
Dvl_compositor_gfx.c611 c->vertex_buf.stride * VL_COMPOSITOR_MAX_LAYERS * 4, /* size */ in gen_vertex_data()
616 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; i++) { in gen_vertex_data()
655 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in draw_layers()
Dvl_compositor_cs.c705 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) { in draw_layers()