Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.cpp1893 size_t Format::sliceB(int width, int height, int border) const in sliceB() function in vk::Format
DVkImage.cpp1399 int sliceB = decompressedImage->slicePitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeASTC() local
/third_party/node/test/parallel/
Dtest-buffer-alloc.js153 const sliceB = b.slice(offset, offset + asciiString.length); constant
175 const sliceB = b.slice(offset, offset + Buffer.byteLength(utf8String)); constant
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp1483 Int Blitter::ComputeOffset(Int &x, Int &y, Int &z, Int &sliceB, Int &pitchB, int bytes) in ComputeOffset()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp1110 int sliceB = static_cast<int>(IOSurfaceGetHeightOfPlane(ioSurface, plane)) * pitchB; in lock() local