Home
last modified time | relevance | path

Searched defs:cinst (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc227 CodecInst cinst; in RunTest() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1278 Instruction* cinst = def_use_mgr->GetDef(cid); in CompositeConstructFeedingExtract() local
1411 Instruction* cinst = def_use_mgr->GetDef(cid); in InsertFeedingExtract() local
1487 Instruction* cinst = def_use_mgr->GetDef(cid); in VectorShuffleFeedingExtract() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1278 Instruction* cinst = def_use_mgr->GetDef(cid); in CompositeConstructFeedingExtract() local
1411 Instruction* cinst = def_use_mgr->GetDef(cid); in InsertFeedingExtract() local
1487 Instruction* cinst = def_use_mgr->GetDef(cid); in VectorShuffleFeedingExtract() local
/external/webrtc/webrtc/modules/media_file/
Dmedia_file_utility.cc782 const CodecInst& cinst) in InitPreEncodedReading()