/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 181 bool tryCombination (const FormatCombination& comb); 185 bool SupportedCombinationTest::tryCombination (const FormatCombination& comb) in tryCombination() argument 190 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt, in tryCombination() 192 attachTargetToNew(GL_DEPTH_ATTACHMENT, comb.depthKind, comb.depthFmt, in tryCombination() 194 attachTargetToNew(GL_STENCIL_ATTACHMENT, comb.stencilKind, comb.stencilFmt, in tryCombination() 222 FormatCombination comb; in iterate() local 231 comb.colorFmt = *col; in iterate() 232 comb.colorKind = formatKind(*col); in iterate() 235 comb.depthFmt = *dep; in iterate() 236 comb.depthKind = formatKind(*dep); in iterate() [all …]
|
/external/ipsec-tools/src/libipsec/ |
D | key_debug.c | 216 struct sadb_comb *comb; local 224 / sizeof(*comb); 225 comb = (void *)(prop + 1); 231 comb->sadb_comb_auth, comb->sadb_comb_encrypt, 232 comb->sadb_comb_flags, comb->sadb_comb_reserved); 236 comb->sadb_comb_auth_minbits, 237 comb->sadb_comb_auth_maxbits, 238 comb->sadb_comb_encrypt_minbits, 239 comb->sadb_comb_encrypt_maxbits); 243 comb->sadb_comb_soft_allocations, [all …]
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 200 for (deUint32 comb = 0; comb < (1<<2); comb++) in isLinearCompareValid() local 203 if (((comb & isTrue) | (~comb & isFalse)) != (1<<2)-1) in isLinearCompareValid() 206 const bool cmp0True = ((comb>>0)&1) != 0; in isLinearCompareValid() 207 const bool cmp1True = ((comb>>1)&1) != 0; in isLinearCompareValid() 310 for (deUint32 comb = 0; comb < (1<<4); comb++) in isBilinearPCFCompareValid() local 315 if (((comb & isTrue) | (~comb & isFalse)) != (1<<4)-1) in isBilinearPCFCompareValid() 318 const BVec4 cmpTrue = extractBVec4(comb, 0); in isBilinearPCFCompareValid() 450 for (deUint32 comb = 0; comb < (1<<8); comb++) in isTrilinearPCFCompareValid() local 453 if (((comb & isTrue) | (~comb & isFalse)) != (1<<8)-1) in isTrilinearPCFCompareValid() 456 const BVec4 cmpTrue0 = extractBVec4(comb, 0); in isTrilinearPCFCompareValid() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 431 const struct gl_tex_env_combine_state *comb = texUnit->_CurrentCombine; in make_state_key() local 454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB; in make_state_key() 455 key->unit[i].NumArgsA = comb->_NumArgsA; in make_state_key() 458 translate_mode(texUnit->EnvMode, comb->ModeRGB); in make_state_key() 460 translate_mode(texUnit->EnvMode, comb->ModeA); in make_state_key() 462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB; in make_state_key() 463 key->unit[i].ScaleShiftA = comb->ScaleShiftA; in make_state_key() 466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]); in make_state_key() 467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]); in make_state_key() 468 key->unit[i].OptRGB[j].Source = translate_source(comb->SourceRGB[j]); in make_state_key() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | ff_fragment_shader.cpp | 431 const struct gl_tex_env_combine_state *comb = texUnit->_CurrentCombine; in make_state_key() local 454 key->unit[i].NumArgsRGB = comb->_NumArgsRGB; in make_state_key() 455 key->unit[i].NumArgsA = comb->_NumArgsA; in make_state_key() 458 translate_mode(texUnit->EnvMode, comb->ModeRGB); in make_state_key() 460 translate_mode(texUnit->EnvMode, comb->ModeA); in make_state_key() 462 key->unit[i].ScaleShiftRGB = comb->ScaleShiftRGB; in make_state_key() 463 key->unit[i].ScaleShiftA = comb->ScaleShiftA; in make_state_key() 466 key->unit[i].OptRGB[j].Operand = translate_operand(comb->OperandRGB[j]); in make_state_key() 467 key->unit[i].OptA[j].Operand = translate_operand(comb->OperandA[j]); in make_state_key() 468 key->unit[i].OptRGB[j].Source = translate_source(comb->SourceRGB[j]); in make_state_key() [all …]
|
/external/srec/tools/grxmlcompile/ |
D | sub_grph.h | 67 void AddEntry (int comb, int first, int second) { in AddEntry() argument 79 dataPack[3*num+2]= comb; in AddEntry()
|
/external/clang/utils/ABITest/ |
D | TypeGen.py | 262 comb = num_combinations(len(self.values), numEnumerators) 263 if valuesCovered + comb > n: 266 valuesCovered += comb
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | Field.h | 111 FX_BOOL comb(OBJ_PROP_PARAMS); 283 JS_STATIC_PROP(comb, Field);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | gen_x86_insn.py | 7215 for combval, comb in enumerate(["ps", "pd", "ss", "sd"]): 7217 add_insn("vfmadd"+order+comb, "vfma_"+comb, modifiers=[0x98+ov+cv]) 7218 add_insn("vfmsub"+order+comb, "vfma_"+comb, modifiers=[0x9A+ov+cv]) 7219 add_insn("vfnmsub"+order+comb, "vfma_"+comb, modifiers=[0x9E+ov+cv]) 7220 add_insn("vfnmadd"+order+comb, "vfma_"+comb, modifiers=[0x9C+ov+cv]) 7223 for comb in ["ps", "pd"]: 7224 add_insn("vfmaddsub"+order+comb, "vfma_"+comb, modifiers=[0x96+ov]) 7225 add_insn("vfmsubadd"+order+comb, "vfma_"+comb, modifiers=[0x97+ov]) 7327 for comb, combval in zip(["lql","hql","lqh","hqh"], [0x00,0x01,0x10,0x11]): 7328 add_insn("pclmul"+comb+"qdq", "pclmulqdq_fixed", modifiers=[combval]) [all …]
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 39 JS_STATIC_PROP_ENTRY(comb) in END_JS_STATIC_CONST() 958 FX_BOOL Field::comb(OBJ_PROP_PARAMS) in comb() function in Field
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 3957 comb comb
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 10996 http://mondediplo.com/1999/12/12comb
|