| /xsrc/external/mit/MesaLib/src/mesa/program/ |
| H A D | program_parse.tab.h | 82 CLIP = 283, /* CLIP */ enumerator in enum:yytokentype
|
| H A D | lex.yy.c | 1887 { return_token_or_DOT(require_ARB_vp, CLIP); }
|
| /xsrc/external/mit/MesaLib.old/src/mesa/program/ |
| H A D | program_parse.tab.h | 76 CLIP = 283, enumerator in enum:yytokentype
|
| H A D | program_parse.tab.c | 259 CLIP = 283, enumerator in enum:yytokentype 754 "BACK", "CLIP", "COLOR", "DEPTH", "DIFFUSE", "DIRECTION", "EMISSION",
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-bits-image.c | 217 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 D | pixman-fast-path.c | 2834 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 D | pixman-private.h | 964 #define CLIP(v, low, high) ((v) < (low) ? (low) : ((v) > (high) ? (high) : (v))) macro
|
| H A D | pixman-inlines.h | 73 *c = CLIP (*c, 0, size - 1);
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | render-glyphs.c | 64 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 D | nv_accel_common.c | 425 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 D | program_lexer.l | 246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
|
| H A D | program_parse.y | 174 %token CLIP COLOR 1420 stateClipPlaneItem: CLIP '[' stateClipPlaneNum ']' PLANE
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 246 {dot}clip { return_token_or_DOT(require_ARB_vp, CLIP); }
|
| H A D | program_parse.y | 182 %token CLIP COLOR 1443 stateClipPlaneItem: CLIP '[' stateClipPlaneNum ']' PLANE
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | envvars.rst | 258 emit messages about the clip unit (for old gens, includes the CLIP
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 2549 - iris: RASTER + SF + some CLIP, fix DIRTY vs. NEW
|