Searched refs:isZ (Results 1 – 8 of 8) sorted by relevance
16 declare function isZ(obj: any): obj is Z;19 if (isX(obj) || isY(obj) || isZ(obj)) {22 if (isX(obj) && isY(obj) && isZ(obj)) {116 if (isX(obj) || isY(obj) || isZ(obj)) {119 if (isX(obj) && isY(obj) && isZ(obj)) {
25 declare function isZ(obj: any): obj is Z;26 >isZ : (obj: any) => obj is Z33 if (isX(obj) || isY(obj) || isZ(obj)) {34 >isX(obj) || isY(obj) || isZ(obj) : boolean42 >isZ(obj) : boolean43 >isZ : (obj: any) => obj is Z49 if (isX(obj) && isY(obj) && isZ(obj)) {50 >isX(obj) && isY(obj) && isZ(obj) : boolean58 >isZ(obj) : boolean59 >isZ : (obj: any) => obj is Z
35 declare function isZ(obj: any): obj is Z;36 >isZ : Symbol(isZ, Decl(typeGuardIntersectionTypes.ts, 13, 41))46 if (isX(obj) || isY(obj) || isZ(obj)) {51 >isZ : Symbol(isZ, Decl(typeGuardIntersectionTypes.ts, 13, 41))57 if (isX(obj) && isY(obj) && isZ(obj)) {62 >isZ : Symbol(isZ, Decl(typeGuardIntersectionTypes.ts, 13, 41))
17 declare function isZ(obj: any): obj is Z;20 if (isX(obj) || isY(obj) || isZ(obj)) {23 if (isX(obj) && isY(obj) && isZ(obj)) {
457 const BOOL_32 isZ = IsZOrderSwizzle(swizzleMode); in IsRbAligned() local460 return (IsTex2d(resourceType) && (isRtopt || isZ)) || in IsRbAligned()
489 const BOOL_32 isZ = IsZOrderSwizzle(swizzleMode); in IsRbAligned() local492 return (IsTex2d(resourceType) && (isRtopt || isZ)) || in IsRbAligned()
291 (m_swizzleModeTable[swizzleMode].isZ == FALSE) && in HwlIsThin()300 (m_swizzleModeTable[swizzleMode].isZ || m_swizzleModeTable[swizzleMode].isStd)); in HwlIsThick()
62 UINT_32 isZ : 1; // Z order swizzle mode member372 return m_swizzleModeTable[swizzleMode].isZ; in IsZOrderSwizzle()