Searched refs:assert_cast (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Types.hpp | 55 To assert_cast(From x) in assert_cast() function
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Blitter.cpp | 119 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() 1906 …assert_cast<uint32_t>(src->rowPitchBytes(srcAspect, region.srcSubresource.mipLevel)), // sPitchB in blit() 1907 …assert_cast<uint32_t>(dst->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel)), // dPitchB in blit() 1908 …assert_cast<uint32_t>(src->slicePitchBytes(srcAspect, region.srcSubresource.mipLevel)), // sSliceB in blit() 1909 …assert_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()
|