| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_slab.c | 84 pb_size numBuffers; member in struct:pb_slab 215 if (slab->numFree == slab->numBuffers) { 303 unsigned numBuffers; local in function:pb_slab_create 328 numBuffers = slab->bo->size / mgr->bufSize; 330 slab->buffers = CALLOC(numBuffers, sizeof(*slab->buffers)); 338 slab->numBuffers = numBuffers; 343 for (i=0; i < numBuffers; ++i) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_slab.c | 80 pb_size numBuffers; member in struct:pb_slab 211 if (slab->numFree == slab->numBuffers) { 298 unsigned numBuffers; local in function:pb_slab_create 324 numBuffers = slab->bo->size / mgr->bufSize; 326 slab->buffers = CALLOC(numBuffers, sizeof(*slab->buffers)); 334 slab->numBuffers = numBuffers; 339 for (i=0; i < numBuffers; ++i) {
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | mach64_dri.h | 63 int numBuffers; /* Number of buffers */ member in struct:__anon7b6ec2b60108
|
| H A D | atidri.c | 879 pATIDRIServer->numBuffers = drmAddBufs( pATI->drmFD, 885 pATIDRIServer->numBuffers = drmAddBufs( pATI->drmFD, 891 if ( pATIDRIServer->numBuffers <= 0 ) { 898 pATIDRIServer->numBuffers, MACH64_BUFFER_SIZE );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | blend.c | 200 const unsigned numBuffers = num_buffers(ctx); local in function:skip_blend_state_update 203 for (unsigned buf = 0; buf < numBuffers; buf++) { 234 const unsigned numBuffers = num_buffers(ctx); local in function:blend_func_separate 235 for (unsigned buf = 0; buf < numBuffers; buf++) { 243 for (unsigned buf = 1; buf < numBuffers; buf++) { 502 const unsigned numBuffers = num_buffers(ctx); local in function:_mesa_BlendEquation 513 for (buf = 0; buf < numBuffers; buf++) { 541 for (buf = 0; buf < numBuffers; buf++) { 614 const unsigned numBuffers = num_buffers(ctx); local in function:blend_equation_separate 620 for (buf = 0; buf < numBuffers; bu [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | blend.c | 211 const unsigned numBuffers = num_buffers(ctx); local in function:skip_blend_state_update 214 for (unsigned buf = 0; buf < numBuffers; buf++) { 246 const unsigned numBuffers = num_buffers(ctx); local in function:blend_func_separate 247 for (unsigned buf = 0; buf < numBuffers; buf++) { 258 ctx->Color._BlendUsesDualSrc |= BITFIELD_RANGE(1, numBuffers - 1); 532 const unsigned numBuffers = num_buffers(ctx); local in function:_mesa_BlendEquation 543 for (buf = 0; buf < numBuffers; buf++) { 571 for (buf = 0; buf < numBuffers; buf++) { 644 const unsigned numBuffers = num_buffers(ctx); local in function:blend_equation_separate 650 for (buf = 0; buf < numBuffers; bu [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | viaXvMCPriv.h | 163 unsigned numBuffers; /* Number of picture buffers */ member in struct:__anon312a5bee0508
|
| H A D | viaXvMC.c | 644 pViaSurface->numBuffers = priv_data[1]; 645 for (i = 0; i < pViaSurface->numBuffers; ++i) {
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_xvmc.c | 520 unsigned srfNo, numBuffers, i; local in function:ViaXvMCCreateSurface 541 numBuffers = 1; 554 numBuffers = 2; 564 *num_priv = numBuffers + 2; 585 sPriv->memory_ref = drm_bo_alloc(pScrn, numBuffers * bufSize, 596 (*priv)[1] = numBuffers; 598 for (i = 1; i < numBuffers; ++i) { 603 for (i = 0; i < numBuffers; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_renderbuffer.c | 443 GLuint colorBits, GLuint numBuffers) 453 assert(numBuffers <= MAX_AUX_BUFFERS); 455 for (i = 0; i < numBuffers; i++) { 442 add_aux_renderbuffers(struct gl_context * ctx,struct gl_framebuffer * fb,GLuint colorBits,GLuint numBuffers) argument
|
| H A D | s_span.c | 1315 const GLuint numBuffers = fb->_NumColorDrawBuffers; local in function:_swrast_write_rgba_span 1324 for (buf = 0; buf < numBuffers; buf++) { 1353 if (!multiFragOutputs && numBuffers > 1) { 1392 if (!multiFragOutputs && numBuffers > 1) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | api.h | 348 /// @param numBuffers - Number of vertex buffer state descriptors. 353 uint32_t numBuffers,
|
| H A D | api.cpp | 558 uint32_t numBuffers, 563 for (uint32_t i = 0; i < numBuffers; ++i) 557 SwrSetVertexBuffers(HANDLE hContext,uint32_t numBuffers,const SWR_VERTEX_BUFFER_STATE * pVertexBuffers) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_span.c | 1312 const GLuint numBuffers = fb->_NumColorDrawBuffers; local in function:_swrast_write_rgba_span 1321 for (buf = 0; buf < numBuffers; buf++) { 1350 if (!multiFragOutputs && numBuffers > 1) { 1389 if (!multiFragOutputs && numBuffers > 1) {
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| H A D | glext.h | 859 typedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *numBuffers); 868 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| H A D | glext.h | 884 typedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *numBuffers); 893 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES2/ |
| H A D | gl2ext.h | 3512 typedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *numBuffers); 3521 GL_APICALL void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES2/ |
| H A D | gl2ext.h | 3728 typedef void (GL_APIENTRYP PFNGLEXTGETBUFFERSQCOMPROC) (GLuint *buffers, GLint maxBuffers, GLint *numBuffers); 3737 GL_APICALL void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 7533 typedef void (GLAPIENTRY *PFNGLEXTGETBUFFERSQCOMPROC)(GLuint * buffers, GLint maxBuffers, GLint * numBuffers); 11482 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glExtGetBuffersQCOM)(GLuint * buffers, GLint maxBuffers, GLint * numBuffers); [all...] |
| H A D | gl_generated_dispatch.c | [all...] |