Home
last modified time | relevance | path

Searched defs:numWeights (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuAstcUtil.cpp1330 const int numWeights = computeNumWeights(blockMode); in unquantizeWeights() local
1640 const int numWeights = computeNumWeights(blockMode); in decompressBlock() local
2030 const int numWeights = computeNumWeights(params); in isValidBlockParams() local
2460 …eWeightData(AssignBlock128 &dst, const ISEParams &iseParams, const ISEInput &input, int numWeights) in writeWeightData()
2482 const int numWeights = computeNumWeights(blockParams); in generateNormalBlock() local
2531 const int numWeights = computeNumWeights(blockParams); in generateDefaultISEInputs() local
2792 const int numWeights = computeNumWeights(blockParams); in generateBlockCaseTestData() local
3231 const int numWeights = computeNumWeights(blockParams); in generateDefaultNormalBlocks() local
/aosp_15_r20/external/skia/src/core/
H A DSkPath.cpp1488 if (int numWeights = src->fPathRef->countWeights()) { in addPath() local