Home | History | Annotate | Download | only in common

Lines Matching refs:faces0

904 	tcu::ConstPixelBufferAccess faces0[CUBEFACE_LAST];
909 faces0[face] = texture.getLevelFace(baseLevelNdx, CubeFace(face));
934 depths0[0] = lookupDepthNoBorder(faces0[c00.face], sampler, c00.s, c00.t);
935 depths0[1] = lookupDepthNoBorder(faces0[c10.face], sampler, c10.s, c10.t);
936 depths0[2] = lookupDepthNoBorder(faces0[c01.face], sampler, c01.s, c01.t);
937 depths0[3] = lookupDepthNoBorder(faces0[c11.face], sampler, c11.s, c11.t);