HomeSort by relevance Sort by last modified time
    Searched refs:ZS (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 50 'zs': ['z', 's'],
135 if format.colorspace != ZS and format.channels[0].pure == False:
152 if format.colorspace == ZS and format.swizzles[0] != SWIZZLE_NONE:
162 if format.colorspace == ZS and format.swizzles[1] != SWIZZLE_NONE:
168 if format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == UNSIGNED:
175 elif format.colorspace != ZS and format.channels[0].pure == True and format.channels[0].type == SIGNED:
u_format_parse.py 42 ZS = 'zs'
263 elif colorspace == ZS:
267 names[swizzle] += 'zs'[i]
u_format_pack.py 305 elif src_colorspace == ZS:
307 elif dst_colorspace == ZS:
661 return format.layout in ('s3tc', 'rgtc', 'etc', 'subsampled', 'other') or format.colorspace == ZS
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 165 ZeroState ZS(SR, C.getBlockID(), C.getStackFrame());
166 return C.getState()->contains<DivZeroMap>(ZS);
196 ZeroState ZS = *I;
197 if (ZS.getStackFrameContext() == C.getStackFrame())
198 DivZeroes = F.remove(DivZeroes, ZS);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java 66 private static final short ZS = (short)0;
    [all...]

Completed in 370 milliseconds