Home
last modified time | relevance | path

Searched refs:idfn_t (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h149 typedef std::function<void(spv::Id&)> idfn_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);
DSPVRemapper.cpp515 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()