Searched defs:sliceB (Results 1 – 6 of 6) sorted by relevance
| /external/swiftshader/src/Vulkan/ |
| D | VkFormat.cpp | 1864 int Format::sliceB(int width, int height, int border, bool target) const in sliceB() function in vk::Format
|
| D | VkImage.cpp | 1400 int sliceB = decompressedImage->slicePitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeASTC() local
|
| /external/swiftshader/src/Renderer/ |
| D | Surface.hpp | 242 int sliceB; member
|
| D | Surface.cpp | 1702 int Surface::sliceB(int width, int height, int border, Format format, bool target) in sliceB() function in sw::Surface
|
| /external/swiftshader/src/Device/ |
| D | Blitter.cpp | 1399 Int Blitter::ComputeOffset(Int &x, Int &y, Int &z, Int &sliceB, Int &pitchB, int bytes) in ComputeOffset()
|
| /external/swiftshader/src/OpenGL/common/ |
| D | Image.cpp | 1110 int sliceB = static_cast<int>(IOSurfaceGetHeightOfPlane(ioSurface, plane)) * pitchB; in lock() local
|