Searched refs:sp (Results 1 - 25 of 222) sorted by relevance

123456789

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) argument
37 quad->next = sp->quad.first;
38 sp->quad.first = quad;
43 sp_build_quad_pipeline(struct softpipe_context *sp) argument
46 (sp->depth_stencil->depth.enabled &&
47 sp->framebuffer.zsbuf &&
48 !sp->depth_stencil->alpha.enabled &&
49 !sp->fs_variant->info.uses_kill &&
50 !sp->fs_variant->info.writes_z &&
51 !sp
[all...]
H A Dsp_draw_arrays.c64 struct softpipe_context *sp = softpipe_context(pipe); local in function:softpipe_draw_vbo
65 struct draw_context *draw = sp->draw;
69 if (!softpipe_check_render_cond(sp))
77 sp->reduced_api_prim = u_reduced_prim(info->mode);
79 if (sp->dirty) {
80 softpipe_update_derived(sp, sp->reduced_api_prim);
84 for (i = 0; i < sp->num_vertex_buffers; i++) {
85 const void *buf = sp->vertex_buffer[i].is_user_buffer ?
86 sp
[all...]
H A Dsp_state_surface.c51 struct softpipe_context *sp = softpipe_context(pipe); local in function:softpipe_set_framebuffer_state
54 draw_flush(sp->draw);
60 if (sp->framebuffer.cbufs[i] != cb) {
62 sp_flush_tile_cache(sp->cbuf_cache[i]);
65 pipe_surface_reference(&sp->framebuffer.cbufs[i], cb);
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
72 sp->framebuffer.nr_cbufs = fb->nr_cbufs;
75 if (sp->framebuffer.zsbuf != fb->zsbuf) {
77 sp_flush_tile_cache(sp->zsbuf_cache);
80 pipe_surface_reference(&sp
[all...]
H A Dsp_surface.c37 struct softpipe_context *sp = softpipe_context(pipe); local in function:sp_blit
39 if (info->render_condition_enable && !softpipe_check_render_cond(sp))
54 if (!util_blitter_is_blit_supported(sp->blitter, info)) {
63 util_blitter_save_vertex_buffer_slot(sp->blitter, sp->vertex_buffer);
64 util_blitter_save_vertex_elements(sp->blitter, sp->velems);
65 util_blitter_save_vertex_shader(sp->blitter, sp->vs);
66 util_blitter_save_geometry_shader(sp
135 sp_init_surface_functions(struct softpipe_context * sp) argument
[all...]
H A Dsp_surface.h39 sp_init_surface_functions(struct softpipe_context *sp);
H A Dsp_query.h36 softpipe_check_render_cond(struct softpipe_context *sp);
H A Dsp_state_derived.c250 compute_cliprect(struct softpipe_context *sp) argument
255 uint surfWidth = sp->framebuffer.width;
256 uint surfHeight = sp->framebuffer.height;
261 if (sp->rasterizer->scissor) {
267 sp->cliprect[i].minx = MAX2(sp->scissors[i].minx, 0);
268 sp->cliprect[i].miny = MAX2(sp->scissors[i].miny, 0);
269 sp->cliprect[i].maxx = MIN2(sp
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) argument
37 quad->next = sp->quad.first;
38 sp->quad.first = quad;
43 sp_build_quad_pipeline(struct softpipe_context *sp) argument
46 (sp->depth_stencil->depth_enabled &&
47 sp->framebuffer.zsbuf &&
48 !sp->depth_stencil->alpha_enabled &&
49 !sp->fs_variant->info.uses_kill &&
50 !sp->fs_variant->info.writes_z &&
51 !sp
[all...]
H A Dsp_state_surface.c51 struct softpipe_context *sp = softpipe_context(pipe); local in function:softpipe_set_framebuffer_state
54 draw_flush(sp->draw);
60 if (sp->framebuffer.cbufs[i] != cb) {
62 sp_flush_tile_cache(sp->cbuf_cache[i]);
65 pipe_surface_reference(&sp->framebuffer.cbufs[i], cb);
68 sp_tile_cache_set_surface(sp->cbuf_cache[i], cb);
72 sp->framebuffer.nr_cbufs = fb->nr_cbufs;
75 if (sp->framebuffer.zsbuf != fb->zsbuf) {
77 sp_flush_tile_cache(sp->zsbuf_cache);
80 pipe_surface_reference(&sp
[all...]
H A Dsp_surface.c37 struct softpipe_context *sp = softpipe_context(pipe); local in function:sp_blit
39 if (info->render_condition_enable && !softpipe_check_render_cond(sp))
54 if (!util_blitter_is_blit_supported(sp->blitter, info)) {
63 util_blitter_save_vertex_buffer_slot(sp->blitter, sp->vertex_buffer);
64 util_blitter_save_vertex_elements(sp->blitter, sp->velems);
65 util_blitter_save_vertex_shader(sp->blitter, sp->vs);
66 util_blitter_save_geometry_shader(sp
135 sp_init_surface_functions(struct softpipe_context * sp) argument
[all...]
H A Dsp_draw_arrays.c76 struct softpipe_context *sp = softpipe_context(pipe); local in function:softpipe_draw_vbo
77 struct draw_context *draw = sp->draw;
81 if (!softpipe_check_render_cond(sp))
89 sp->reduced_api_prim = u_reduced_prim(info->mode);
91 if (sp->dirty) {
92 softpipe_update_derived(sp, sp->reduced_api_prim);
96 for (i = 0; i < sp->num_vertex_buffers; i++) {
97 const void *buf = sp->vertex_buffer[i].is_user_buffer ?
98 sp
[all...]
H A Dsp_surface.h39 sp_init_surface_functions(struct softpipe_context *sp);
H A Dsp_query.h36 softpipe_check_render_cond(struct softpipe_context *sp);
H A Dsp_state_derived.c250 compute_cliprect(struct softpipe_context *sp) argument
255 uint surfWidth = sp->framebuffer.width;
256 uint surfHeight = sp->framebuffer.height;
261 if (sp->rasterizer->scissor) {
267 sp->cliprect[i].minx = MAX2(sp->scissors[i].minx, 0);
268 sp->cliprect[i].miny = MAX2(sp->scissors[i].miny, 0);
269 sp->cliprect[i].maxx = MIN2(sp
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dclientattrib.c74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local in function:__indirect_glPushClientAttrib
77 if (!(sp = *spp)) {
78 sp = malloc(sizeof(__GLXattribute));
79 if (sp == NULL) {
83 *spp = sp;
85 sp->mask = mask;
88 sp->storePack = state->storePack;
89 sp->storeUnpack = state->storeUnpack;
106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local in function:__indirect_glPopClientAttrib
111 sp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dclientattrib.c74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local in function:__indirect_glPushClientAttrib
77 if (!(sp = *spp)) {
78 sp = malloc(sizeof(__GLXattribute));
79 if (sp == NULL) {
83 *spp = sp;
85 sp->mask = mask;
88 sp->storePack = state->storePack;
89 sp->storeUnpack = state->storeUnpack;
106 __GLXattribute **spp = gc->attributes.stackPointer, *sp; local in function:__indirect_glPopClientAttrib
111 sp
136 __GLXattribute *sp, **spp; local in function:__glFreeAttributeState
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DSetStCmap.c70 Screen *sp; local in function:XSetStandardColormap
73 sp = _XScreenOfWindow (dpy, w);
74 if (!sp) {
87 stdcmap.visualid = sp->root_visual->visualid;
H A DOpenDis.c385 register Screen *sp = &dpy->screens[i]; local in function:XOpenDisplay
396 sp->display = dpy;
397 sp->root = u.rp->windowId;
398 sp->cmap = u.rp->defaultColormap;
399 sp->white_pixel = u.rp->whitePixel;
400 sp->black_pixel = u.rp->blackPixel;
401 sp->root_input_mask = u.rp->currentInputMask;
402 sp->width = u.rp->pixWidth;
403 sp->height = u.rp->pixHeight;
404 sp
514 register Screen *sp = &dpy->screens[i]; local in function:XOpenDisplay
631 Screen *sp = &dpy->screens[i]; local in function:_XFreeDisplayStructure
[all...]
H A DVisUtil.c67 Screen *sp; local in function:XGetVisualInfo
102 sp = (Screen *)(&dpy->screens[ii]);
106 for (dp=sp->depths; dp < (sp->depths + sp->ndepths); dp++)
202 Screen *sp;
210 sp = (Screen *)(&dpy->screens[screen]);
212 dp = sp->depths;
214 for (ii=0; ii < sp->ndepths; ii++)
201 Screen *sp; local in function:XMatchVisualInfo
H A DClDisplay.c56 register Screen *sp = &dpy->screens[i]; local in function:XCloseDisplay
57 XFreeGC (dpy, sp->default_gc);
H A DGetStCmap.c79 Screen *sp = _XScreenOfWindow (dpy, w); local in function:XGetStandardColormap
82 if (!sp) {
86 vid = sp->root_visual->visualid;
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_common.c78 unsigned long sp, unsigned long dp, long w, long h,
89 src += sp;
96 src += sp;
103 src += sp;
110 src += sp;
77 geode_memory_to_screen_blt(unsigned long src,unsigned long dst,unsigned long sp,unsigned long dp,long w,long h,int bpp) argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_hwmc.c87 struct drm_i915_setparam sp; local in function:intel_xvmc_driver_init
101 sp.param = I915_SETPARAM_ALLOW_BATCHBUFFER;
102 sp.value = 1;
104 &sp, sizeof(sp));
/xsrc/external/mit/xf86-video-imstt/dist/src/
H A Dimstt_accel.c113 unsigned long sp, dp, ll; local in function:IMSTTSetupForScreenToScreenCopy
120 sp = ll << 16;
130 sp |= -(ll) & 0xffff;
134 sp |= ll;
139 iptr->sp = sp;
175 OUTREG(IMSTT_SP, iptr->sp);
/xsrc/external/mit/xman/dist/
H A Dman.c615 Byte **sp, **ep; local in function:sortstrs
627 sp = data;
632 sortstrs_block_oo(sp, ep, 0, 0x80, origorder, &origorder[size - 1],
637 sortstrs_block(sp, ep, 0, 0x80, othersp, otherep);
650 reg Byte **sp, **ep; local in function:sortstrs_block
670 sp = start;
678 newstring(sp)
679 while (((sp != ep) && ((curstrlen < off) || ((t[off] & m) == 0)))) {
680 ++sp;
682 newstring(sp)
742 reg Byte **sp, **ep; local in function:sortstrs_block_oo
[all...]

Completed in 20 milliseconds

123456789