Searched defs:range_t (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.h143 typedef std::pair<unsigned, unsigned> range_t; typedef in class:spv::spirvbin_t
169 range_t literalRange(spv::Op opCode) const;
170 range_t typeRange(spv::Op opCode) const;
171 range_t constRange(spv::Op opCode) const;
256 void stripInst(unsigned start) { stripRange.push_back(range_t(start, start + asWordCount(start))); }
260 std::unordered_map<spv::Id, range_t> fnPos;
261 std::unordered_map<spv::Id, range_t> fnPosDCE; // deleted functions
275 std::vector<range_t> stripRange;
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.h143 typedef std::pair<unsigned, unsigned> range_t; typedef in class:spv::spirvbin_t
169 range_t literalRange(spv::Op opCode) const;
170 range_t typeRange(spv::Op opCode) const;
171 range_t constRange(spv::Op opCode) const;
256 void stripInst(unsigned start) { stripRange.push_back(range_t(start, start + asWordCount(start))); }
260 std::unordered_map<spv::Id, range_t> fnPos;
261 std::unordered_map<spv::Id, range_t> fnPosDCE; // deleted functions
275 std::vector<range_t> stripRange;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSPVRemapper.h143 typedef std::pair<unsigned, unsigned> range_t; typedef in class:spv::spirvbin_t
169 range_t literalRange(spv::Op opCode) const;
170 range_t typeRange(spv::Op opCode) const;
171 range_t constRange(spv::Op opCode) const;
256 void stripInst(unsigned start) { stripRange.push_back(range_t(start, start + asWordCount(start))); }
260 std::unordered_map<spv::Id, range_t> fnPos;
261 std::unordered_map<spv::Id, range_t> fnPosDCE; // deleted functions
275 std::vector<range_t> stripRange;
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DSPVRemapper.h143 typedef std::pair<unsigned, unsigned> range_t; typedef in class:spv::spirvbin_t
169 range_t literalRange(spv::Op opCode) const;
170 range_t typeRange(spv::Op opCode) const;
171 range_t constRange(spv::Op opCode) const;
256 void stripInst(unsigned start) { stripRange.push_back(range_t(start, start + asWordCount(start))); }
260 std::unordered_map<spv::Id, range_t> fnPos;
261 std::unordered_map<spv::Id, range_t> fnPosDCE; // deleted functions
275 std::vector<range_t> stripRange;

Completed in 44 milliseconds