Searched refs:CLIP (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.h82 CLIP = 283, /* CLIP */ enumerator in enum:yytokentype
H A Dlex.yy.c1887 { return_token_or_DOT(require_ARB_vp, CLIP); }
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.h76 CLIP = 283, enumerator in enum:yytokentype
H A Dprogram_parse.tab.c259 CLIP = 283, enumerator in enum:yytokentype
754 "BACK", "CLIP", "COLOR", "DEPTH", "DIFFUSE", "DIRECTION", "EMISSION",
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-bits-image.c217 satot = CLIP ((int32_t)satot, 0, 0xff);
218 srtot = CLIP ((int32_t)srtot, 0, 0xff);
219 sgtot = CLIP ((int32_t)sgtot, 0, 0xff);
220 sbtot = CLIP ((int32_t)sbtot, 0, 0xff);
243 ret->a = CLIP ((int32_t)satot / 65536.f, 0.f, 1.f);
244 ret->r = CLIP ((int32_t)srtot / 65536.f, 0.f, 1.f);
245 ret->g = CLIP ((int32_t)sgtot / 65536.f, 0.f, 1.f);
246 ret->b = CLIP ((int32_t)sbtot / 65536.f, 0.f, 1.f);
H A Dpixman-fast-path.c2834 satot = CLIP (satot, 0, 0xff);
2835 srtot = CLIP (srtot, 0, 0xff);
2836 sgtot = CLIP (sgtot, 0, 0xff);
2837 sbtot = CLIP (sbtot, 0, 0xff);
H A Dpixman-private.h964 #define CLIP(v, low, high) ((v) < (low) ? (low) : ((v) > (high) ? (high) : (v))) macro
H A Dpixman-inlines.h73 *c = CLIP (*c, 0, size - 1);
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Drender-glyphs.c64 GLYPHS, OP, DST, SRC, MASK, CLIP, enumerator in enum:glyph_iter::__anon8bf282650103
275 if (gi->stage == CLIP) {
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_accel_common.c425 BEGIN_NV04(push, NV01_BLIT(CLIP), 3);
562 BEGIN_NV04(push, NV01_IFC(CLIP), 1);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
H A Dprogram_parse.y174 %token CLIP COLOR
1420 stateClipPlaneItem: CLIP '[' stateClipPlaneNum ']' PLANE
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
H A Dprogram_parse.y182 %token CLIP COLOR
1443 stateClipPlaneItem: CLIP '[' stateClipPlaneNum ']' PLANE
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst258 emit messages about the clip unit (for old gens, includes the CLIP
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2549 - iris: RASTER + SF + some CLIP, fix DIRTY vs. NEW

Completed in 39 milliseconds