Home
last modified time | relevance | path

Searched refs:in_operands (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_type_matrix.cpp51 opt::Instruction::OperandList in_operands; in Apply() local
52 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.column_type_id()}}); in Apply()
53 in_operands.push_back( in Apply()
56 ir_context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_add_type_array.cpp71 opt::Instruction::OperandList in_operands; in Apply() local
72 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
73 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
75 ir_context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_composite_insert.cpp117 opt::Instruction::OperandList in_operands; in Apply() local
118 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.object_id()}}); in Apply()
119 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.composite_id()}}); in Apply()
121 in_operands.push_back({SPV_OPERAND_TYPE_LITERAL_INTEGER, {i}}); in Apply()
130 std::move(in_operands)); in Apply()
Dinstruction_message.cpp62 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local
68 in_operands.push_back( in InstructionFromMessage()
76 in_operands); in InstructionFromMessage()
Dtransformation_wrap_vector_synonym.cpp134 opt::Instruction::OperandList in_operands; in Apply() local
135 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.vector_operand1()}}); in Apply()
136 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.vector_operand2()}}); in Apply()
147 std::move(in_operands)); in Apply()
Dtransformation_add_constant_composite.cpp118 opt::Instruction::OperandList in_operands; in Apply() local
120 in_operands.push_back({SPV_OPERAND_TYPE_ID, {constituent_id}}); in Apply()
124 message_.fresh_id(), in_operands); in Apply()
Dtransformation_add_type_pointer.cpp47 opt::Instruction::OperandList in_operands = { in Apply() local
51 ir_context, SpvOpTypePointer, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_equation_instruction.cpp80 opt::Instruction::OperandList in_operands; in Apply() local
83 in_operands.push_back({SPV_OPERAND_TYPE_ID, {id}}); in Apply()
93 std::move(in_operands))); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_matrix.cpp51 opt::Instruction::OperandList in_operands; in Apply() local
52 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.column_type_id()}}); in Apply()
53 in_operands.push_back( in Apply()
56 ir_context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_add_type_array.cpp71 opt::Instruction::OperandList in_operands; in Apply() local
72 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
73 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
75 ir_context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_composite_insert.cpp117 opt::Instruction::OperandList in_operands; in Apply() local
118 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.object_id()}}); in Apply()
119 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.composite_id()}}); in Apply()
121 in_operands.push_back({SPV_OPERAND_TYPE_LITERAL_INTEGER, {i}}); in Apply()
130 std::move(in_operands)); in Apply()
Dinstruction_message.cpp62 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local
68 in_operands.push_back( in InstructionFromMessage()
76 in_operands); in InstructionFromMessage()
Dtransformation_wrap_vector_synonym.cpp134 opt::Instruction::OperandList in_operands; in Apply() local
135 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.vector_operand1()}}); in Apply()
136 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.vector_operand2()}}); in Apply()
147 std::move(in_operands)); in Apply()
Dtransformation_add_constant_composite.cpp118 opt::Instruction::OperandList in_operands; in Apply() local
120 in_operands.push_back({SPV_OPERAND_TYPE_ID, {constituent_id}}); in Apply()
124 message_.fresh_id(), in_operands); in Apply()
Dtransformation_add_type_pointer.cpp47 opt::Instruction::OperandList in_operands = { in Apply() local
51 ir_context, SpvOpTypePointer, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_equation_instruction.cpp80 opt::Instruction::OperandList in_operands; in Apply() local
83 in_operands.push_back({SPV_OPERAND_TYPE_ID, {id}}); in Apply()
93 std::move(in_operands))); in Apply()
Dtransformation_composite_construct.cpp117 opt::Instruction::OperandList in_operands; in Apply() local
119 in_operands.push_back({SPV_OPERAND_TYPE_ID, {component_id}}); in Apply()
125 message_.fresh_id(), in_operands); in Apply()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_type_matrix.cpp51 opt::Instruction::OperandList in_operands; in Apply() local
52 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.column_type_id()}}); in Apply()
53 in_operands.push_back( in Apply()
56 ir_context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_add_type_array.cpp71 opt::Instruction::OperandList in_operands; in Apply() local
72 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
73 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
75 ir_context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_composite_insert.cpp118 opt::Instruction::OperandList in_operands; in Apply() local
119 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.object_id()}}); in Apply()
120 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.composite_id()}}); in Apply()
122 in_operands.push_back({SPV_OPERAND_TYPE_LITERAL_INTEGER, {i}}); in Apply()
131 std::move(in_operands)); in Apply()
Dinstruction_message.cpp62 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local
68 in_operands.push_back( in InstructionFromMessage()
76 in_operands); in InstructionFromMessage()
Dtransformation_add_constant_composite.cpp118 opt::Instruction::OperandList in_operands; in Apply() local
120 in_operands.push_back({SPV_OPERAND_TYPE_ID, {constituent_id}}); in Apply()
124 message_.fresh_id(), in_operands); in Apply()
Dtransformation_add_type_pointer.cpp47 opt::Instruction::OperandList in_operands = { in Apply() local
51 ir_context, SpvOpTypePointer, 0, message_.fresh_id(), in_operands); in Apply()
Dtransformation_equation_instruction.cpp80 opt::Instruction::OperandList in_operands; in Apply() local
83 in_operands.push_back({SPV_OPERAND_TYPE_ID, {id}}); in Apply()
93 std::move(in_operands))); in Apply()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.cpp42 const std::vector<Operand>& in_operands) in Instruction() argument
52 operands_.insert(operands_.end(), in_operands.begin(), in_operands.end()); in Instruction()

12