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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 194 spv::Id localId(spv::Id id) const { return idMapL[id]; }
269 std::vector<spv::Id> idMapL; // ID {M}ap from {L}ocal to {G}lobal IDs
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.h 194 spv::Id localId(spv::Id id) const { return idMapL[id]; }
269 std::vector<spv::Id> idMapL; // ID {M}ap from {L}ocal to {G}lobal IDs

Completed in 54 milliseconds