Searched refs:instfn_t (Results 1 – 2 of 2) sorted by relevance
/third_party/glslang/SPIRV/ |
D | SPVRemapper.h | 127 typedef std::function<bool(spv::Op, unsigned start)> instfn_t; typedef 208 spirvbin_t& process(instfn_t, idfn_t, unsigned begin = 0, unsigned end = 0); 209 int processInstruction(unsigned word, instfn_t, idfn_t);
|
D | SPVRemapper.cpp | 531 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) in processInstruction() 697 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) in process()
|