Searched defs:asId (Results 1 - 1 of 1) sorted by relevance
/third_party/glslang/SPIRV/ | ||
H A D | SPVRemapper.h | 162 spv::Id& asId(unsigned word) { return spv[word]; } in asId() function in spv::spirvbin_t 163 const spv::Id& asId(unsigned word) const { return spv[word]; } in asId() function in spv::spirvbin_t |
Completed in 2 milliseconds