Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_dump_layers.cpp213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument
217 mDisplayName, layerIndex); in logLayer()
221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer()
244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer()
254 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer()
308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
321 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer()
[all …]
Dhwc_dump_layers.h120 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
129 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
Dhwc.cpp138 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
139 layerIndex++) { in setDMAState()
140 if(list->hwLayers[layerIndex].compositionType != in setDMAState()
143 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_dump_layers.cpp213 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument
217 mDisplayName, layerIndex); in logLayer()
221 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer()
244 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer()
254 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer()
275 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument
298 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
302 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer()
308 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
320 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer()
[all …]
Dhwc_dump_layers.h120 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
129 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
Dhwc.cpp148 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
149 layerIndex++) { in setDMAState()
150 if(list->hwLayers[layerIndex].compositionType != in setDMAState()
153 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()
Dhwc_utils.h143 int layerIndex[MAX_PTOR_LAYERS]; member
150 if(index == layerIndex[i]) in getPTORArrayIndex()
Dhwc_mdpcomp.cpp897 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR()
915 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR()
961 ctx->mPtorInfo.layerIndex[0], ctx->mPtorInfo.layerIndex[1]); in fullMDPCompWithPTOR()
Dhwc_copybit.cpp229 int ovlapIndex = ptorInfo->layerIndex[i]; in prepareOverlap()
594 int ovlapIndex = ptorInfo->layerIndex[j]; in drawOverlap()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_dump_layers.cpp217 void HwcDebug::logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in logLayer() argument
221 mDisplayName, layerIndex); in logLayer()
225 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in logLayer()
248 "DispFrame[%dl, %dt, %dr, %db] VisRegsScr%s", mDisplayName, layerIndex, in logLayer()
258 "Blending = %s%s%s", mDisplayName, layerIndex, in logLayer()
279 void HwcDebug::dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]) in dumpLayer() argument
302 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
306 hwc_layer_1_t *layer = &hwLayers[layerIndex]; in dumpLayer()
312 mDisplayName, layerIndex, dumpLogStrRaw, dumpLogStrPng); in dumpLayer()
324 mDumpCntrPng, layerIndex, mDisplayName); in dumpLayer()
[all …]
Dhwc_dump_layers.h120 void logLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
129 void dumpLayer(size_t layerIndex, hwc_layer_1_t hwLayers[]);
Dhwc.cpp128 for(size_t layerIndex = 0; layerIndex < list->numHwLayers; in setDMAState() local
129 layerIndex++) { in setDMAState()
130 if(list->hwLayers[layerIndex].compositionType != in setDMAState()
133 hwc_layer_1_t const* layer = &list->hwLayers[layerIndex]; in setDMAState()
Dhwc_utils.h154 int layerIndex[MAX_PTOR_LAYERS]; member
160 if(index == layerIndex[i]) in getPTORArrayIndex()
Dhwc_copybit.cpp229 int ovlapIndex = ptorInfo->layerIndex[i]; in prepareOverlap()
614 int ovlapIndex = ptorInfo->layerIndex[j]; in drawOverlap()
624 int prevOvlapIndex = ptorInfo->layerIndex[0]; in drawOverlap()
Dhwc_mdpcomp.cpp1013 ctx->mPtorInfo.layerIndex[i] = minLayerIndex[i]; in fullMDPCompWithPTOR()
1036 int index = ctx->mPtorInfo.layerIndex[j]; in fullMDPCompWithPTOR()
1108 int idx = ctx->mPtorInfo.layerIndex[i]; in fullMDPCompWithPTOR()
1125 ctx->mPtorInfo.layerIndex[0], ctx->mPtorInfo.layerIndex[1]); in fullMDPCompWithPTOR()