Searched refs:ExtInsMatch (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | insert_extract_elim.cpp | 29 bool InsertExtractElimPass::ExtInsMatch(const ir::Instruction* extInst, in ExtInsMatch() function in spvtools::opt::InsertExtractElimPass 67 if (ExtInsMatch(&*ii, cinst)) { in EliminateInsertExtract()
|
D | insert_extract_elim.h | 43 bool ExtInsMatch(
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | composite.h | 37 bool ExtInsMatch(const std::vector<uint32_t>& extIndices,
|
D | composite.cpp | 28 bool ExtInsMatch(const std::vector<uint32_t>& extIndices, in ExtInsMatch() function
|
D | dead_insert_elim_pass.cpp | 108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | composite.h | 37 bool ExtInsMatch(const std::vector<uint32_t>& extIndices,
|
D | composite.cpp | 28 bool ExtInsMatch(const std::vector<uint32_t>& extIndices, in ExtInsMatch() function
|
D | dead_insert_elim_pass.cpp | 108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
|
/third_party/spirv-tools/source/opt/ |
D | composite.h | 37 bool ExtInsMatch(const std::vector<uint32_t>& extIndices,
|
D | composite.cpp | 28 bool ExtInsMatch(const std::vector<uint32_t>& extIndices, in ExtInsMatch() function
|
D | dead_insert_elim_pass.cpp | 108 } else if (ExtInsMatch(*pExtIndices, insInst, extOffset)) { in MarkInsertChain()
|