Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkFormat.cpp2342 size_t Format::sliceB(int width, int height, int border) const in sliceB() function in vk::Format
H A DVkImage.cpp1417 int sliceB = decompressedImage->slicePitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeASTC() local
/aosp_15_r20/external/swiftshader/src/Device/
H A DBlitter.cpp1492 Int Blitter::ComputeOffset(Int &x, Int &y, Int &z, Int &sliceB, Int &pitchB, int bytes) in ComputeOffset()