Searched defs:pitchB (Results  1 – 5 of 5) sorted by relevance
| /external/swiftshader/src/Vulkan/ | 
| D | VkFormat.cpp | 2192 size_t Format::pitchB(int width, int border) const  in pitchB()  function in vk::Format
  | 
| D | VkImage.cpp | 1319 	int pitchB = decompressedImage->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel);  in decodeETC2()  local 1356 	int pitchB = decompressedImage->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel);  in decodeBC()  local 1390 	int pitchB = decompressedImage->rowPitchBytes(VK_IMAGE_ASPECT_COLOR_BIT, subresource.mipLevel);  in decodeASTC()  local
  | 
| /external/swiftshader/src/Device/ | 
| D | Blitter.cpp | 1487 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
  | 
| D | Blitter.hpp | 135 		uint32_t pitchB;  member
  | 
| /external/swiftshader/src/Pipeline/ | 
| D | PixelRoutine.cpp | 890 	Int pitchB = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index]));  in readPixel()  local 1638 	Int pitchB = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index]));  in alphaBlend()  local 2136 	Int pitchB = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index]));  in writeColor()  local
  |