Searched refs:pExtIndices (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 67 Instruction* insertChain, std::vector<uint32_t>* pExtIndices, in MarkInsertChain() argument 78 if (pExtIndices == nullptr) { in MarkInsertChain() 100 if (pExtIndices == nullptr) { in MarkInsertChain() 108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain() 116 } else if (ExtInsConflict(*pExtIndices, insInst, extOffset)) { in MarkInsertChain() 121 if (pExtIndices->size() - extOffset > numInsertIndices) { in MarkInsertChain() 124 MarkInsertChain(get_def_use_mgr()->GetDef(objId), pExtIndices, in MarkInsertChain() 158 MarkInsertChain(pi, pExtIndices, extOffset, visited_phis); in MarkInsertChain()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | dead_insert_elim_pass.cpp | 67 Instruction* insertChain, std::vector<uint32_t>* pExtIndices, in MarkInsertChain() argument 78 if (pExtIndices == nullptr) { in MarkInsertChain() 100 if (pExtIndices == nullptr) { in MarkInsertChain() 108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain() 116 } else if (ExtInsConflict(*pExtIndices, insInst, extOffset)) { in MarkInsertChain() 121 if (pExtIndices->size() - extOffset > numInsertIndices) { in MarkInsertChain() 124 MarkInsertChain(get_def_use_mgr()->GetDef(objId), pExtIndices, in MarkInsertChain() 158 MarkInsertChain(pi, pExtIndices, extOffset, visited_phis); in MarkInsertChain()
|