Searched refs:instfn_t (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SPVRemapper.h | 150 typedef std::function<bool(spv::Op, unsigned start)> instfn_t; typedef 229 spirvbin_t& process(instfn_t, idfn_t, unsigned begin = 0, unsigned end = 0); 230 int processInstruction(unsigned word, instfn_t, idfn_t);
|
D | SPVRemapper.cpp | 515 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) in processInstruction() 674 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) in process()
|