/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i830_texblend.c | 134 const struct gl_tex_env_combine_state * combine, in i830SetTexEnvCombine() argument 138 const GLuint numColorArgs = combine->_NumArgsRGB; in i830SetTexEnvCombine() 139 const GLuint numAlphaArgs = combine->_NumArgsA; in i830SetTexEnvCombine() 169 switch (combine->ModeRGB) { in i830SetTexEnvCombine() 171 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine() 181 rgb_shift = combine->ScaleShiftRGB; in i830SetTexEnvCombine() 182 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine() 187 switch (combine->ModeRGB) { in i830SetTexEnvCombine() 223 switch (combine->SourceRGB[i]) { in i830SetTexEnvCombine() 231 args_RGB[i] = GetTexelOp(combine->SourceRGB[i] - GL_TEXTURE0); in i830SetTexEnvCombine() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_texblend.c | 134 const struct gl_tex_env_combine_state * combine, in i830SetTexEnvCombine() argument 138 const GLuint numColorArgs = combine->_NumArgsRGB; in i830SetTexEnvCombine() 139 const GLuint numAlphaArgs = combine->_NumArgsA; in i830SetTexEnvCombine() 169 switch (combine->ModeRGB) { in i830SetTexEnvCombine() 171 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine() 181 rgb_shift = combine->ScaleShiftRGB; in i830SetTexEnvCombine() 182 alpha_shift = combine->ScaleShiftA; in i830SetTexEnvCombine() 187 switch (combine->ModeRGB) { in i830SetTexEnvCombine() 223 switch (combine->SourceRGB[i]) { in i830SetTexEnvCombine() 231 args_RGB[i] = GetTexelOp(combine->SourceRGB[i] - GL_TEXTURE0); in i830SetTexEnvCombine() [all …]
|
/external/stlport/test/unit/ |
D | locale_test.cpp | 236 void LocaleTest::combine() in combine() function in LocaleTest 244 loc.combine<messages<char> >(loc); in combine() 255 loc.combine<dummy_facet>(loc); in combine() 290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); in combine() 291 loc = loc.combine<moneypunct<char, false> >(loc2); in combine() 292 loc = loc.combine<money_put<char> >(loc2); in combine() 293 loc = loc.combine<money_get<char> >(loc2); in combine() 306 locale loc = loc2.combine<numpunct<char> >(loc1); in combine() 307 loc = loc.combine<time_put<char> >(loc1); in combine() 308 loc = loc.combine<time_get<char> >(loc1); in combine() [all …]
|
/external/llvm/test/Transforms/CodeExtractor/ |
D | 2004-03-18-InvokeHandling.ll | 11 i32 61, label %combine 12 i32 33, label %combine 13 i32 94, label %combine 14 i32 37, label %combine 15 i32 47, label %combine 16 i32 42, label %combine 17 i32 62, label %combine 18 i32 60, label %combine 19 i32 58, label %combine 20 i32 124, label %combine [all …]
|
/external/llvm/include/llvm/ADT/ |
D | Hashing.h | 563 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, 568 return combine(length, buffer_ptr, buffer_end, args...); 577 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, 581 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5, arg6); 584 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, 588 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4, arg5); 591 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, 595 return combine(length, buffer_ptr, buffer_end, arg2, arg3, arg4); 598 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end, 601 return combine(length, buffer_ptr, buffer_end, arg2, arg3); [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | tfr-to-combine.ll | 3 ; Check that we combine TFRs and TFRIs into COMBINEs. 11 ; CHECK: combine(#10, #0) 20 ; CHECK: combine(#0, r{{[0-9]+}}) 30 ; CHECK: combine(#0, ##100)
|
D | args.ll | 3 ; CHECK: r1:0 = combine(#2, #1) 4 ; CHECK: r3:2 = combine(#4, #3) 5 ; CHECK: r5:4 = combine(#6, #5)
|
D | extload-combine.ll | 2 ; Check that the combine/stxw instructions are being generated. 3 ; In case of combine one of the operand should be 0 and another should be 19 ; CHECK: combine(#0, [[VAR]]) 41 ; CHECK: combine(#0, [[VAR2]]) 63 ; CHECK: combine(#0, [[VAR4]])
|
D | combine_ir.ll | 3 ; CHECK: combine(#0 16 ; CHECK: combine(#0 32 ; CHECK: combine(#0
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texstate.c | 391 struct gl_tex_env_combine_state *combine; in update_tex_combine() local 416 combine = texUnit->_CurrentCombine; in update_tex_combine() 419 switch (combine->ModeRGB) { in update_tex_combine() 421 combine->_NumArgsRGB = 1; in update_tex_combine() 426 combine->_NumArgsRGB = 4; in update_tex_combine() 428 combine->_NumArgsRGB = 2; in update_tex_combine() 436 combine->_NumArgsRGB = 2; in update_tex_combine() 442 combine->_NumArgsRGB = 3; in update_tex_combine() 446 combine->_NumArgsRGB = 0; in update_tex_combine() 449 combine->_NumArgsRGB = 0; in update_tex_combine() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texstate.c | 391 struct gl_tex_env_combine_state *combine; in update_tex_combine() local 416 combine = texUnit->_CurrentCombine; in update_tex_combine() 419 switch (combine->ModeRGB) { in update_tex_combine() 421 combine->_NumArgsRGB = 1; in update_tex_combine() 426 combine->_NumArgsRGB = 4; in update_tex_combine() 428 combine->_NumArgsRGB = 2; in update_tex_combine() 436 combine->_NumArgsRGB = 2; in update_tex_combine() 442 combine->_NumArgsRGB = 3; in update_tex_combine() 446 combine->_NumArgsRGB = 0; in update_tex_combine() 449 combine->_NumArgsRGB = 0; in update_tex_combine() [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | BstCountBasedBalancePolicies.java | 58 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) { in noRebalancePolicy() method in BstCountBasedBalancePolicies 65 left, left.childOrNull(LEFT), combine(nodeFactory, left.childOrNull(RIGHT), right)); in noRebalancePolicy() 67 return nodeFactory.createNode(right, combine(nodeFactory, left, right.childOrNull(LEFT)), in noRebalancePolicy() 133 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) { 190 public N combine(BstNodeFactory<N> nodeFactory, @Nullable N left, @Nullable N right) { 199 N resultLeft = combine(nodeFactory, left, right.childOrNull(LEFT)); 203 N resultRight = combine(nodeFactory, left.childOrNull(RIGHT), right); 207 return singleBalancePolicy.combine(nodeFactory, left, right);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | file.c | 542 char *combine; in yasm_fopen_include() local 547 combine = yasm__combpath(from, iname); in yasm_fopen_include() 548 f = fopen(combine, mode); in yasm_fopen_include() 551 *oname = combine; in yasm_fopen_include() 553 yasm_xfree(combine); in yasm_fopen_include() 556 yasm_xfree(combine); in yasm_fopen_include() 560 combine = yasm__combpath(np->path, iname); in yasm_fopen_include() 561 f = fopen(combine, mode); in yasm_fopen_include() 564 *oname = combine; in yasm_fopen_include() 566 yasm_xfree(combine); in yasm_fopen_include() [all …]
|
/external/emma/core/java12/com/vladium/emma/ |
D | EMMAProperties.java | 162 properties = IProperties.Factory.combine (userOverrides, in getAppProperties() 163 IProperties.Factory.combine (system, in getAppProperties() 164 IProperties.Factory.combine (systemFile, in getAppProperties() 165 IProperties.Factory.combine (appDefaults, in getAppProperties()
|
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 63 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine); 77 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free() argument 125 if (!combine) in asn1_item_combine_free() 172 if (!combine) in asn1_item_combine_free()
|
D | tasn_new.c | 66 int combine); 87 int combine) in asn1_item_ex_combine_new() argument 101 if (!combine) *pval = NULL; in asn1_item_ex_combine_new() 159 if (!combine) in asn1_item_ex_combine_new() 187 if (!combine) in asn1_item_ex_combine_new()
|
/external/openssl/crypto/asn1/ |
D | tasn_fre.c | 65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine); 79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free() argument 127 if (!combine) in asn1_item_combine_free() 174 if (!combine) in asn1_item_combine_free()
|
D | tasn_new.c | 68 int combine); 89 int combine) in asn1_item_ex_combine_new() argument 103 if (!combine) *pval = NULL; in asn1_item_ex_combine_new() 161 if (!combine) in asn1_item_ex_combine_new() 189 if (!combine) in asn1_item_ex_combine_new()
|
/external/libcxx/test/localization/locales/locale/locale.members/ |
D | Android.mk | 19 test_name := localization/locales/locale/locale.members/combine 20 test_src := combine.pass.cpp
|
/external/chromium_org/third_party/icu/patches/ |
D | khmer-dictbe.patch | 8 // Will not combine a non-word with a preceding dictionary word longer than this 12 // Will not combine a non-word that shares at least this much prefix with a
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
D | AnnotationsList.java | 39 public static AnnotationsList combine(AnnotationsList list1, in combine() method in AnnotationsList 52 result.set(i, Annotations.combine(a1, a2)); in combine()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/ |
D | PropertyCategoryProviders.java | 62 public static PropertyCategoryProvider combine(final PropertyCategoryProvider... providers) { in combine() method in PropertyCategoryProviders 76 private static final PropertyCategoryProvider DEF = combine(forcedByUser(), fromProperty());
|
/external/chromium_org/third_party/WebKit/Source/core/css/invalidation/ |
D | DescendantInvalidationSetTest.cpp | 43 set1->combine(*set2); in TEST() 58 set1->combine(*set2); in TEST()
|
/external/emma/core/java12/com/vladium/util/ |
D | Descriptors.java | 27 public static String combine (final String packageName, final String name, final char separator) in combine() method in Descriptors 40 return combine (packageName, name, JAVA_NAME_SEPARATOR); in combineJavaName() 45 return combine (packageName, name, VM_NAME_SEPARATOR); in combineVMName()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_texcombine.c | 96 const struct gl_tex_env_combine_state *combine = textureUnit->_CurrentCombine; in texture_combine() local 99 const GLfloat scaleRGB = (GLfloat) (1 << combine->ScaleShiftRGB); in texture_combine() 100 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA); in texture_combine() 101 const GLuint numArgsRGB = combine->_NumArgsRGB; in texture_combine() 102 const GLuint numArgsA = combine->_NumArgsA; in texture_combine() 149 const GLenum srcRGB = combine->SourceRGB[term]; in texture_combine() 150 const GLenum operandRGB = combine->OperandRGB[term]; in texture_combine() 245 const GLenum srcA = combine->SourceA[term]; in texture_combine() 246 const GLenum operandA = combine->OperandA[term]; in texture_combine() 313 switch (combine->ModeRGB) { in texture_combine() [all …]
|