Searched refs:fullSize (Results 1 - 6 of 6) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | InStreamWithCRC.h | 29 void SetFullSize(UInt64 fullSize) { _fullSize = fullSize; }
in SetFullSize() argument
|
/third_party/skia/gm/ |
H A D | lazytiling.cpp | 83 static SkBitmap create_bitmap(SkIRect contentRect, SkISize fullSize, GrSurfaceOrigin origin) { in create_bitmap() argument 117 SkImageInfo bigInfo = SkImageInfo::Make(fullSize.fWidth, fullSize.fHeight, in create_bitmap() 129 char* dst = static_cast<char*>(bigBM.getAddr(kLeft, fullSize.height() - kTop - 1)); in create_bitmap()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | UnknownFieldSetTest.cs | 147 int fullSize = message.CalculateSize(); in TestDiscardUnknownFields() 155 Action<IMessage> assertFull = msg => Assert.AreEqual(fullSize, msg.CalculateSize()); in TestDiscardUnknownFields()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 82 unsigned int fullSize = typeSizeof(fTy); in expandIntegerMUL() local 93 t[j] = bld->getSSA(fullSize); in expandIntegerMUL() 96 s[0] = bld->getSSA(fullSize); in expandIntegerMUL() 97 s[1] = bld->getSSA(fullSize); in expandIntegerMUL() 138 r[j] = bld->getSSA(fullSize); in expandIntegerMUL() 161 Value *one = bld->getSSA(fullSize); in expandIntegerMUL() 164 rr[j] = bld->getSSA(fullSize); in expandIntegerMUL()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 550 const UVec3 fullSize (m_parameters.size.x(), m_parameters.imageType == IMAGE_TYPE_1D ? 1 : m_parameters.size.y(), 1); in iterate() 551 const vector<UVec3> mipMapSizes = m_parameters.useMipmaps ? getMipLevelSizes (getLayerDims()) : vector<UVec3>(1, fullSize); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 550 const UVec3 fullSize (m_parameters.size.x(), m_parameters.imageType == IMAGE_TYPE_1D ? 1 : m_parameters.size.y(), 1); in iterate() 551 const vector<UVec3> mipMapSizes = m_parameters.useMipmaps ? getMipLevelSizes (getLayerDims()) : vector<UVec3>(1, fullSize); in iterate()
|
Completed in 16 milliseconds