Searched defs:sliceB (Results 1 – 7 of 7) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkFormat.cpp | 1893 size_t Format::sliceB(int width, int height, int border) const in sliceB() function in vk::Format
|
| D | VkImage.cpp | 1399 int sliceB = decompressedImage->slicePitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeASTC() local
|
| /third_party/node/test/parallel/ |
| D | test-buffer-alloc.js | 153 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/ |
| 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
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | Blitter.cpp | 1483 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/ |
| D | Image.cpp | 1110 int sliceB = static_cast<int>(IOSurfaceGetHeightOfPlane(ioSurface, plane)) * pitchB; in lock() local
|