Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DDescriptorTest.cpp45 const size_t extra_space = 100; in DEF_TEST() local
49 auto desc = SkDescriptor::Alloc(size + extra_space); in DEF_TEST()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_batch.h50 brw_batch_has_aperture_space(struct brw_context *brw, uint64_t extra_space) in brw_batch_has_aperture_space() argument
52 return brw->batch.aperture_space + extra_space <= in brw_batch_has_aperture_space()
/third_party/skia/tests/
DDescriptorTest.cpp44 const size_t extra_space = 100; in DEF_TEST() local
48 auto desc = SkDescriptor::Alloc(size + extra_space); in DEF_TEST()
/third_party/ffmpeg/libavcodec/
Diff.c335 int extra_space = 1; in extract_header() local
338 extra_space = 4; in extract_header()
345 …s->ham_palbuf = av_malloc(extra_space * (ham_count << !!(s->masking == MASK_HAS_MASK)) * sizeof (u… in extract_header()