Searched refs:DEPTH (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dfogcoord.c16 #define DEPTH 5.0f macro
23 static GLfloat fogStart = 1.0, fogEnd = DEPTH;
37 fogEnd = DEPTH;
153 {-1.0f,-1.0f,-DEPTH}, { 1.0f,-1.0f,-DEPTH}, { 1.0f, 1.0f,-DEPTH}, {-1.0f, 1.0f,-DEPTH},
156 {-1.0f,-1.0f,-DEPTH}, { 1.0f,-1.0f,-DEPTH}, { 1.0f,-1.0f, 0.0}, {-1.0f,-1.0f, 0.0},
159 {-1.0f, 1.0f,-DEPTH}, { 1.
[all...]
H A Dfbotexture.c20 #define DEPTH 1 macro
114 #if DEPTH
126 #if DEPTH || STENCIL
272 #if DEPTH
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A Dcapabilities.c306 #define DEPTH(flag,value) do { \ macro
313 DEPTH(kCGL0Bit, 0);
315 DEPTH(kCGL1Bit, 1);
317 DEPTH(kCGL2Bit, 2);
319 DEPTH(kCGL3Bit, 3);
321 DEPTH(kCGL4Bit, 4);
323 DEPTH(kCGL5Bit, 5);
325 DEPTH(kCGL6Bit, 6);
327 DEPTH(kCGL8Bit, 8);
329 DEPTH(kCGL10Bi
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A Dcapabilities.c325 #define DEPTH(flag, value) do { \ macro
332 DEPTH(kCGL0Bit, 0);
334 DEPTH(kCGL1Bit, 1);
336 DEPTH(kCGL2Bit, 2);
338 DEPTH(kCGL3Bit, 3);
340 DEPTH(kCGL4Bit, 4);
342 DEPTH(kCGL5Bit, 5);
344 DEPTH(kCGL6Bit, 6);
346 DEPTH(kCGL8Bit, 8);
348 DEPTH(kCGL10Bi
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dtex3d-layout.lua63 -- ignore any texture state w/ DEPTH=1, these aren't the 3d tex state we
65 if pkt[5].DEPTH <= 1 then
72 local depth0 = pkt[5].DEPTH
H A Dtexturator-to-unit-test-5xx.lua101 -- ignore any texture state w/ DEPTH=1, these aren't the 3d tex state we
110 local depth0 = pkt[5].DEPTH
H A Dtexturator-to-unit-test.lua92 -- ignore any texture state w/ DEPTH=1, these aren't the 3d tex state we
99 local depth0 = pkt[5].DEPTH
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.h84 DEPTH = 285, /* DEPTH */ enumerator in enum:yytokentype
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dxf86tokens.h253 DEPTH, enumerator in enum:__anon31d59bb00103
H A DScreen.c77 {DEPTH, "depth"},
118 case DEPTH:
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dxf86tokens.h250 DEPTH, enumerator in enum:__anon5f92ac430103
H A DScreen.c72 {DEPTH, "depth"},
141 case DEPTH:
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.h78 DEPTH = 285, enumerator in enum:yytokentype
/xsrc/external/mit/xterm/dist/
H A DcachedGCs.c64 #define DEPTH 8 macro
76 CgsCacheData list[DEPTH];
544 for (k = 0; k < DEPTH; ++k) {
605 for (j = 0; j < DEPTH; ++j) {
621 for (j = 0; j < DEPTH; ++j) {
635 for (j = 0, k = -1; j < DEPTH; ++j) {
791 for (n = 0; n < DEPTH; ++n) {
851 for (j = 0; j < DEPTH; ++j) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c131 context_dirty(ctx, DEPTH);
H A Dnouveau_state.c102 context_dirty(ctx, DEPTH);
108 context_dirty(ctx, DEPTH);
156 context_dirty(ctx, DEPTH);
H A Dnv10_state_fb.c155 context_dirty(ctx, DEPTH);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c131 context_dirty(ctx, DEPTH);
H A Dnouveau_state.c102 context_dirty(ctx, DEPTH);
108 context_dirty(ctx, DEPTH);
156 context_dirty(ctx, DEPTH);
H A Dnv10_state_fb.c155 context_dirty(ctx, DEPTH);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_format.c204 DEF_SWIZZLE(DEPTH, X, X, X, X);
/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dgfx10-rsrc.json397 {"bits": [0, 12], "name": "DEPTH"},
403 {"bits": [0, 12], "name": "DEPTH"},
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l248 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); }
H A Dprogram_parse.y175 %token DEPTH DIFFUSE DIRECTION
1615 stateDepthItem: DEPTH RANGE
1870 | RESULT DEPTH
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l248 {dot}depth { return_token_or_DOT(require_ARB_fp, DEPTH); }

Completed in 24 milliseconds

12