Searched refs:cinst (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 227 CodecInst cinst; in RunTest() local 307 codec->GetCodec(codec_selection, cinst); in RunTest() 310 SetStereoIfOpus(opus_stereo, &cinst); in RunTest() 311 res = codec->SetSendCodec(chan, cinst); in RunTest() 329 res = codec->SetSendCodec(channels[i], cinst); in RunTest() 465 res = codec->GetCodec(option_selection, cinst); in RunTest() 467 if (strcmp(cinst.plname, "red") == 0) { in RunTest() 469 res = rtp_rtcp->SetREDStatus(chan, true, cinst.pltype); in RunTest() 471 SetStereoIfOpus(opus_stereo, &cinst); in RunTest() 473 res = codec->SetSendCodec(chan, cinst); in RunTest() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1434 Instruction* cinst = def_use_mgr->GetDef(cid); in CompositeConstructFeedingExtract() local 1436 if (cinst->opcode() != SpvOpCompositeConstruct) { in CompositeConstructFeedingExtract() 1441 analysis::Type* composite_type = type_mgr->GetType(cinst->type_id()); in CompositeConstructFeedingExtract() 1446 uint32_t element_id = cinst->GetSingleWordInOperand(element_index); in CompositeConstructFeedingExtract() 1463 construct_index < cinst->NumInOperands(); ++construct_index) { in CompositeConstructFeedingExtract() 1464 uint32_t element_id = cinst->GetSingleWordInOperand(construct_index); in CompositeConstructFeedingExtract() 1571 Instruction* cinst = def_use_mgr->GetDef(cid); in InsertFeedingExtract() local 1573 if (cinst->opcode() != SpvOpCompositeInsert) { in InsertFeedingExtract() 1581 if (i + 1 >= cinst->NumInOperands()) { in InsertFeedingExtract() 1586 cinst->GetSingleWordInOperand(i + 1)) { in InsertFeedingExtract() [all …]
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | folding_rules.cpp | 1434 Instruction* cinst = def_use_mgr->GetDef(cid); in CompositeConstructFeedingExtract() local 1436 if (cinst->opcode() != SpvOpCompositeConstruct) { in CompositeConstructFeedingExtract() 1441 analysis::Type* composite_type = type_mgr->GetType(cinst->type_id()); in CompositeConstructFeedingExtract() 1446 uint32_t element_id = cinst->GetSingleWordInOperand(element_index); in CompositeConstructFeedingExtract() 1463 construct_index < cinst->NumInOperands(); ++construct_index) { in CompositeConstructFeedingExtract() 1464 uint32_t element_id = cinst->GetSingleWordInOperand(construct_index); in CompositeConstructFeedingExtract() 1571 Instruction* cinst = def_use_mgr->GetDef(cid); in InsertFeedingExtract() local 1573 if (cinst->opcode() != SpvOpCompositeInsert) { in InsertFeedingExtract() 1581 if (i + 1 >= cinst->NumInOperands()) { in InsertFeedingExtract() 1586 cinst->GetSingleWordInOperand(i + 1)) { in InsertFeedingExtract() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1434 Instruction* cinst = def_use_mgr->GetDef(cid); in CompositeConstructFeedingExtract() local 1436 if (cinst->opcode() != SpvOpCompositeConstruct) { in CompositeConstructFeedingExtract() 1441 analysis::Type* composite_type = type_mgr->GetType(cinst->type_id()); in CompositeConstructFeedingExtract() 1446 uint32_t element_id = cinst->GetSingleWordInOperand(element_index); in CompositeConstructFeedingExtract() 1463 construct_index < cinst->NumInOperands(); ++construct_index) { in CompositeConstructFeedingExtract() 1464 uint32_t element_id = cinst->GetSingleWordInOperand(construct_index); in CompositeConstructFeedingExtract() 1571 Instruction* cinst = def_use_mgr->GetDef(cid); in InsertFeedingExtract() local 1573 if (cinst->opcode() != SpvOpCompositeInsert) { in InsertFeedingExtract() 1581 if (i + 1 >= cinst->NumInOperands()) { in InsertFeedingExtract() 1586 cinst->GetSingleWordInOperand(i + 1)) { in InsertFeedingExtract() [all …]
|
/external/mesa3d/.appveyor/ |
D | appveyor_msvc.bat | 23 cinst -y pkgconfiglite
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_computation.cc | 411 for (HloInstruction* cinst : it->second) { in ComputeInstructionPostOrder() 412 dfs_stack.emplace_back(cinst); in ComputeInstructionPostOrder() 438 for (HloInstruction* cinst : it->second) { in ComputeInstructionPostOrder() 439 add_predecessors(cinst); in ComputeInstructionPostOrder()
|
/external/webrtc/webrtc/modules/media_file/ |
D | media_file_utility.cc | 782 const CodecInst& cinst) in InitPreEncodedReading() argument 791 if(set_codec_info(cinst) != 0) in InitPreEncodedReading() 803 memcpy(&codec_info_,&cinst,sizeof(CodecInst)); in InitPreEncodedReading()
|