Lines Matching refs:CubeFaceIntCoords

924 …const CubeFaceIntCoords	c00	= remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)…  in isSeamplessLinearMipmapLinearCompareResultValid()
925 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearCompareResultValid()
926 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)… in isSeamplessLinearMipmapLinearCompareResultValid()
927 …const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)… in isSeamplessLinearMipmapLinearCompareResultValid()
951 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+0)… in isSeamplessLinearMipmapLinearCompareResultValid()
952 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearCompareResultValid()
953 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)… in isSeamplessLinearMipmapLinearCompareResultValid()
954 …const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+1)… in isSeamplessLinearMipmapLinearCompareResultValid()
1033 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+0)),… in isSeamlessLinearCompareResultValid()
1034 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearCompareResultValid()
1035 …const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+1)),… in isSeamlessLinearCompareResultValid()
1036 …const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+1)),… in isSeamlessLinearCompareResultValid()
1358 …const CubeFaceIntCoords c = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, i+offsets[offNdx].x… in isGatherCompareResultValid()