Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp1219 const int maxSize = 340; in OutputDouble() local
1285 const int maxSize = 300; in OutputConstantUnion() local
1294 const int maxSize = 300; in OutputConstantUnion() local
1303 const int maxSize = 300; in OutputConstantUnion() local
1312 const int maxSize = 300; in OutputConstantUnion() local
1321 const int maxSize = 300; in OutputConstantUnion() local
1330 const int maxSize = 300; in OutputConstantUnion() local
1339 const int maxSize = 300; in OutputConstantUnion() local
1348 const int maxSize = 300; in OutputConstantUnion() local
DPoolAlloc.cpp146 const int maxSize = 80; in checkGuardBlock() local
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
Dinput_test.cpp80 int maxSize = 1; in TEST() local
118 int maxSize = 1; in TEST() local
158 size_t maxSize = 5; in TEST() local
172 size_t maxSize = 11; in TEST() local
/third_party/skia/third_party/externals/icu/source/tools/gencmn/
Dgencmn.c53 uint32_t maxSize; in main() local
/third_party/icu/icu4c/source/tools/gencmn/
Dgencmn.c53 uint32_t maxSize; in main() local
/third_party/node/deps/icu-small/source/tools/gencmn/
Dgencmn.c53 uint32_t maxSize; in main() local
/third_party/node/test/parallel/
Dtest-http-abort-stream-end.js28 const maxSize = 1024; constant
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.l95 #define YY_INPUT(buf, result, maxSize) \ argument
DInput.cpp60 size_t Input::read(char *buf, size_t maxSize, int *lineNo) in read()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor.l95 #define YY_INPUT(buf, result, maxSize) \ argument
DInput.cpp52 size_t Input::read(char *buf, size_t maxSize, int *lineNo) in read()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRingBufferAllocator.cpp31 RingBufferAllocator::RingBufferAllocator(uint64_t maxSize) : mMaxBlockSize(maxSize) { in RingBufferAllocator()
DBuddyAllocator.cpp22 BuddyAllocator::BuddyAllocator(uint64_t maxSize) : mMaxBlockSize(maxSize) { in BuddyAllocator()
/third_party/lzma/CPP/Windows/
DFileMapping.h15 WRes Create(DWORD protect, UInt64 maxSize, LPCTSTR name) in Create()
/third_party/mesa3d/src/amd/compiler/
Daco_reduce_assign.cpp43 unsigned maxSize = 0; in setup_reduce_temp() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureRectangleTest.cpp69 GLint maxSize = 0; in TEST_P() local
159 GLint maxSize = 0; in TEST_P() local
/third_party/glslang/glslang/Include/
DInfoSink.h98 const int maxSize = 24; in location() local
/third_party/node/deps/npm/node_modules/cacache/lib/
Dmemoization.js7 maxSize: 50 * 1024 * 1024, // 50MB property
/third_party/skia/third_party/externals/oboe/src/common/
DQuirksManager.cpp51 int32_t maxSize = stream.getBufferCapacityInFrames() - (topMargin * burst); in clipBufferSize() local
/third_party/skia/src/codec/
DSkIcoCodec.cpp119 static const int maxSize = 256; in MakeFromStream() local
213 size_t maxSize = 0; in MakeFromStream() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp50 DE_INLINE bool isNullTerminated(const char* str, const deUint32 maxSize) in isNullTerminated()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDriverPropertiesTests.cpp108 DE_INLINE bool isNullTerminated(const char* str, const deUint32 maxSize) in isNullTerminated()
/third_party/skia/src/core/
DSkBlockAllocator.cpp197 void SkBlockAllocator::addBlock(int minSize, int maxSize) { in addBlock()
DSkArenaAlloc.cpp71 constexpr uint32_t maxSize = std::numeric_limits<uint32_t>::max(); in ensureSpace() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp1202 int maxSize = 0x1234; in framebuffer_texture2d() local
1299 GLint maxSize = 0x1234; in renderbuffer_storage() local
1798 GLint maxSize = 0x1234; in renderbuffer_storage_multisample() local

12345