Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dcomp_manager.cpp433 int32_t gpu_index = -1; in SupportLayerAsCursor() local
442 gpu_index = i; in SupportLayerAsCursor()
446 if (gpu_index <= 0) { in SupportLayerAsCursor()
449 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1); in SupportLayerAsCursor()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/
H A Dcomp_manager.cpp513 int32_t gpu_index = -1; in SupportLayerAsCursor() local
523 gpu_index = i; in SupportLayerAsCursor()
527 if (gpu_index <= 0) { in SupportLayerAsCursor()
530 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1); in SupportLayerAsCursor()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Dcomp_manager.cpp500 int32_t gpu_index = -1; in SupportLayerAsCursor() local
510 gpu_index = i; in SupportLayerAsCursor()
514 if (gpu_index <= 0) { in SupportLayerAsCursor()
517 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1); in SupportLayerAsCursor()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dcomp_manager.cpp495 int32_t gpu_index = -1; in SupportLayerAsCursor() local
505 gpu_index = i; in SupportLayerAsCursor()
509 if (gpu_index <= 0) { in SupportLayerAsCursor()
512 Layer *cursor_layer = layer_stack->layers.at(UINT32(gpu_index) - 1); in SupportLayerAsCursor()