Home
last modified time | relevance | path

Searched defs:MaxBufferSize (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/
H A Dxmp_const.cc35 const int XmpConst::MaxBufferSize() { return 65502; } in MaxBufferSize() function in dynamic_depth::xmpmeta::XmpConst
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCCodeView.cpp517 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCCodeView.cpp518 size_t MaxBufferSize = MaxRecordLength - InlineSiteSize - AnnotationSize; in encodeInlineLineTable() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCallableShadersTests.cpp1711 size_t MaxBufferSize = std::max(sizeof(callableBuffer0), sizeof(callableBuffer1)); in iterate() local