Searched refs:InstrumentFunction (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instrument_pass.h | 237 bool InstrumentFunction(Function* func, uint32_t stage_idx,
|
D | instrument_pass.cpp | 516 bool InstrumentPass::InstrumentFunction(Function* func, uint32_t stage_idx, in InstrumentFunction() function in spvtools::opt::InstrumentPass 578 modified = InstrumentFunction(fn, stage_idx, pfn) || modified; in InstProcessCallTreeFromRoots()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.h | 238 bool InstrumentFunction(Function* func, uint32_t stage_idx,
|
D | instrument_pass.cpp | 518 bool InstrumentPass::InstrumentFunction(Function* func, uint32_t stage_idx, in InstrumentFunction() function in spvtools::opt::InstrumentPass 580 modified = InstrumentFunction(fn, stage_idx, pfn) || modified; in InstProcessCallTreeFromRoots()
|