Searched refs:asTypeConstId (Results 1 - 8 of 8) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.h179 spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) ? 1 : 2)); } function in class:spv::spirvbin_t
H A DSPVRemapper.cpp965 isType[asTypeConstId(typeStart)] = true;
982 const spv::Id typeId = asTypeConstId(typeStart);
1164 const spv::Id resId = asTypeConstId(typeStart);
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.h179 spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) ? 1 : 2)); } function in class:spv::spirvbin_t
H A DSPVRemapper.cpp965 isType[asTypeConstId(typeStart)] = true;
982 const spv::Id typeId = asTypeConstId(typeStart);
1164 const spv::Id resId = asTypeConstId(typeStart);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.h179 spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) ? 1 : 2)); } function in class:spv::spirvbin_t
H A DSPVRemapper.cpp965 isType[asTypeConstId(typeStart)] = true;
982 const spv::Id typeId = asTypeConstId(typeStart);
1164 const spv::Id resId = asTypeConstId(typeStart);
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.h179 spv::Id asTypeConstId(unsigned word) const { return asId(word + (isTypeOp(asOpCode(word)) ? 1 : 2)); } function in class:spv::spirvbin_t
H A DSPVRemapper.cpp965 isType[asTypeConstId(typeStart)] = true;
982 const spv::Id typeId = asTypeConstId(typeStart);
1164 const spv::Id resId = asTypeConstId(typeStart);

Completed in 111 milliseconds