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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 144 typedef std::function<void(spv::Id&)> idfn_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 144 typedef std::function<void(spv::Id&)> idfn_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 49 milliseconds