Lines Matching refs:getLevelFace

885 …const bool	isFixedPointDepth	= isFixedPointDepthTextureFormat(texture.getLevelFace(baseLevelNdx, C…  in isSeamplessLinearMipmapLinearCompareResultValid()
886 const int size0 = texture.getLevelFace(baseLevelNdx, coords.face).getWidth(); in isSeamplessLinearMipmapLinearCompareResultValid()
887 const int size1 = texture.getLevelFace(baseLevelNdx+1, coords.face).getWidth(); in isSeamplessLinearMipmapLinearCompareResultValid()
909 faces0[face] = texture.getLevelFace(baseLevelNdx, CubeFace(face)); in isSeamplessLinearMipmapLinearCompareResultValid()
910 faces1[face] = texture.getLevelFace(baseLevelNdx+1, CubeFace(face)); in isSeamplessLinearMipmapLinearCompareResultValid()
994 return isLinearMipmapLinearCompareResultValid(texture.getLevelFace(baseLevelNdx, coords.face), in isCubeMipmapLinearCompareResultValid()
995 texture.getLevelFace(baseLevelNdx+1, coords.face), in isCubeMipmapLinearCompareResultValid()
999 return isNearestMipmapLinearCompareResultValid(texture.getLevelFace(baseLevelNdx, coords.face), in isCubeMipmapLinearCompareResultValid()
1000 texture.getLevelFace(baseLevelNdx+1, coords.face), in isCubeMipmapLinearCompareResultValid()
1012 …const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(levelNdx, CUBEF… in isSeamlessLinearCompareResultValid()
1013 const int size = texture.getLevelFace(levelNdx, coords.face).getWidth(); in isSeamlessLinearCompareResultValid()
1027 faces[face] = texture.getLevelFace(levelNdx, CubeFace(face)); in isSeamlessLinearCompareResultValid()
1077 …return isLinearCompareResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec2… in isCubeLevelCompareResultValid()
1080 …return isNearestCompareResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec… in isCubeLevelCompareResultValid()
1326 …const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(0, coords.face)… in isGatherCompareResultValid()
1327 const int size = texture.getLevelFace(0, coords.face).getWidth(); in isGatherCompareResultValid()
1340 faces[face] = texture.getLevelFace(0, CubeFace(face)); in isGatherCompareResultValid()