Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSurface.hpp104 int sliceB; member
DSurface.cpp1359 int Surface::sliceB(int width, int height, int border, VkFormat format, bool target) in sliceB() function in sw::Surface
/external/swiftshader/src/Renderer/
DSurface.hpp270 int sliceB; member
DSurface.cpp1804 int Surface::sliceB(int width, int height, int border, Format format, bool target) in sliceB() function in sw::Surface
/external/swiftshader/src/OpenGL/common/
DImage.cpp1173 int sliceB = static_cast<int>(IOSurfaceGetHeightOfPlane(ioSurface, plane)) * pitchB; in lock() local