Lines Matching refs:getLevelFace
862 …const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(baseLevelNdx, C… in isSeamplessLinearMipmapLinearCompareResultValid()
863 const int size0 = texture.getLevelFace(baseLevelNdx, coords.face).getWidth(); in isSeamplessLinearMipmapLinearCompareResultValid()
864 const int size1 = texture.getLevelFace(baseLevelNdx+1, coords.face).getWidth(); in isSeamplessLinearMipmapLinearCompareResultValid()
886 faces0[face] = texture.getLevelFace(baseLevelNdx, CubeFace(face)); in isSeamplessLinearMipmapLinearCompareResultValid()
887 faces1[face] = texture.getLevelFace(baseLevelNdx+1, CubeFace(face)); in isSeamplessLinearMipmapLinearCompareResultValid()
971 return isLinearMipmapLinearCompareResultValid(texture.getLevelFace(baseLevelNdx, coords.face), in isCubeMipmapLinearCompareResultValid()
972 texture.getLevelFace(baseLevelNdx+1, coords.face), in isCubeMipmapLinearCompareResultValid()
976 return isNearestMipmapLinearCompareResultValid(texture.getLevelFace(baseLevelNdx, coords.face), in isCubeMipmapLinearCompareResultValid()
977 texture.getLevelFace(baseLevelNdx+1, coords.face), in isCubeMipmapLinearCompareResultValid()
989 …const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(levelNdx, CUBEF… in isSeamlessLinearCompareResultValid()
990 const int size = texture.getLevelFace(levelNdx, coords.face).getWidth(); in isSeamlessLinearCompareResultValid()
1004 faces[face] = texture.getLevelFace(levelNdx, CubeFace(face)); in isSeamlessLinearCompareResultValid()
1054 …return isLinearCompareResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec2… in isCubeLevelCompareResultValid()
1057 …return isNearestCompareResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec… in isCubeLevelCompareResultValid()
1299 …const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(0, coords.face)… in isGatherCompareResultValid()
1300 const int size = texture.getLevelFace(0, coords.face).getWidth(); in isGatherCompareResultValid()
1313 faces[face] = texture.getLevelFace(0, CubeFace(face)); in isGatherCompareResultValid()