Searched refs:ps (Results 1 - 25 of 1626) sorted by relevance

1234567891011>>

/xsrc/external/mit/libXmu/dist/test/
H A DEditResStream.c34 ProtocolStream ps = { 0, 0, NULL, NULL, NULL }; local in function:main
48 _XEditResResetStream(&ps);
50 _XEditResPut8(&ps, 8);
51 _XEditResPut16(&ps, 16);
52 _XEditResPut16(&ps, 0xface);
53 _XEditResPut32(&ps, 32);
54 _XEditResPut32(&ps, 0xbabeface);
55 _XEditResPutString8(&ps, test_string);
56 _XEditResPutWidgetInfo(&ps, &i);
60 ps
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surfaces.c38 struct pipe_surface *ps; local in function:util_surfaces_do_get
45 ps = cso_hash_iter_data(cso_hash_find(us->u.hash, (layer << 8) | level));
51 ps = us->u.array[level];
54 if(ps && ps->context == ctx)
56 p_atomic_inc(&ps->reference.count);
57 *res = ps;
61 ps = (struct pipe_surface *)CALLOC(1, surface_struct_size);
62 if (!ps)
68 pipe_surface_init(ctx, ps, p
80 util_surfaces_do_detach(struct util_surfaces * us,struct pipe_surface * ps) argument
116 struct pipe_surface *ps = us->u.array[i]; local in function:util_surfaces_destroy
[all...]
H A Du_surfaces.h61 struct pipe_surface *ps = us->u.array[level]; local in function:util_surfaces_get
62 if(ps && ps->context == ctx)
64 p_atomic_inc(&ps->reference.count);
65 *res = ps;
85 void util_surfaces_do_detach(struct util_surfaces *us, struct pipe_surface *ps);
88 util_surfaces_detach(struct util_surfaces *us, struct pipe_surface *ps) argument
90 if(likely(ps->texture->target == PIPE_TEXTURE_2D || ps->texture->target == PIPE_TEXTURE_RECT))
92 us->u.array[ps
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dpixelshader9.h75 NinePixelShader9_UpdateKey( struct NinePixelShader9 *ps, argument
87 key = samplers_shadow & ps->sampler_mask;
88 samplers_fetch4 &= ps->sampler_mask;
90 if (unlikely(ps->byte_code.version < 0x20)) {
92 uint32_t m = ps->sampler_mask;
99 /* Note: For ps 1.X, only samplers 0 1 2 and 3 are available (except 1.4 where 4 and 5 are available).
100 * ps < 1.4: samplers_shadow 4b, samplers_ps1_types 8b, projected 8b
101 * ps 1.4: samplers_shadow 6b, samplers_ps1_types 12b
102 * Tot ps X.X samplers_shadow + extra: 20b */
103 assert((ps
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dpixelshader9.h75 NinePixelShader9_UpdateKey( struct NinePixelShader9 *ps, argument
85 key = samplers_shadow & ps->sampler_mask;
87 if (unlikely(ps->byte_code.version < 0x20)) {
89 uint32_t m = ps->sampler_mask;
96 /* Note: For ps 1.X, only samplers 0 1 2 and 3 are available (except 1.4 where 4 and 5 are available).
97 * ps < 1.4: samplers_shadow 4b, samplers_ps1_types 8b, projected 8b
98 * ps 1.4: samplers_shadow 6b, samplers_ps1_types 12b
99 * Tot ps X.X samplers_shadow + extra: 20b */
100 assert((ps->byte_code.version < 0x14 && !(ps
[all...]
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/meson/
H A Dtime.sh10 TESTPID=$(ps --ppid $TIMEPID -o pid=)
H A Dtime-strace.sh14 STRACEPID=$(ps --ppid $TIMEPID -o pid=)
15 TESTPID=$(ps --ppid $STRACEPID -o pid=)
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dfilter.c133 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureAddFilter
143 for (i = 0; i < ps->nfilters; i++)
144 if (ps->filters[i].id == id)
146 if (ps->filters)
147 filters = realloc(ps->filters, (ps->nfilters + 1) * sizeof (PictFilterRec));
152 ps->filters = filters;
153 i = ps->nfilters++;
154 ps->filters[i].name = PictureGetFilterName (id);
155 ps
165 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureSetFilterAlias
199 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureFindFilter
274 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureResetFilters
351 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:SetPicturePictFilter
[all...]
H A Dpicture.c58 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureDestroyWindow
68 pScreen->DestroyWindow = ps->DestroyWindow;
70 ps->DestroyWindow = pScreen->DestroyWindow;
78 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureCloseScreen
82 pScreen->CloseScreen = ps->CloseScreen;
85 for (n = 0; n < ps->nformats; n++)
86 if (ps->formats[n].type == PictTypeIndexed)
87 (*ps->CloseIndexed) (pScreen, &ps->formats[n]);
90 free(ps
99 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureStoreColors
444 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureInitIndexedFormat
468 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureInitIndexedFormats
500 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureSetSubpixelOrder
512 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureGetSubpixelOrder
522 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureMatchVisual
575 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureMatchFormat
612 PictureScreenPtr ps; local in function:PictureInit
757 PictureScreenPtr ps = GetPictureScreen(pDrawable->pScreen); local in function:CreatePicture
1071 PictureScreenPtr ps = pScreen ? GetPictureScreen(pScreen) : 0; local in function:ChangePicture
1298 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:SetPictureClipRects
1324 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:SetPictureClipRegion
1400 PictureScreenPtr ps = GetPictureScreen(pPicture->pDrawable->pScreen); local in function:SetPictureTransform
1415 PictureScreenPtr ps = GetPictureScreen(pSrc->pDrawable->pScreen); local in function:CopyPicture
1498 PictureScreenPtr ps = GetPictureScreen(pPicture->pDrawable->pScreen); local in function:ValidateOnePicture
1535 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:FreePicture
1694 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositePicture
1726 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeRects
1742 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTrapezoids
1759 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTriangles
1776 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTriStrip
1793 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTriFan
1807 PictureScreenPtr ps = GetPictureScreen(pPicture->pDrawable->pScreen); local in function:AddTraps
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Dfilter.c133 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureAddFilter
143 for (i = 0; i < ps->nfilters; i++)
144 if (ps->filters[i].id == id)
146 if (ps->filters)
148 reallocarray(ps->filters, ps->nfilters + 1, sizeof(PictFilterRec));
153 ps->filters = filters;
154 i = ps->nfilters++;
155 ps->filters[i].name = PictureGetFilterName(id);
156 ps
166 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureSetFilterAlias
199 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureFindFilter
272 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureResetFilters
352 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:SetPicturePictFilter
[all...]
H A Dpicture.c69 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureDestroyWindow
78 pScreen->DestroyWindow = ps->DestroyWindow;
80 ps->DestroyWindow = pScreen->DestroyWindow;
88 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureCloseScreen
92 pScreen->CloseScreen = ps->CloseScreen;
95 for (n = 0; n < ps->nformats; n++)
96 if (ps->formats[n].type == PictTypeIndexed)
97 (*ps->CloseIndexed) (pScreen, &ps->formats[n]);
100 free(ps
109 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:PictureStoreColors
417 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureInitIndexedFormat
446 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureInitIndexedFormats
477 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureSetSubpixelOrder
489 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureGetSubpixelOrder
499 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureMatchVisual
547 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:PictureMatchFormat
612 PictureScreenPtr ps; local in function:PictureInit
750 PictureScreenPtr ps = GetPictureScreen(pDrawable->pScreen); local in function:CreatePicture
1045 PictureScreenPtr ps = pScreen ? GetPictureScreen(pScreen) : 0; local in function:ChangePicture
1258 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:SetPictureClipRects
1281 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:SetPictureClipRegion
1348 PictureScreenPtr ps = GetPictureScreen(pPicture->pDrawable->pScreen); local in function:SetPictureTransform
1363 PictureScreenPtr ps = GetPictureScreen(pPicture->pDrawable->pScreen); local in function:ValidateOnePicture
1397 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:FreePicture
1537 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositePicture
1560 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeRects
1573 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTrapezoids
1588 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTriangles
1603 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTriStrip
1620 PictureScreenPtr ps = GetPictureScreen(pDst->pDrawable->pScreen); local in function:CompositeTriFan
1633 PictureScreenPtr ps = GetPictureScreen(pPicture->pDrawable->pScreen); local in function:AddTraps
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c132 struct pipe_surface *ps; local in function:llvmpipe_create_surface
144 ps = CALLOC_STRUCT(pipe_surface);
145 if (ps) {
146 pipe_reference_init(&ps->reference, 1);
147 pipe_resource_reference(&ps->texture, pt);
148 ps->context = pipe;
149 ps->format = surf_tmpl->format;
153 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
154 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
155 ps
[all...]
/xsrc/external/mit/xorg-docs/dist/
H A DMakefile.am34 specs/BDF/fig1.ps \
35 specs/BDF/fig2.ps \
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxpict.c140 PictureScreenPtr ps; local in function:dmxPictureInit
151 ps = GetPictureScreen(pScreen);
153 DMX_WRAP(CreatePicture, dmxCreatePicture, dmxScreen, ps);
154 DMX_WRAP(DestroyPicture, dmxDestroyPicture, dmxScreen, ps);
156 DMX_WRAP(ChangePictureClip, dmxChangePictureClip, dmxScreen, ps);
157 DMX_WRAP(DestroyPictureClip, dmxDestroyPictureClip, dmxScreen, ps);
159 DMX_WRAP(ChangePicture, dmxChangePicture, dmxScreen, ps);
160 DMX_WRAP(ValidatePicture, dmxValidatePicture, dmxScreen, ps);
162 DMX_WRAP(Composite, dmxComposite, dmxScreen, ps);
163 DMX_WRAP(Glyphs, dmxGlyphs, dmxScreen, ps);
789 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxCreatePicture
847 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxDestroyPicture
868 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxChangePictureClip
932 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxDestroyPictureClip
962 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxChangePicture
984 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxValidatePicture
1060 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxComposite
1117 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxCompositeRects
1167 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxTrapezoids
1210 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxTriangles
1253 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxTriStrip
1295 PictureScreenPtr ps = GetPictureScreen(pScreen); local in function:dmxTriFan
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c408 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:uxa_close_screen
435 if (ps) {
436 ps->Composite = uxa_screen->SavedComposite;
437 ps->CompositeRects = uxa_screen->SavedCompositeRects;
438 ps->Glyphs = uxa_screen->SavedGlyphs;
439 ps->Trapezoids = uxa_screen->SavedTrapezoids;
440 ps->AddTraps = uxa_screen->SavedAddTraps;
441 ps->Triangles = uxa_screen->SavedTriangles;
443 ps->UnrealizeGlyph = uxa_screen->SavedUnrealizeGlyph;
565 PictureScreenPtr ps local in function:uxa_driver_init
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c102 nv30_clear_render_target(struct pipe_context *pipe, struct pipe_surface *ps, argument
108 struct nv30_surface *sf = nv30_surface(ps);
109 struct nv30_miptree *mt = nv30_miptree(ps->texture);
115 rt_format = nv30_format(pipe->screen, ps->format)->hw;
116 if (util_format_get_blocksize(ps->format) == 4)
121 if (nv30_miptree(ps->texture)->swizzled) {
152 PUSH_DATA (push, pack_rgba(ps->format, color->f));
162 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, argument
168 struct nv30_surface *sf = nv30_surface(ps);
169 struct nv30_miptree *mt = nv30_miptree(ps
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c102 nv30_clear_render_target(struct pipe_context *pipe, struct pipe_surface *ps, argument
108 struct nv30_surface *sf = nv30_surface(ps);
109 struct nv30_miptree *mt = nv30_miptree(ps->texture);
115 rt_format = nv30_format(pipe->screen, ps->format)->hw;
116 if (util_format_get_blocksize(ps->format) == 4)
121 if (nv30_miptree(ps->texture)->swizzled) {
152 PUSH_DATA (push, pack_rgba(ps->format, color->f));
162 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, argument
168 struct nv30_surface *sf = nv30_surface(ps);
169 struct nv30_miptree *mt = nv30_miptree(ps
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinshadgdi.c752 PAINTSTRUCT ps; local in function:winBltExposedRegionsShadowGDI
755 hdcUpdate = BeginPaint(pScreenPriv->hwndScreen, &ps);
757 if (ps.rcPaint.right == 0 && ps.rcPaint.bottom == 0 &&
758 ps.rcPaint.left == 0 && ps.rcPaint.top == 0) {
759 EndPaint(pScreenPriv->hwndScreen, &ps);
773 ps.rcPaint.left, ps.rcPaint.top,
774 ps
819 PAINTSTRUCT ps; local in function:winBltExposedWindowRegionShadowGDI
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_texture.c295 struct pipe_surface *ps; local in function:softpipe_create_surface
297 ps = CALLOC_STRUCT(pipe_surface);
298 if (ps) {
299 pipe_reference_init(&ps->reference, 1);
300 pipe_resource_reference(&ps->texture, pt);
301 ps->context = pipe;
302 ps->format = surf_tmpl->format;
305 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
306 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
307 ps
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_texture.c295 struct pipe_surface *ps; local in function:softpipe_create_surface
297 ps = CALLOC_STRUCT(pipe_surface);
298 if (ps) {
299 pipe_reference_init(&ps->reference, 1);
300 pipe_resource_reference(&ps->texture, pt);
301 ps->context = pipe;
302 ps->format = surf_tmpl->format;
305 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
306 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
307 ps
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c359 PictureScreenPtr ps = GetPictureScreenIfSet(screen); local in function:uxa_close_screen
397 if (ps) {
398 ps->Composite = uxa_screen->SavedComposite;
399 ps->Glyphs = uxa_screen->SavedGlyphs;
400 ps->Trapezoids = uxa_screen->SavedTrapezoids;
401 ps->AddTraps = uxa_screen->SavedAddTraps;
402 ps->Triangles = uxa_screen->SavedTriangles;
404 ps->UnrealizeGlyph = uxa_screen->SavedUnrealizeGlyph;
522 PictureScreenPtr ps = GetPictureScreenIfSet(screen); local in function:uxa_driver_init
523 if (ps) {
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c359 PictureScreenPtr ps = GetPictureScreenIfSet(screen); local in function:uxa_close_screen
397 if (ps) {
398 ps->Composite = uxa_screen->SavedComposite;
399 ps->Glyphs = uxa_screen->SavedGlyphs;
400 ps->Trapezoids = uxa_screen->SavedTrapezoids;
401 ps->AddTraps = uxa_screen->SavedAddTraps;
402 ps->Triangles = uxa_screen->SavedTriangles;
404 ps->UnrealizeGlyph = uxa_screen->SavedUnrealizeGlyph;
522 PictureScreenPtr ps = GetPictureScreenIfSet(screen); local in function:uxa_driver_init
523 if (ps) {
[all...]
/xsrc/external/mit/xorgproto/dist/specs/
H A DMakefile.am14 printproto/xp_proto.ps \
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c368 PictureScreenPtr ps = GetPictureScreenIfSet(pScreen); local in function:uxa_close_screen
384 if (ps) {
385 ps->Composite = uxa_screen->SavedComposite;
386 ps->Glyphs = uxa_screen->SavedGlyphs;
387 ps->Trapezoids = uxa_screen->SavedTrapezoids;
388 ps->AddTraps = uxa_screen->SavedAddTraps;
389 ps->Triangles = uxa_screen->SavedTriangles;
430 PictureScreenPtr ps; local in function:uxa_driver_init
460 ps = GetPictureScreenIfSet(screen);
509 if (ps) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_info.c67 info->ps.writes_memory = true;
143 info->ps.reads_persp_center = true;
145 info->ps.reads_persp_centroid = true;
147 info->ps.reads_persp_sample = true;
153 info->ps.reads_linear_center = true;
155 info->ps.reads_linear_centroid = true;
157 info->ps.reads_linear_sample = true;
163 info->ps.needs_sample_positions = true;
167 info->ps.reads_barycentric_model = true;
203 info->ps
[all...]

Completed in 37 milliseconds

1234567891011>>