Searched refs:default_size (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.h40 unsigned default_size; /* Minimum size of the staging buffer, in bytes. */ member in struct:virgl_staging_mgr
52 * \param default_size Minimum size of the staging buffer, in bytes.
56 unsigned default_size);
H A Dvirgl_staging_mgr.c46 size = align(MAX2(staging->default_size, min_size), 4096);
77 unsigned default_size)
82 staging->default_size = default_size;
76 virgl_staging_init(struct virgl_staging_mgr * staging,struct pipe_context * pipe,unsigned default_size) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_upload.c89 MAX2(upload->default_size, size),
128 unsigned default_size)
134 upload->default_size = default_size;
126 brw_upload_init(struct brw_uploader * upload,struct brw_bufmgr * bufmgr,unsigned default_size) argument
H A Dintel_buffer_objects.h118 unsigned default_size);
H A Dbrw_context.h691 unsigned default_size; member in struct:brw_uploader
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_upload.c88 MAX2(upload->default_size, size),
127 unsigned default_size)
133 upload->default_size = default_size;
125 brw_upload_init(struct brw_uploader * upload,struct brw_bufmgr * bufmgr,unsigned default_size) argument
H A Dbrw_buffer_objects.h118 unsigned default_size);
H A Dbrw_context.h685 unsigned default_size; member in struct:brw_uploader
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.h49 * \param default_size Minimum size of the upload buffer, in bytes.
55 u_upload_create(struct pipe_context *pipe, unsigned default_size,
H A Du_upload_mgr.c44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */ member in struct:u_upload_mgr
61 u_upload_create(struct pipe_context *pipe, unsigned default_size, argument
69 upload->default_size = default_size;
106 struct u_upload_mgr *result = u_upload_create(pipe, upload->default_size,
188 size = align(MAX2(upload->default_size, min_size), 4096);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.h49 * \param default_size Minimum size of the upload buffer, in bytes.
55 u_upload_create(struct pipe_context *pipe, unsigned default_size,
H A Du_upload_mgr.c44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */ member in struct:u_upload_mgr
62 u_upload_create(struct pipe_context *pipe, unsigned default_size, argument
70 upload->default_size = default_size;
107 struct u_upload_mgr *result = u_upload_create(pipe, upload->default_size,
190 size = align(MAX2(upload->default_size, min_size), 4096);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_bufferobj.c71 const unsigned default_size = 1024 * 1024; local in function:_mesa_glthread_upload
80 if (unlikely(!glthread->upload_buffer || offset + size > default_size)) {
84 if (unlikely(size > default_size)) {
107 new_upload_buffer(ctx, default_size, &glthread->upload_ptr);
119 * buffer is default_size, because the minimum allocation size is 1.
120 * Therefore the function can only return default_size number of
131 glthread->upload_buffer->RefCount += default_size;
132 glthread->upload_buffer_private_refcount = default_size;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DlinuxPci.c261 static const struct pciSizes default_size = { local in function:linuxGetSizesStruct
277 return & default_size;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp635 const float default_size = GetFrameHeight(); local in function:ImGui::ArrowButtonEx
636 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f);
4418 float default_size = GetFrameHeight(); local in function:ImGui::ColorButton
4420 size.x = default_size;
4422 size.y = default_size;
4424 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp635 const float default_size = GetFrameHeight(); local in function:ImGui::ArrowButtonEx
636 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f);
4418 float default_size = GetFrameHeight(); local in function:ImGui::ColorButton
4420 size.x = default_size;
4422 size.y = default_size;
4424 ItemSize(bb, (size.y >= default_size) ? g.Style.FramePadding.y : 0.0f);

Completed in 41 milliseconds