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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A 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];
H A Dvl_compositor.c508 c->vertex_buf.stride * VL_COMPOSITOR_MAX_LAYERS * 4
676 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; i++) {
715 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) {
777 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) {
844 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
856 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
881 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
932 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
963 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
/external/mesa3d/src/gallium/auxiliary/vl/
H A 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];
H A Dvl_compositor.c508 c->vertex_buf.stride * VL_COMPOSITOR_MAX_LAYERS * 4
676 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; i++) {
715 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) {
777 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) {
844 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
856 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
881 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
932 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
963 assert(layer < VL_COMPOSITOR_MAX_LAYERS);

Completed in 919 milliseconds