Home
last modified time | relevance | path

Searched refs:combinations (Results 1 – 25 of 145) sorted by relevance

123456

/external/deqp/android/cts/master/src/
Dgles3-hw-issues.txt122 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_clamp_mir…
123 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_clamp_rep…
124 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_mirror_mi…
125 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_mirror_re…
126 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_repeat_cl…
127 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_repeat_mi…
128 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_repeat_re…
129 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_nearest_clamp_mi…
130 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_nearest_clamp_re…
131 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_nearest_mirror_m…
[all …]
Dgles3-driver-issues.txt1003 dEQP-GLES3.functional.texture.filtering.2d.combinations.linear_mipmap_linear_linear_clamp_clamp
1004 dEQP-GLES3.functional.texture.filtering.2d.combinations.linear_mipmap_linear_linear_clamp_mirror
1005 dEQP-GLES3.functional.texture.filtering.2d.combinations.linear_mipmap_linear_nearest_clamp_clamp
1006 dEQP-GLES3.functional.texture.filtering.2d.combinations.linear_mipmap_nearest_linear_clamp_clamp
1007 dEQP-GLES3.functional.texture.filtering.2d.combinations.linear_mipmap_nearest_nearest_clamp_clamp
1008 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_linear_mirror_cl…
1009 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_linear_nearest_mirror_c…
1010 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_nearest_linear_clamp_mi…
1011 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_nearest_linear_mirror_c…
1012 dEQP-GLES3.functional.texture.filtering.2d_array.combinations.linear_mipmap_nearest_linear_mirror_m…
[all …]
/external/deqp/modules/gles2/scripts/
Dgen-swizzles.py83 combinations = Combinations(INPUT_TYPES, VECTOR_TYPES, PRECISION_TYPES) variable
84 print combinations.iterate()
85 for (inputType, dataType, precision) in combinations.iterate():
219 combinations = list(itertools.product(inValueList, convFuncList))
220 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
Dgen-conversions.py245 combinations = list(itertools.product(inValueList, convFuncList))
246 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
251 combinations = list(itertools.product(inValues, outValues))
252 return [IllegalConversionCase(inVal, outVal) for (inVal, outVal) in combinations]
/external/deqp/modules/gles3/scripts/
Dgen-swizzles.py83 combinations = Combinations(INPUT_TYPES, VECTOR_TYPES, PRECISION_TYPES) variable
84 print combinations.iterate()
85 for (inputType, dataType, precision) in combinations.iterate():
223 combinations = list(itertools.product(inValueList, convFuncList))
224 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
Dgen-conversions.py271 combinations = list(itertools.product(inValueList, convFuncList))
272 return [ConversionCase(inValues, convFunc) for (inValues, convFunc) in combinations]
277 combinations = list(itertools.product(inValues, outValues))
278 return [IllegalConversionCase(inVal, outVal) for (inVal, outVal) in combinations]
/external/hyphenation-patterns/hy/
Dhyph-hy.lic.txt14 % These are just primitive rules that hyphenate combinations like
22 % Some of the patterns below represent combinations that never
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DASTParser.stg3 * Deal with many combinations. Dimensions are:
10 * invalid. There is no huge explosion of combinations.
68 // plus list label plus ... The combinations might require complicated
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DASTParser.stg31 * Deal with many combinations. Dimensions are:
38 * invalid. There is no huge explosion of combinations.
104 // plus list label plus ... The combinations might require complicated
/external/lldb/examples/test/
Dusage-config2 # reassign the system stderr and stdout and to exercise different combinations
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java93 Iterable<List<Object>> combinations = buildCartesianProduct(concurrencyLevels, in buildAllPermutations() local
96 return Iterables.transform(combinations, in buildAllPermutations()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DASTParser.stg31 * Deal with many combinations. Dimensions are:
38 * invalid. There is no huge explosion of combinations.
97 // plus list label plus ... The combinations might require complicated
/external/deqp/doc/testspecs/GLES2/
Dfunctional.fbo.completeness.txt31 + All combinations of color0, depth and stencil attachments
76 * The type/unsized-format combinations corresponding to the color-renderable
80 * If OES_rgb8_rgba8 is exposed, the combinations ubyte/RGB and ubyte/RGBA are
Dfunctional.rasterization.txt45 not specified, reference rasterizer uses all valid combinations of
Dperformance.texture.upload.txt25 + All legal format-type-combinations
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DASTParser.stg31 * Deal with many combinations. Dimensions are:
38 * invalid. There is no huge explosion of combinations.
96 // plus list label plus ... The combinations might require complicated
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DASTParser.stg34 * Deal with many combinations. Dimensions are:
41 * invalid. There is no huge explosion of combinations.
99 // plus list label plus ... The combinations might require complicated
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DASTParser.stg31 * Deal with many combinations. Dimensions are:
38 * invalid. There is no huge explosion of combinations.
101 // plus list label plus ... The combinations might require complicated
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTParser.stg34 * Deal with many combinations. Dimensions are:
41 * invalid. There is no huge explosion of combinations.
110 // plus list label plus ... The combinations might require complicated
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DASTParser.stg34 * Deal with many combinations. Dimensions are:
41 * invalid. There is no huge explosion of combinations.
100 // plus list label plus ... The combinations might require complicated
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DASTParser.stg35 * Deal with many combinations. Dimensions are:
42 * invalid. There is no huge explosion of combinations.
104 // plus list label plus ... The combinations might require complicated
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.swizzle.txt26 + Randomized swizzle mode combinations
/external/clang/utils/ABITest/
DTypeGen.py239 def combinations(values, k): function
245 for cc in combinations(values[i+1:],k-1):
275 for enumerators in combinations(self.values, numEnumerators):
/external/vboot_reference/scripts/
Dgenpadding.sh45 * arrays corresponding to various combinations of algorithms for RSA signatures.
/external/skia/gyp/
Dcommon.gypi23 # combinations work. You should only override 'skia_os' for certain

123456