/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_staging_mgr.c | 46 size = align(MAX2(staging->default_size, min_size), 4096); in virgl_staging_alloc_buffer() 78 unsigned default_size) in virgl_staging_init() argument 83 staging->default_size = default_size; in virgl_staging_init()
|
D | virgl_staging_mgr.h | 40 unsigned default_size; /* Minimum size of the staging buffer, in bytes. */ member 56 unsigned default_size);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_upload_mgr.c | 44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */ member 62 u_upload_create(struct pipe_context *pipe, unsigned default_size, in u_upload_create() argument 70 upload->default_size = default_size; in u_upload_create() 107 struct u_upload_mgr *result = u_upload_create(pipe, upload->default_size, in u_upload_clone() 190 size = align(MAX2(upload->default_size, min_size), 4096); in u_upload_alloc_buffer()
|
D | u_upload_mgr.h | 55 u_upload_create(struct pipe_context *pipe, unsigned default_size,
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_suballoc.c | 30 uint32_t default_size, uint32_t flags) in tu_bo_suballocator_init() argument 33 suballoc->default_size = default_size; in tu_bo_suballocator_init() 69 uint32_t alloc_size = MAX2(size, suballoc->default_size); in tu_suballoc_bo_alloc()
|
D | tu_suballoc.h | 22 uint32_t default_size; member 43 uint32_t default_size,
|
/third_party/mesa3d/src/mesa/main/ |
D | glthread_bufferobj.c | 72 const unsigned default_size = 1024 * 1024; in _mesa_glthread_upload() local 81 if (unlikely(!glthread->upload_buffer || offset + size > default_size)) { in _mesa_glthread_upload() 85 if (unlikely(size > default_size)) { in _mesa_glthread_upload() 108 new_upload_buffer(ctx, default_size, &glthread->upload_ptr); in _mesa_glthread_upload() 132 glthread->upload_buffer->RefCount += default_size; in _mesa_glthread_upload() 133 glthread->upload_buffer_private_refcount = default_size; in _mesa_glthread_upload()
|
/third_party/cef/libcef/browser/osr/ |
D | motion_event_osr.cc | 230 float default_size; in GetPointerPropertiesFromTouchEvent() local 235 default_size = 1; in GetPointerPropertiesFromTouchEvent() 238 default_size = in GetPointerPropertiesFromTouchEvent() 243 default_size; in GetPointerPropertiesFromTouchEvent()
|
/third_party/libexif/libexif/ |
D | exif-gps-ifd.h | 46 uint16_t default_size; member
|
D | exif-entry.c | 1441 int hasDefault = (info->default_size && info->default_value); in exif_entry_initialize_gps() 1442 …int allocSize = hasDefault ? info->default_size : (exif_format_get_size (e->format) * e->component… in exif_entry_initialize_gps() 1450 memcpy(e->data, info->default_value, info->default_size); in exif_entry_initialize_gps()
|
/third_party/ffmpeg/libavformat/ |
D | movenc.h | 134 uint32_t default_size; member
|
D | movenc.c | 4442 track->default_size = track->entry ? track->cluster[0].size : 1; in mov_write_tfhd_tag() 4443 avio_wb32(pb, track->default_size); in mov_write_tfhd_tag() 4445 track->default_size = -1; in mov_write_tfhd_tag() 4474 if (track->cluster[i].size != track->default_size) in mov_write_trun_tag()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_configdialog.py | 215 default_size = str(default_font[1]) 218 d.font_size.set(default_size) 224 'font-size': default_size,
|
/third_party/libabigail/src/ |
D | abg-writer.cc | 857 size_t default_size = 0, 1454 size_t default_size, size_t default_alignment) in write_size_and_alignment() argument 1457 if (size_in_bits != default_size) in write_size_and_alignment()
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 1022 default_size = PrintedSize(pname, default_value) * counter[default_value] 1032 savings = PrintedSize(pname, value) * (count - 1) - default_size
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 630 const float default_size = GetFrameHeight(); in ArrowButtonEx() local 631 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f); in ArrowButtonEx() 4406 float default_size = GetFrameHeight(); in ColorButton() local 4408 size.x = default_size; in ColorButton() 4410 size.y = default_size; in ColorButton() 4412 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f); in ColorButton()
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 635 const float default_size = GetFrameHeight(); in ArrowButtonEx() local 636 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f); in ArrowButtonEx() 4418 float default_size = GetFrameHeight(); in ColorButton() local 4420 size.x = default_size; in ColorButton() 4422 size.y = default_size; in ColorButton() 4424 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f); in ColorButton()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 763 const float default_size = GetFrameHeight(); in ArrowButtonEx() local 764 ItemSize(size, (size.y >= default_size) ? g.Style.FramePadding.y : -1.0f); in ArrowButtonEx() 5452 float default_size = GetFrameHeight(); in ColorButton() local 5454 size.x = default_size; in ColorButton() 5456 size.y = default_size; in ColorButton() 5458 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f); in ColorButton()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 1863 unsigned int default_size; member
|