Home
last modified time | relevance | path

Searched refs:assert_cast (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp55 To assert_cast(From x) in assert_cast() function
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp119 assert_cast<uint32_t>(format.bytes()), // sPitchB in clear()
120 assert_cast<uint32_t>(dest->rowPitchBytes(aspect, subres.mipLevel)), // dPitchB in clear()
122 assert_cast<uint32_t>(dest->slicePitchBytes(aspect, subres.mipLevel)), // dSliceB in clear()
1906assert_cast<uint32_t>(src->rowPitchBytes(srcAspect, region.srcSubresource.mipLevel)), // sPitchB in blit()
1907assert_cast<uint32_t>(dst->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel)), // dPitchB in blit()
1908assert_cast<uint32_t>(src->slicePitchBytes(srcAspect, region.srcSubresource.mipLevel)), // sSliceB in blit()
1909assert_cast<uint32_t>(dst->slicePitchBytes(dstAspect, region.dstSubresource.mipLevel)), // dSliceB in blit()
2357 assert_cast<uint32_t>(image->rowPitchBytes(aspect, subresource.mipLevel)), in updateBorders()
2358 assert_cast<uint32_t>(image->getLayerSize(aspect)), in updateBorders()