Searched refs:InstrumentFunction (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.h | 307 bool InstrumentFunction(Function* func, uint32_t stage_idx,
|
D | instrument_pass.cpp | 893 bool InstrumentPass::InstrumentFunction(Function* func, uint32_t stage_idx, in InstrumentFunction() function in spvtools::opt::InstrumentPass 962 modified = InstrumentFunction(fn, stage_idx, pfn) || modified; in InstProcessCallTreeFromRoots()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instrument_pass.h | 307 bool InstrumentFunction(Function* func, uint32_t stage_idx,
|
D | instrument_pass.cpp | 893 bool InstrumentPass::InstrumentFunction(Function* func, uint32_t stage_idx, in InstrumentFunction() function in spvtools::opt::InstrumentPass 962 modified = InstrumentFunction(fn, stage_idx, pfn) || modified; in InstProcessCallTreeFromRoots()
|
/third_party/spirv-tools/source/opt/ |
D | instrument_pass.h | 320 bool InstrumentFunction(Function* func, uint32_t stage_idx,
|
D | instrument_pass.cpp | 958 bool InstrumentPass::InstrumentFunction(Function* func, uint32_t stage_idx, in InstrumentFunction() function in spvtools::opt::InstrumentPass 1027 modified = InstrumentFunction(fn, stage_idx, pfn) || modified; in InstProcessCallTreeFromRoots()
|