Home
last modified time | relevance | path

Searched refs:operand_data (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dinstruction_message.cpp64 opt::Operand::OperandData operand_data; in InstructionFromMessage() local
65 for (auto& word : operand_message.operand_data()) { in InstructionFromMessage()
66 operand_data.push_back(word); in InstructionFromMessage()
70 operand_data}); in InstructionFromMessage()
Dtransformation_add_spec_constant_op.cpp66 std::vector<uint32_t> words(operand.operand_data().begin(), in ApplyImpl()
67 operand.operand_data().end()); in ApplyImpl()
Dfuzzer_pass_donate_modules.cpp911 std::vector<uint32_t> operand_data; in PrepareInstructionForDonation() local
935 operand_data.push_back(original_id_to_donated_id->at(operand_id)); in PrepareInstructionForDonation()
939 operand_data.push_back(word); in PrepareInstructionForDonation()
942 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dinstruction_message.cpp64 opt::Operand::OperandData operand_data; in InstructionFromMessage() local
65 for (auto& word : operand_message.operand_data()) { in InstructionFromMessage()
66 operand_data.push_back(word); in InstructionFromMessage()
70 operand_data}); in InstructionFromMessage()
Dtransformation_add_spec_constant_op.cpp66 std::vector<uint32_t> words(operand.operand_data().begin(), in ApplyImpl()
67 operand.operand_data().end()); in ApplyImpl()
Dfuzzer_pass_donate_modules.cpp911 std::vector<uint32_t> operand_data; in PrepareInstructionForDonation() local
935 operand_data.push_back(original_id_to_donated_id->at(operand_id)); in PrepareInstructionForDonation()
939 operand_data.push_back(word); in PrepareInstructionForDonation()
942 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/third_party/spirv-tools/source/fuzz/
Dinstruction_message.cpp64 opt::Operand::OperandData operand_data; in InstructionFromMessage() local
65 for (auto& word : operand_message.operand_data()) { in InstructionFromMessage()
66 operand_data.push_back(word); in InstructionFromMessage()
70 operand_data}); in InstructionFromMessage()
Dtransformation_add_spec_constant_op.cpp66 std::vector<uint32_t> words(operand.operand_data().begin(), in ApplyImpl()
67 operand.operand_data().end()); in ApplyImpl()
Dfuzzer_pass_donate_modules.cpp910 std::vector<uint32_t> operand_data; in PrepareInstructionForDonation() local
934 operand_data.push_back(original_id_to_donated_id->at(operand_id)); in PrepareInstructionForDonation()
938 operand_data.push_back(word); in PrepareInstructionForDonation()
941 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto138 repeated uint32 operand_data = 2; field
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto138 repeated uint32 operand_data = 2; field
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto138 repeated uint32 operand_data = 2; field