Home
last modified time | relevance | path

Searched refs:newBlocksSize (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstrument_pass.cpp924 size_t newBlocksSize = new_blks.size(); in InstrumentFunction() local
925 assert(newBlocksSize > 1); in InstrumentFunction()
934 for (size_t i = 0; i < newBlocksSize - 1; i++) ++bi; in InstrumentFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp924 size_t newBlocksSize = new_blks.size(); in InstrumentFunction() local
925 assert(newBlocksSize > 1); in InstrumentFunction()
934 for (size_t i = 0; i < newBlocksSize - 1; i++) ++bi; in InstrumentFunction()
/third_party/spirv-tools/source/opt/
Dinstrument_pass.cpp989 size_t newBlocksSize = new_blks.size(); in InstrumentFunction() local
990 assert(newBlocksSize > 1); in InstrumentFunction()
999 for (size_t i = 0; i < newBlocksSize - 1; i++) ++bi; in InstrumentFunction()