Home
last modified time | relevance | path

Searched refs:index_after_operand (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp684 const size_t index_after_operand = _.word_index + parsed_operand.num_words; in parseOperand() local
690 if (_.num_words < index_after_operand) in parseOperand()
697 std::transform(_.words + _.word_index, _.words + index_after_operand, in parseOperand()
704 _.words + index_after_operand); in parseOperand()
709 _.word_index = index_after_operand; in parseOperand()
/third_party/spirv-tools/source/
Dbinary.cpp739 const size_t index_after_operand = _.word_index + parsed_operand.num_words; in parseOperand() local
745 if (_.num_words < index_after_operand) in parseOperand()
752 std::transform(_.words + _.word_index, _.words + index_after_operand, in parseOperand()
759 _.words + index_after_operand); in parseOperand()
764 _.word_index = index_after_operand; in parseOperand()
/third_party/skia/third_party/externals/spirv-tools/source/
Dbinary.cpp738 const size_t index_after_operand = _.word_index + parsed_operand.num_words; in parseOperand() local
744 if (_.num_words < index_after_operand) in parseOperand()
751 std::transform(_.words + _.word_index, _.words + index_after_operand, in parseOperand()
758 _.words + index_after_operand); in parseOperand()
763 _.word_index = index_after_operand; in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dbinary.cpp738 const size_t index_after_operand = _.word_index + parsed_operand.num_words; in parseOperand() local
744 if (_.num_words < index_after_operand) in parseOperand()
751 std::transform(_.words + _.word_index, _.words + index_after_operand, in parseOperand()
758 _.words + index_after_operand); in parseOperand()
763 _.word_index = index_after_operand; in parseOperand()