Lines Matching refs:slice
624 PixelBufferAccess getSliceAccess (int slice) { return getSliceAccessInternal(slice); }
628 ConstPixelBufferAccess getSliceAccess (int slice) const { return getSliceAccessInternal(slice); }
637 PixelBufferAccess getSliceAccessInternal (int slice) const;
717 PixelBufferAccess LayeredImage::getSliceAccessInternal (int slice) const
720 return tcu::getSubregion(srcAccess, 0, 0, slice, srcAccess.getWidth(), srcAccess.getHeight(), 1);
837 //! Base for a functor for verifying and logging a 2d texture layer (2d image, cube face, 3d slice, 2d layer).
1104 //! An ImageLayerVerifier that simply compares the result slice to a slice in a reference image.
1110 const IVec2& relevantRegion = IVec2(0) /* If given, only check this region of each slice. */)
1126 : "slice " + toString(sliceOrFaceNdx));
1742 : "slice " + toString(sliceOrFaceNdx)),
1854 : "slice " + toString(sliceOrFaceNdx)),
1884 // Get the atomic function args and return values for all the invocations that contribute to the pixel (x, y) in the current end result slice.
2239 : "slice " + toString(sliceOrFaceNdx)),
2300 : "slice " + toString(sliceOrFaceNdx)),
2306 // Get the atomic function args and return values for all the invocations that contribute to the pixel (x, y) in the current end result slice.