| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_common_context.c | 150 shareCtx = &((radeonContextPtr)sharedContextPrivate)->glCtx; 154 if (!_mesa_initialize_context(&radeon->glCtx, api, 159 ctx = &radeon->glCtx; 199 radeon->glCtx.Const.QueryCounterBits.SamplesPassed = 32; 201 radeon->glCtx.Const.QueryCounterBits.TimeElapsed = 0; 202 radeon->glCtx.Const.QueryCounterBits.Timestamp = 0; 203 radeon->glCtx.Const.QueryCounterBits.PrimitivesGenerated = 0; 204 radeon->glCtx.Const.QueryCounterBits.PrimitivesWritten = 0; 205 radeon->glCtx.Const.QueryCounterBits.VerticesSubmitted = 0; 206 radeon->glCtx [all...] |
| H A D | radeon_state.h | 60 radeonFallback( &rmesa->radeon.glCtx, bit, mode ); \
|
| H A D | radeon_cmdbuf.h | 104 radeon->glCtx.Driver.Flush(&radeon->glCtx); /* +r6/r7 */
|
| H A D | radeon_common.c | 86 _mesa_resize_framebuffer(&radeon->glCtx, &draw_rfb->base, 93 _mesa_resize_framebuffer(&radeon->glCtx, &read_rfb->base, 99 radeonUpdateScissor(&radeon->glCtx); 383 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer); 395 dwords = state->check(&radeon->glCtx, state); 433 const GLuint atom_size = atom->check(&radeon->glCtx, atom); 442 const GLuint atom_size = atom->check(&radeon->glCtx, atom); 460 dwords = atom->check(&radeon->glCtx, atom); 466 atom->emit(&radeon->glCtx, atom); 607 radeonEmitQueryEnd(&rmesa->glCtx); [all...] |
| H A D | radeon_fbo.c | 598 rb->_BaseFormat = _mesa_base_fbo_format(&radeon->glCtx, 870 radeon->glCtx.Driver.NewRenderbuffer = radeon_new_renderbuffer; 871 radeon->glCtx.Driver.MapRenderbuffer = radeon_map_renderbuffer; 872 radeon->glCtx.Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer; 873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer; 874 radeon->glCtx.Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer; 875 radeon->glCtx.Driver.RenderTexture = radeon_render_texture; 876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture; 877 radeon->glCtx.Driver.ValidateFramebuffer = radeon_validate_framebuffer; 878 radeon->glCtx [all...] |
| H A D | radeon_ioctl.h | 94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
|
| H A D | radeon_queryobj.c | 113 radeon->dma.flush(&radeon->glCtx); 153 radeon->dma.flush(&radeon->glCtx);
|
| H A D | radeon_ioctl.c | 65 int i, mtu = rmesa->radeon.glCtx.Const.MaxTextureUnits; 209 radeonFinish( &rmesa->radeon.glCtx ); 268 rmesa->radeon.glCtx.Driver.NeedFlush |= FLUSH_STORED_VERTICES;
|
| H A D | radeon_tcl.c | 152 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); 319 state_size += rmesa->hw.tcl.check( &rmesa->radeon.glCtx, &rmesa->hw.tcl ); 505 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_common_context.c | 151 shareCtx = &((radeonContextPtr)sharedContextPrivate)->glCtx; 155 if (!_mesa_initialize_context(&radeon->glCtx, api, 160 ctx = &radeon->glCtx; 200 radeon->glCtx.Const.QueryCounterBits.SamplesPassed = 32; 202 radeon->glCtx.Const.QueryCounterBits.TimeElapsed = 0; 203 radeon->glCtx.Const.QueryCounterBits.Timestamp = 0; 204 radeon->glCtx.Const.QueryCounterBits.PrimitivesGenerated = 0; 205 radeon->glCtx.Const.QueryCounterBits.PrimitivesWritten = 0; 206 radeon->glCtx.Const.QueryCounterBits.VerticesSubmitted = 0; 207 radeon->glCtx [all...] |
| H A D | radeon_state.h | 60 radeonFallback( &rmesa->radeon.glCtx, bit, mode ); \
|
| H A D | radeon_cmdbuf.h | 104 radeon->glCtx.Driver.Flush(&radeon->glCtx, 0); /* +r6/r7 */
|
| H A D | radeon_common.c | 85 _mesa_resize_framebuffer(&radeon->glCtx, &draw_rfb->base, 92 _mesa_resize_framebuffer(&radeon->glCtx, &read_rfb->base, 98 radeonUpdateScissor(&radeon->glCtx); 382 radeon_draw_buffer(ctx, radeon->glCtx.DrawBuffer); 394 dwords = state->check(&radeon->glCtx, state); 432 const GLuint atom_size = atom->check(&radeon->glCtx, atom); 441 const GLuint atom_size = atom->check(&radeon->glCtx, atom); 459 dwords = atom->check(&radeon->glCtx, atom); 465 atom->emit(&radeon->glCtx, atom); 607 radeonEmitQueryEnd(&rmesa->glCtx); [all...] |
| H A D | radeon_fbo.c | 598 rb->_BaseFormat = _mesa_base_fbo_format(&radeon->glCtx, 870 radeon->glCtx.Driver.NewRenderbuffer = radeon_new_renderbuffer; 871 radeon->glCtx.Driver.MapRenderbuffer = radeon_map_renderbuffer; 872 radeon->glCtx.Driver.UnmapRenderbuffer = radeon_unmap_renderbuffer; 873 radeon->glCtx.Driver.BindFramebuffer = radeon_bind_framebuffer; 874 radeon->glCtx.Driver.FramebufferRenderbuffer = radeon_framebuffer_renderbuffer; 875 radeon->glCtx.Driver.RenderTexture = radeon_render_texture; 876 radeon->glCtx.Driver.FinishRenderTexture = radeon_finish_render_texture; 877 radeon->glCtx.Driver.ValidateFramebuffer = radeon_validate_framebuffer; 878 radeon->glCtx [all...] |
| H A D | radeon_ioctl.h | 94 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
|
| H A D | radeon_queryobj.c | 114 radeon->dma.flush(&radeon->glCtx); 154 radeon->dma.flush(&radeon->glCtx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.h | 58 r200Fallback( &rmesa->radeon.glCtx, bit, mode ); \
|
| H A D | r200_ioctl.h | 76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
|
| H A D | r200_tcl.c | 155 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); 314 state_size += rmesa->hw.vtx.check(&rmesa->radeon.glCtx, &rmesa->hw.vtx); 548 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); 615 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); 628 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.h | 58 r200Fallback( &rmesa->radeon.glCtx, bit, mode ); \
|
| H A D | r200_ioctl.h | 76 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); \
|
| H A D | r200_tcl.c | 155 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); 314 state_size += rmesa->hw.vtx.check(&rmesa->radeon.glCtx, &rmesa->hw.vtx); 548 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); 615 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx ); 628 rmesa->radeon.dma.flush( &rmesa->radeon.glCtx );
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxpbdemo.c | 142 GLXContext glCtx; local in function:Setup 170 glCtx = glXCreateNewContext(gDpy, gFBconfig, GLX_RGBA_TYPE, NULL, True); 171 if (glCtx) { 172 if (!glXIsDirect(gDpy, glCtx)) { 183 if (!glXMakeCurrent(gDpy, gPBuffer, glCtx)) {
|
| H A D | pbdemo.c | 49 static GLXContext glCtx; variable in typeref:typename:GLXContext 238 glCtx = glXCreateContext(gDpy, visInfo, NULL, True); 239 if (!glCtx) { 241 glCtx = glXCreateContext(gDpy, visInfo, NULL, False); 242 if (!glCtx) { 254 if (!glXMakeCurrent(gDpy, gPBuffer, glCtx)) {
|
| H A D | shape.c | 320 GLXContext glCtx; local in function:main 346 glCtx = glXCreateContext(dpy, visInfo, 0, True); 347 if (!glCtx) { 384 glXMakeCurrent(dpy, win, glCtx);
|