HomeSort by: relevance | last modified time | path
    Searched refs:two (Results 1 - 25 of 408) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
100-macro-with-colon.c 2 #define two 2 macro
5 case one + two:
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
057-empty-arguments.c 5 #define two(x,y) success macro
6 two(,)
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
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/
100-macro-with-colon.c 2 #define two 2 macro
5 case one + two:
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
057-empty-arguments.c 5 #define two(x,y) success macro
6 two(,)
020-define-func-2-arg-multi.c 1 #define foo(x,y) x,two fish,red fish,y
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/
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/two.cpp | grep "two/two.o: one/def.h" && fals
    [all...]
  /xsrc/external/mit/makedepend/dist/tests/28045/
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/fontconfig/dist/doc/
fcvalue.fncs 56 @PURPOSE@ Test two values for equality
58 Compares two values. Integers and Doubles are compared as numbers; otherwise
59 the two values have to be the same type to be considered equal. Strings are
fcmatrix.fncs 45 @PURPOSE@ Compare two matrices
  /xsrc/external/mit/MesaLib/dist/src/mapi/
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!
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/mapi/
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!
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/
negative_equal_tests.cpp 157 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); local
160 nir_ssa_def *result = nir_fadd(&bld, two, negative_two);
171 nir_ssa_def *two = nir_imm_int(&bld, 2); local
174 nir_ssa_def *result = nir_iadd(&bld, two, negative_two);
189 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); local
190 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two);
209 nir_ssa_def *two = nir_imm_int(&bld, 2); local
210 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two);
    [all...]
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
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-dimensional arra
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
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-dimensional arra
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
negative_equal_tests.cpp 137 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); local
140 nir_ssa_def *result = nir_fadd(&bld, two, negative_two);
151 nir_ssa_def *two = nir_imm_int(&bld, 2); local
154 nir_ssa_def *result = nir_iadd(&bld, two, negative_two);
169 nir_ssa_def *two = nir_imm_float(&bld, 2.0f); local
170 nir_ssa_def *two_plus_two = nir_fadd(&bld, two, two);
189 nir_ssa_def *two = nir_imm_int(&bld, 2); local
190 nir_ssa_def *two_plus_two = nir_iadd(&bld, two, two);
    [all...]
opt_if_tests.cpp 143 nir_ssa_def *two = nir_imm_int(&bld, 2); local
155 nir_ssa_def *y = nir_iadd(&bld, &phi->dest.ssa, two);
157 nir_imul(&bld, &phi->dest.ssa, two), 1);
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_macros.h 46 #define DMAINDICES(one,two,three,four) \
48 (MAKEDMAINDEX(two) << 8) | \
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_buffer.c 159 VkMemoryRequirements2 *two; member in union:__anon2902
161 } u = { .two = pMemoryRequirements };
166 u.two->memoryRequirements =

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>