HomeSort by relevance Sort by last modified time
    Searched defs:instfn_t (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 145 typedef std::function<bool(spv::Op, unsigned start)> instfn_t; typedef in class:spv::spirvbin_t
219 spirvbin_t& process(instfn_t, idfn_t, unsigned begin = 0, unsigned end = 0);
220 int processInstruction(unsigned word, instfn_t, idfn_t);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h 145 typedef std::function<bool(spv::Op, unsigned start)> instfn_t; typedef in class:spv::spirvbin_t
219 spirvbin_t& process(instfn_t, idfn_t, unsigned begin = 0, unsigned end = 0);
220 int processInstruction(unsigned word, instfn_t, idfn_t);

Completed in 198 milliseconds