Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcomp_manager.cpp430 int32_t gpu_index = -1; in SupportLayerAsCursor() local
439 gpu_index = i; in SupportLayerAsCursor()
443 if (gpu_index <= 0) { in SupportLayerAsCursor()
446 Layer &cursor_layer = layer_stack->layers[gpu_index - 1]; in SupportLayerAsCursor()