Searched refs:allZero (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/test/encoder/ |
D | EncUT_Cavlc.cpp | 36 void TestCavlcParamCalWithEndIdx (PCavlcParamCalFunc func, int endIdx, bool allZero, bool allNonZer… in TestCavlcParamCalWithEndIdx() argument 46 if (allZero || (i > endIdx && endIdx > 7)) in TestCavlcParamCalWithEndIdx()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_linearization_info.cpp | 250 bool allZero = true; in dng_linearize_plane() local 273 allZero = allZero && (x == 0.0); in dng_linearize_plane() 297 if (allZero) in dng_linearize_plane()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 870 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore() 1063 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore() 1105 Wait = AMDGPU::Waitcnt::allZero(IV); in generateWaitcntInstBefore() 1274 ScoreBrackets->applyWaitcnt(AMDGPU::Waitcnt::allZero(IV)); in updateEventWaitcntAfter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.h | 372 static Waitcnt allZero(const IsaVersion &Version) { in allZero() function
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | egbaddrlib.cpp | 3484 BOOL_32 allZero = TRUE; in IsTileInfoAllZero() local 3496 allZero = FALSE; in IsTileInfoAllZero() 3500 return allZero; in IsTileInfoAllZero()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | float64.glsl | 1273 uint allZero = 0u; 1285 __shift64RightJamming(aFracHi, aFracLo, 22, allZero, zFrac);
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 256526 @@ -38,6 +42,7 @@ static int allZero(unsigned char *aLine){ 256871 @@ -861,7 +861,7 @@ static int allZero(unsigned char *a, int n){
|