Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.cpp531 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) in processInstruction() argument
551 idFn(asId(word++)); in processInstruction()
556 idFn(asId(word++)); in processInstruction()
564 idFn(asId(word)); // Instruction set is an ID that also needs to be mapped in processInstruction()
570 idFn(asId(word++)); // ID in processInstruction()
600 idFn(asId(word++)); in processInstruction()
605 idFn(asId(word++)); in processInstruction()
631 idFn(asId(word++)); // label in processInstruction()
697 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) in process() argument
710 nextInst = processInstruction(word, instFn, idFn); in process()