Searched refs:has_color_layer (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/display/intel-i915/
H A Dpipe.cpp227 bool has_color_layer = config->layer_count && config->layers[0]->type == LAYER_COLOR; local
228 if (has_color_layer) {
245 if (layer->type == LAYER_PRIMARY && (layer->z_index - has_color_layer) == plane) {
H A Dintel-i915.cpp887 bool has_color_layer = config->layer_count && config->layers[0]->type == LAYER_COLOR; local
890 if (plane != (config->layers[j]->z_index - has_color_layer)) {

Completed in 66 milliseconds