Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DQuantizedLSTMTest.cpp249 const uint8_t* batchStart = input[b].data() + i * inputSize; in VerifyGoldens() local
250 const uint8_t* batchEnd = batchStart + inputSize; in VerifyGoldens()
251 inputStep.insert(inputStep.end(), batchStart, batchEnd); in VerifyGoldens()
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp1094 int batchStart = i; in getBatch() local
1097 int fbZ = batchStart - droppedLayerCt; in getBatch()
1124 if(!intersectingUpdatingLayers(list, batchStart, i-1, i)) { in getBatch()
1129 } else if(canPushBatchToTop(list, batchStart, i)) { in getBatch()
1155 maxBatchStart = batchStart; in getBatch()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp1273 int batchStart = i; in getBatch() local
1276 int fbZ = batchStart - droppedLayerCt; in getBatch()
1303 if(!intersectingUpdatingLayers(list, batchStart, i-1, i)) { in getBatch()
1308 } else if(canPushBatchToTop(list, batchStart, i)) { in getBatch()
1334 maxBatchStart = batchStart; in getBatch()
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp1549 int batchStart = i; in getBatch() local
1552 int fbZ = batchStart - droppedLayerCt; in getBatch()
1579 if(!intersectingUpdatingLayers(list, batchStart, i-1, i)) { in getBatch()
1584 } else if(canPushBatchToTop(list, batchStart, i)) { in getBatch()
1610 maxBatchStart = batchStart; in getBatch()