Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp33 const auto& current_payload = inst.operands[i]; in Instruction() local
35 inst.words + current_payload.offset, in Instruction()
36 inst.words + current_payload.offset + current_payload.num_words); in Instruction()
37 operands_.emplace_back(current_payload.type, std::move(words)); in Instruction()
/third_party/spirv-tools/source/opt/
Dinstruction.cpp78 const auto& current_payload = inst.operands[i]; in Instruction() local
80 current_payload.type, inst.words + current_payload.offset, in Instruction()
81 inst.words + current_payload.offset + current_payload.num_words); in Instruction()
97 const auto& current_payload = inst.operands[i]; in Instruction() local
99 current_payload.type, inst.words + current_payload.offset, in Instruction()
100 inst.words + current_payload.offset + current_payload.num_words); in Instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.cpp78 const auto& current_payload = inst.operands[i]; in Instruction() local
80 inst.words + current_payload.offset, in Instruction()
81 inst.words + current_payload.offset + current_payload.num_words); in Instruction()
82 operands_.emplace_back(current_payload.type, std::move(words)); in Instruction()
98 const auto& current_payload = inst.operands[i]; in Instruction() local
100 inst.words + current_payload.offset, in Instruction()
101 inst.words + current_payload.offset + current_payload.num_words); in Instruction()
102 operands_.emplace_back(current_payload.type, std::move(words)); in Instruction()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp78 const auto& current_payload = inst.operands[i]; in Instruction() local
80 inst.words + current_payload.offset, in Instruction()
81 inst.words + current_payload.offset + current_payload.num_words); in Instruction()
82 operands_.emplace_back(current_payload.type, std::move(words)); in Instruction()
98 const auto& current_payload = inst.operands[i]; in Instruction() local
100 inst.words + current_payload.offset, in Instruction()
101 inst.words + current_payload.offset + current_payload.num_words); in Instruction()
102 operands_.emplace_back(current_payload.type, std::move(words)); in Instruction()