Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp441 Layer *bottom_layer = layer_stack->layers.at(k); in Commit() local
442 LayerBuffer &layer_buffer = bottom_layer->input_buffer; in Commit()
444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect); in Commit()
445 if (bottom_layer->composition != kCompositionHybrid && !IsValid(inter_sect)) { in Commit()
448 if (bottom_layer->composition == kCompositionGPU || in Commit()
449 bottom_layer->composition == kCompositionSDE || in Commit()
450 bottom_layer->composition == kCompositionGPUTarget) { in Commit()
463 LayerRect &src_rect = bottom_layer->blit_regions.at(processed_blit); in Commit()
466 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); in Commit()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp441 Layer *bottom_layer = layer_stack->layers.at(k); in Commit() local
442 LayerBuffer &layer_buffer = bottom_layer->input_buffer; in Commit()
444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect); in Commit()
445 if (bottom_layer->composition != kCompositionHybrid && !IsValid(inter_sect)) { in Commit()
448 if (bottom_layer->composition == kCompositionGPU || in Commit()
449 bottom_layer->composition == kCompositionSDE || in Commit()
450 bottom_layer->composition == kCompositionGPUTarget) { in Commit()
463 LayerRect &src_rect = bottom_layer->blit_regions.at(processed_blit); in Commit()
466 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); in Commit()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp426 Layer *bottom_layer = layer_stack->layers.at(k); in Commit() local
427 LayerBuffer *layer_buffer = bottom_layer->input_buffer; in Commit()
429 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect); in Commit()
430 if (bottom_layer->composition != kCompositionHybrid && !IsValid(inter_sect)) { in Commit()
433 if (bottom_layer->composition == kCompositionGPU || in Commit()
434 bottom_layer->composition == kCompositionSDE || in Commit()
435 bottom_layer->composition == kCompositionGPUTarget) { in Commit()
448 LayerRect &src_rect = bottom_layer->blit_regions.at(processed_blit); in Commit()
451 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect); in Commit()