Searched defs:instFn (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp400 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) argument
413 if (instFn(opCode, instructionStart))
523 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) argument
536 nextInst = processInstruction(word, instFn, idFn);
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.cpp400 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) argument
413 if (instFn(opCode, instructionStart))
523 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) argument
536 nextInst = processInstruction(word, instFn, idFn);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp400 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) argument
413 if (instFn(opCode, instructionStart))
523 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) argument
536 nextInst = processInstruction(word, instFn, idFn);
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.cpp400 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) argument
413 if (instFn(opCode, instructionStart))
523 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) argument
536 nextInst = processInstruction(word, instFn, idFn);

Completed in 104 milliseconds