Home
last modified time | relevance | path

Searched refs:first_word_index (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp465 const size_t first_word_index = inst_words_.size(); in DecodeOperand() local
639 std::memcpy(&inst_words_[first_word_index], str.data(), str.size()); in DecodeOperand()
763 operand_.num_words = uint16_t(inst_words_.size() - first_word_index); in DecodeOperand()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp465 const size_t first_word_index = inst_words_.size(); in DecodeOperand() local
639 std::memcpy(&inst_words_[first_word_index], str.data(), str.size()); in DecodeOperand()
763 operand_.num_words = uint16_t(inst_words_.size() - first_word_index); in DecodeOperand()