Searched refs:TraceInstruction (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.h | 71 std::pair<bool, bool> TraceInstruction(Instruction* inst,
|
D | upgrade_memory_model.cpp | 193 TraceInstruction(context()->get_def_use_mgr()->GetDef(id), in GetInstructionAttributes() 199 std::pair<bool, bool> UpgradeMemoryModel::TraceInstruction( in TraceInstruction() function in spvtools::opt::UpgradeMemoryModel 270 TraceInstruction(op_inst, indices, visited); in TraceInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | upgrade_memory_model.h | 71 std::pair<bool, bool> TraceInstruction(Instruction* inst,
|
D | upgrade_memory_model.cpp | 176 TraceInstruction(context()->get_def_use_mgr()->GetDef(id), in GetInstructionAttributes() 182 std::pair<bool, bool> UpgradeMemoryModel::TraceInstruction( in TraceInstruction() function in spvtools::opt::UpgradeMemoryModel 253 TraceInstruction(op_inst, indices, visited); in TraceInstruction()
|