Home
last modified time | relevance | path

Searched refs:default_size (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_staging_mgr.c46 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()
Dvirgl_staging_mgr.h40 unsigned default_size; /* Minimum size of the staging buffer, in bytes. */ member
56 unsigned default_size);
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c44 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()
Du_upload_mgr.h55 u_upload_create(struct pipe_context *pipe, unsigned default_size,
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_suballoc.c30 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()
Dtu_suballoc.h22 uint32_t default_size; member
43 uint32_t default_size,
/third_party/mesa3d/src/mesa/main/
Dglthread_bufferobj.c72 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/
Dmotion_event_osr.cc230 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/
Dexif-gps-ifd.h46 uint16_t default_size; member
Dexif-entry.c1441 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/
Dmovenc.h134 uint32_t default_size; member
Dmovenc.c4442 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/
Dtest_configdialog.py215 default_size = str(default_font[1])
218 d.font_size.set(default_size)
224 'font-size': default_size,
/third_party/libabigail/src/
Dabg-writer.cc857 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/
Dpreparseucd.py1022 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/
Dimgui_widgets.cpp630 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/
Dimgui_widgets.cpp635 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/
Dimgui_widgets.cpp763 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/
Dvmlinux.h1863 unsigned int default_size; member