OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufSize
(Results
1 - 19
of
19
) sorted by relevancy
/xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dmabuffer.h
35
unsigned
bufSize
;
51
if (cb->flushFunc && (cb->pos > (cb->
bufSize
-(size)))) { \
via_xvmc.c
523
unsigned
bufSize
, yBufSize;
584
bufSize
= size_yuv420(ctx->width, ctx->height);
585
sPriv->memory_ref = drm_bo_alloc(pScrn, numBuffers *
bufSize
,
599
(*priv)[i + 2] = sPriv->offsets[i] = sPriv->offsets[i - 1] +
bufSize
;
606
buf +=
bufSize
;
625
unsigned
bufSize
;
662
bufSize
= size_xx44(ctx->width, ctx->height);
663
sPriv->memory_ref = drm_bo_alloc(pScrn, 1 *
bufSize
, 32, TTM_PL_FLAG_VRAM);
/xsrc/external/mit/MesaLib/dist/src/glx/
indirect_glx.c
283
int
bufSize
;
350
bufSize
= (XMaxRequestSize(psc->dpy) * 4) - sz_xGLXRenderReq;
351
gc->buf = malloc(
bufSize
);
357
gc->
bufSize
=
bufSize
;
368
gc->bufEnd = gc->buf +
bufSize
;
377
gc->limit = gc->buf +
bufSize
- __GLX_BUFFER_LIMIT_SIZE;
387
gc->maxSmallRenderCommandSize = MIN3(
bufSize
, __GLX_RENDER_CMD_SIZE_LIMIT,
glxclient.h
272
GLint
bufSize
;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
indirect_glx.c
348
int
bufSize
;
385
bufSize
= (XMaxRequestSize(psc->dpy) * 4) - sz_xGLXRenderReq;
386
gc->buf = malloc(
bufSize
);
392
gc->
bufSize
=
bufSize
;
407
gc->bufEnd = gc->buf +
bufSize
;
416
gc->limit = gc->buf +
bufSize
- __GLX_BUFFER_LIMIT_SIZE;
426
if (
bufSize
> __GLX_RENDER_CMD_SIZE_LIMIT) {
427
bufSize
= __GLX_RENDER_CMD_SIZE_LIMIT;
429
if (
bufSize
> __GLX_MAX_RENDER_CMD_SIZE)
[
all
...]
glxclient.h
277
GLint
bufSize
;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c
105
pb_size
bufSize
;
324
numBuffers = slab->bo->size / mgr->
bufSize
;
341
buf->base.size = mgr->
bufSize
;
346
buf->start = i* mgr->
bufSize
;
377
assert(size <= mgr->
bufSize
);
378
if(size > mgr->
bufSize
)
385
assert(pb_check_alignment(desc->alignment, mgr->
bufSize
));
386
if(!pb_check_alignment(desc->alignment, mgr->
bufSize
))
449
pb_size
bufSize
,
464
mgr->
bufSize
= bufSize
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_pipe_streamout.c
85
unsigned
bufSize
= sizeof(SVGA3dStreamOutputDeclarationEntry)
92
bufSize
);
102
memcpy(map, decls,
bufSize
);
115
bufSize
));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_slab.c
109
pb_size
bufSize
;
328
numBuffers = slab->bo->size / mgr->
bufSize
;
345
buf->base.size = mgr->
bufSize
;
350
buf->start = i* mgr->
bufSize
;
382
assert(size <= mgr->
bufSize
);
383
if(size > mgr->
bufSize
)
390
assert(pb_check_alignment(desc->alignment, mgr->
bufSize
));
391
if(!pb_check_alignment(desc->alignment, mgr->
bufSize
))
454
pb_size
bufSize
,
469
mgr->
bufSize
= bufSize
[
all
...]
/xsrc/external/mit/libXft/dist/src/
xftglyphs.c
650
int
bufSize
= sizeof (bufLocal);
950
if (size >
bufSize
)
957
bufSize
= size;
/xsrc/external/mit/xsm/dist/
info.c
97
int
bufSize
;
112
int newBufSize = buffer->
bufSize
+ len + BUF_GROW_SIZE;
119
buffer->
bufSize
= newBufSize;
150
buffer.
bufSize
= buffer.bytesLeft = BUF_START_SIZE;
231
snprintf (buffer.bufStart, buffer.
bufSize
,
/xsrc/local/programs/x11-ssh-askpass/
x11-ssh-askpass.h
156
int
bufSize
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h
114
uint16_t
bufSize
; /* size of immediate array */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
threads.cpp
82
DWORD
bufSize
= 0;
84
BOOL ret = GetLogicalProcessorInformationEx(RelationProcessorCore, nullptr, &
bufSize
);
88
(PSYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX)malloc(
bufSize
);
91
ret = GetLogicalProcessorInformationEx(RelationProcessorCore, pBufferMem, &
bufSize
);
94
uint32_t count =
bufSize
/ pBufferMem->Size;
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
viaLowLevelPro.c
74
unsigned
bufSize
;
237
if ((cb)->pos > ((cb)->
bufSize
-(size))) { \
270
if ((cb)->pos > ((cb)->
bufSize
- ((size) + 16))) { \
284
if ((cb)->pos > (cb->
bufSize
-(((size) << 1) + 16))) { \
1534
xl->agpBuf.
bufSize
= LL_AGP_CMDBUF_SIZE;
1544
xl->pciBuf.
bufSize
= LL_PCI_CMDBUF_SIZE;
/xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx_driver.c
2084
int stride, height,
bufSize
;
2094
bufSize
= stride * height;
2096
return
bufSize
;
/xsrc/external/mit/xf86-video-r128/dist/src/
r128.h
433
int
bufSize
; /* Size of buffers (in MB) */
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h
563
int
bufSize
; /* Size of buffers (in MB) */
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
marshal_generated4.c
1352
_mesa_marshal_GetProgramPipelineInfoLog(GLuint pipeline, GLsizei
bufSize
, GLsizei * length, GLchar * infoLog)
1356
CALL_GetProgramPipelineInfoLog(ctx->CurrentServerDispatch, (pipeline,
bufSize
, length, infoLog));
1844
_mesa_marshal_GetProgramBinary(GLuint program, GLsizei
bufSize
, GLsizei * length, GLenum * binaryFormat, GLvoid * binary)
1848
CALL_GetProgramBinary(ctx->CurrentServerDispatch, (program,
bufSize
, length, binaryFormat, binary));
2034
_mesa_marshal_GetDebugMessageLog(GLuint count, GLsizei
bufsize
, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * lengths, GLchar * messageLog)
2038
return CALL_GetDebugMessageLog(ctx->CurrentServerDispatch, (count,
bufsize
, sources, types, ids, severities, lengths, messageLog));
2054
_mesa_marshal_GetnMapdvARB(GLenum target, GLenum query, GLsizei
bufSize
, GLdouble * v)
2058
CALL_GetnMapdvARB(ctx->CurrentServerDispatch, (target, query,
bufSize
, v));
2064
_mesa_marshal_GetnMapfvARB(GLenum target, GLenum query, GLsizei
bufSize
, GLfloat * v)
2068
CALL_GetnMapfvARB(ctx->CurrentServerDispatch, (target, query,
bufSize
, v))
[
all
...]
Completed in 42 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026