Home
last modified time | relevance | path

Searched refs:fullSize (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/gm/
Dlazytiling.cpp83 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/
DUnknownFieldSetTest.cs147 int fullSize = message.CalculateSize(); in TestDiscardUnknownFields()
155 Action<IMessage> assertFull = msg => Assert.AreEqual(fullSize, msg.CalculateSize()); in TestDiscardUnknownFields()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp82 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/
DvktImageCompressionTranscodingSupport.cpp545 const UVec3 fullSize (m_parameters.size.x(), m_parameters.size.y(), 1); in iterate() local
546 …Sizes = m_parameters.useMipmaps ? getMipLevelSizes (getLayerDims()) : vector<UVec3>(1, fullSize); in iterate()