| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 100-macro-with-colon.c | 2 #define two 2 macro 5 case one + two:
|
| H A D | 054-if-with-macros.c | 2 #define two 2 macro 5 #if five < two 10 #if three >= two 15 #if two + three <= five 20 #if five - two == three
|
| H A D | 057-empty-arguments.c | 5 #define two(x,y) success macro 6 two(,)
|
| H A D | 020-define-func-2-arg-multi.c | 1 #define foo(x,y) x,two fish,red fish,y
|
| H A D | 039-func-arg-obj-macro-with-comma.c | 3 #define bar two,words 20 #define bar_parens (two,words)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 100-macro-with-colon.c | 2 #define two 2 macro 5 case one + two:
|
| H A D | 054-if-with-macros.c | 2 #define two 2 macro 5 #if five < two 10 #if three >= two 15 #if two + three <= five 20 #if five - two == three
|
| H A D | 057-empty-arguments.c | 5 #define two(x,y) success macro 6 two(,)
|
| H A D | 020-define-func-2-arg-multi.c | 1 #define foo(x,y) x,two fish,red fish,y
|
| H A D | 039-func-arg-obj-macro-with-comma.c | 3 #define bar two,words 20 #define bar_parens (two,words)
|
| /xsrc/external/mit/makedepend/dist/tests/1/ |
| H A D | makedep.sh | 26 # - directory named "two" containing file two.cpp which includes def.h in the same directory 27 mkdir -p one two 30 touch one/def.h two/def.h 32 cp ${test_srcdir}/1/two.cpp two/ 34 # two/two.cpp depends on two/def.h (not the one seen during exploration in previous directory) 35 $MAKEDEPEND -f- -I. one/one.cpp two/tw [all...] |
| /xsrc/external/mit/makedepend/dist/tests/28045/ |
| H A D | makedep.sh | 17 # - directory named "two" containing empty file named "one" 18 mkdir one two 19 touch two/one 28 rm -rf one two
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | shader.rst | 6 One of the two types of shaders supported by Gallium.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | shader.rst | 6 One of the two types of shaders supported by Gallium.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | entry_ppc64le_tls.h | 34 // NOTE: These must be powers of two: 38 #error PPC64LE_ENTRY_SIZE must be a power of two! 41 #error PPC64LE_PAGE_ALIGN must be a power of two!
|
| H A D | entry_ppc64le_tsd.h | 34 // NOTE: These must be powers of two: 38 #error PPC64LE_ENTRY_SIZE must be a power of two! 41 #error PPC64LE_PAGE_ALIGN must be a power of two!
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | entry_ppc64le_tls.h | 34 // NOTE: These must be powers of two: 38 #error PPC64LE_ENTRY_SIZE must be a power of two! 41 #error PPC64LE_PAGE_ALIGN must be a power of two!
|
| H A D | entry_ppc64le_tsd.h | 34 // NOTE: These must be powers of two: 38 #error PPC64LE_ENTRY_SIZE must be a power of two! 41 #error PPC64LE_PAGE_ALIGN must be a power of two!
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| H A D | negative_equal_tests.cpp | 157 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); variable in typeref:typename:nir_ssa_def * 160 nir_ssa_def *result = nir_fadd(&bld, two, negative_two); 171 nir_ssa_def *two = nir_imm_int(&bld, 2); local in function:TEST_F 174 nir_ssa_def *result = nir_iadd(&bld, two, negative_two); 189 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); local in function:TEST_F 190 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two); 209 nir_ssa_def *two = nir_imm_int(&bld, 2); local in function:TEST_F 210 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_texture_array.spec | 44 blend two textures out of a larger set of textures. Moreover, in some 56 in a different texture map, and dynamically select which two 174 TEXTURE_2D_ARRAY_EXT for an two-dimensional array texture. 177 two-dimensional proxy array texture." 199 is used to specify a two-dimensional texture image. target must be one 200 of TEXTURE_2D for a two-dimensional texture, TEXTURE_1D_ARRAY_EXT for a 205 target may be either PROXY_TEXTURE_2D for a two-dimensional proxy 237 defines a two-dimensional texture image in exactly the manner of 286 w(x,y) = 0; for a two-dimensional texture or a two [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_array.spec | 44 blend two textures out of a larger set of textures. Moreover, in some 56 in a different texture map, and dynamically select which two 174 TEXTURE_2D_ARRAY_EXT for an two-dimensional array texture. 177 two-dimensional proxy array texture." 199 is used to specify a two-dimensional texture image. target must be one 200 of TEXTURE_2D for a two-dimensional texture, TEXTURE_1D_ARRAY_EXT for a 205 target may be either PROXY_TEXTURE_2D for a two-dimensional proxy 237 defines a two-dimensional texture image in exactly the manner of 286 w(x,y) = 0; for a two-dimensional texture or a two [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | negative_equal_tests.cpp | 137 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); local in function:compare_with_self 140 nir_ssa_def *result = nir_fadd(&bld, two, negative_two); 151 nir_ssa_def *two = nir_imm_int(&bld, 2); local in function:TEST_F 154 nir_ssa_def *result = nir_iadd(&bld, two, negative_two); 169 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); local in function:TEST_F 170 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two); 189 nir_ssa_def *two = nir_imm_int(&bld, 2); local in function:TEST_F 190 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two); [all...] |
| H A D | opt_if_tests.cpp | 143 nir_ssa_def *two = nir_imm_int(&bld, 2); local in function:TEST_F 155 nir_ssa_def *y = nir_iadd(&bld, &phi->dest.ssa, two); 157 nir_imul(&bld, &phi->dest.ssa, two), 1);
|
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | README.md | 8 There are two underlying implementations:
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_macros.h | 46 #define DMAINDICES(one,two,three,four) \ 48 (MAKEDMAINDEX(two) << 8) | \
|