Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.cpp2192 size_t Format::pitchB(int width, int border) const in pitchB() function in vk::Format
DVkImage.cpp1345 int pitchB = decompressedImage->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeETC2() local
1382 int pitchB = decompressedImage->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeBC() local
1416 int pitchB = decompressedImage->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel); in decodeASTC() local
/external/swiftshader/src/Device/
DBlitter.cpp1487 Int Blitter::ComputeOffset(Int &x, Int &y, Int &pitchB, int bytes) in ComputeOffset()
1492 Int Blitter::ComputeOffset(Int &x, Int &y, Int &z, Int &sliceB, Int &pitchB, int bytes) in ComputeOffset()
2226 …teCubeCorner(Pointer<Byte> &layer, Int &x0, Int &x1, Int &y0, Int &y1, Int &pitchB, const State &s… in computeCubeCorner()
2254 Int pitchB = *Pointer<Int>(blit + OFFSET(CubeBorderData, pitchB)); in generateCornerUpdate() local
2373 int pitchB = image->rowPitchBytes(aspect, srcSubresource.mipLevel); in copyCubeEdge() local
DBlitter.hpp135 uint32_t pitchB; member
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp916 Int pitchB = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index])); in readPixel() local
1664 Int pitchB = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index])); in alphaBlend() local
2162 Int pitchB = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index])); in writeColor() local