Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dblit_engine_c2d.cpp434 Layer &bottom_layer = layer_stack->layers[k]; in Commit() local
435 LayerBuffer *layer_buffer = bottom_layer.input_buffer; in Commit()
437 LayerRect inter_sect = Intersection(layer.dst_rect, bottom_layer.dst_rect); in Commit()
438 if (bottom_layer.composition != kCompositionHybrid && !IsValid(inter_sect)) { in Commit()
441 if (bottom_layer.composition == kCompositionGPU || in Commit()
442 bottom_layer.composition == kCompositionSDE || in Commit()
443 bottom_layer.composition == kCompositionGPUTarget) { in Commit()
456 LayerRect src_rect = bottom_layer.blit_regions.rect[processed_blit]; in Commit()
459 int ret_val = DrawRectUsingCopybit(hwc_layer, &bottom_layer, src_rect, dest_rect); in Commit()