Lines Matching refs:j1

680 			for (int j1 = minJ1; j1 <= maxJ1; j1++)  in isNearestMipmapLinearCompareResultValid()  local
684 …1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ); in isNearestMipmapLinearCompareResultValid()
753 for (int j1 = minJ1; j1 <= maxJ1; j1++) in isLinearMipmapLinearCompareResultValid() local
759 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid()
760 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid()
766 const int y0 = wrap(sampler.wrapT, j1 , h1); in isLinearMipmapLinearCompareResultValid()
767 const int y1 = wrap(sampler.wrapT, j1+1, h1); in isLinearMipmapLinearCompareResultValid()
940 for (int j1 = minJ1; j1 <= maxJ1; j1++) in isSeamplessLinearMipmapLinearCompareResultValid() local
946 const float minB1 = de::clamp((vBounds1.x()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearCompareResultValid()
947 const float maxB1 = de::clamp((vBounds1.y()-0.5f)-float(j1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearCompareResultValid()
951 …eFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+0)), size1); in isSeamplessLinearMipmapLinearCompareResultValid()
952 …eFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)), size1); in isSeamplessLinearMipmapLinearCompareResultValid()
953 …eFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+1)), size1); in isSeamplessLinearMipmapLinearCompareResultValid()
954 …eFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+1)), size1); in isSeamplessLinearMipmapLinearCompareResultValid()