Searched refs:two (Results 1 - 25 of 788) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D100-macro-with-colon.c2 #define two 2 macro
5 case one + two:
H A D054-if-with-macros.c2 #define two 2 macro
5 #if five < two
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
H A D057-empty-arguments.c5 #define two(x,y) success macro
6 two(,)
H A D020-define-func-2-arg-multi.c1 #define foo(x,y) x,two fish,red fish,y
H A D039-func-arg-obj-macro-with-comma.c3 #define bar two,words
20 #define bar_parens (two,words)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D100-macro-with-colon.c2 #define two 2 macro
5 case one + two:
H A D054-if-with-macros.c2 #define two 2 macro
5 #if five < two
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
H A D057-empty-arguments.c5 #define two(x,y) success macro
6 two(,)
H A D020-define-func-2-arg-multi.c1 #define foo(x,y) x,two fish,red fish,y
H A D039-func-arg-obj-macro-with-comma.c3 #define bar two,words
20 #define bar_parens (two,words)
/xsrc/external/mit/makedepend/dist/tests/1/
H A Dmakedep.sh26 # - 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 Dmakedep.sh17 # - 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 Dshader.rst6 One of the two types of shaders supported by Gallium.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dshader.rst6 One of the two types of shaders supported by Gallium.
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dentry_ppc64le_tls.h34 // 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 Dentry_ppc64le_tsd.h34 // 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 Dentry_ppc64le_tls.h34 // 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 Dentry_ppc64le_tsd.h34 // 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 Dnegative_equal_tests.cpp157 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 DMESA_texture_array.spec44 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 DMESA_texture_array.spec44 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 Dnegative_equal_tests.cpp137 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 Dopt_if_tests.cpp143 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 DREADME.md8 There are two underlying implementations:
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_macros.h46 #define DMAINDICES(one,two,three,four) \
48 (MAKEDMAINDEX(two) << 8) | \

Completed in 15 milliseconds

1234567891011>>