Home
last modified time | relevance | path

Searched defs:sliceB (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkFormat.cpp1864 int Format::sliceB(int width, int height, int border, bool target) const in sliceB() function in vk::Format
DVkImage.cpp1400 int sliceB = decompressedImage->slicePitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeASTC() local
/external/swiftshader/src/Renderer/
DSurface.hpp242 int sliceB; member
DSurface.cpp1702 int Surface::sliceB(int width, int height, int border, Format format, bool target) in sliceB() function in sw::Surface
/external/swiftshader/src/Device/
DBlitter.cpp1399 Int Blitter::ComputeOffset(Int &x, Int &y, Int &z, Int &sliceB, Int &pitchB, int bytes) in ComputeOffset()
/external/swiftshader/src/OpenGL/common/
DImage.cpp1110 int sliceB = static_cast<int>(IOSurfaceGetHeightOfPlane(ioSurface, plane)) * pitchB; in lock() local