Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_vector.cpp50 opt::Instruction::OperandList in_operands; in Apply() local
51 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.component_type_id()}}); in Apply()
52 in_operands.push_back( in Apply()
55 context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_type_matrix.cpp52 opt::Instruction::OperandList in_operands; in Apply() local
53 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.column_type_id()}}); in Apply()
54 in_operands.push_back( in Apply()
57 context, SpvOpTypeMatrix, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_type_array.cpp70 opt::Instruction::OperandList in_operands; in Apply() local
71 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
72 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
74 context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_type_function.cpp93 opt::Instruction::OperandList in_operands; in Apply() local
94 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.return_type_id()}}); in Apply()
96 in_operands.push_back({SPV_OPERAND_TYPE_ID, {argument_type_id}}); in Apply()
99 context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
Dinstruction_message.cpp50 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local
56 in_operands.push_back( in InstructionFromMessage()
64 in_operands); in InstructionFromMessage()
Dtransformation_add_type_struct.cpp54 opt::Instruction::OperandList in_operands; in Apply() local
56 in_operands.push_back({SPV_OPERAND_TYPE_ID, {member_type}}); in Apply()
59 context, SpvOpTypeStruct, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_constant_composite.cpp109 opt::Instruction::OperandList in_operands; in Apply() local
111 in_operands.push_back({SPV_OPERAND_TYPE_ID, {constituent_id}}); in Apply()
115 in_operands)); in Apply()
Dtransformation_add_type_pointer.cpp47 opt::Instruction::OperandList in_operands = { in Apply() local
51 context, SpvOpTypePointer, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_type_int.cpp50 opt::Instruction::OperandList in_operands = { in Apply() local
54 context, SpvOpTypeInt, 0, message_.fresh_id(), in_operands)); in Apply()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_type_vector.cpp49 opt::Instruction::OperandList in_operands; in Apply() local
50 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.component_type_id()}}); in Apply()
51 in_operands.push_back( in Apply()
54 ir_context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
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.cpp69 opt::Instruction::OperandList in_operands; in Apply() local
70 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
71 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
73 ir_context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_type_function.cpp92 opt::Instruction::OperandList in_operands; in Apply() local
93 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.return_type_id()}}); in Apply()
95 in_operands.push_back({SPV_OPERAND_TYPE_ID, {argument_type_id}}); in Apply()
98 ir_context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
Dinstruction_message.cpp50 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local
56 in_operands.push_back( in InstructionFromMessage()
64 in_operands); in InstructionFromMessage()
Dtransformation_add_type_struct.cpp53 opt::Instruction::OperandList in_operands; in Apply() local
55 in_operands.push_back({SPV_OPERAND_TYPE_ID, {member_type}}); in Apply()
58 ir_context, SpvOpTypeStruct, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_constant_composite.cpp108 opt::Instruction::OperandList in_operands; in Apply() local
110 in_operands.push_back({SPV_OPERAND_TYPE_ID, {constituent_id}}); in Apply()
114 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()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_vector.cpp49 opt::Instruction::OperandList in_operands; in Apply() local
50 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.component_type_id()}}); in Apply()
51 in_operands.push_back( in Apply()
54 ir_context, SpvOpTypeVector, 0, message_.fresh_id(), in_operands)); in Apply()
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.cpp69 opt::Instruction::OperandList in_operands; in Apply() local
70 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.element_type_id()}}); in Apply()
71 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.size_id()}}); in Apply()
73 ir_context, SpvOpTypeArray, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_type_function.cpp92 opt::Instruction::OperandList in_operands; in Apply() local
93 in_operands.push_back({SPV_OPERAND_TYPE_ID, {message_.return_type_id()}}); in Apply()
95 in_operands.push_back({SPV_OPERAND_TYPE_ID, {argument_type_id}}); in Apply()
98 ir_context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
Dinstruction_message.cpp50 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local
56 in_operands.push_back( in InstructionFromMessage()
64 in_operands); in InstructionFromMessage()
Dtransformation_add_type_struct.cpp53 opt::Instruction::OperandList in_operands; in Apply() local
55 in_operands.push_back({SPV_OPERAND_TYPE_ID, {member_type}}); in Apply()
58 ir_context, SpvOpTypeStruct, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_add_constant_composite.cpp108 opt::Instruction::OperandList in_operands; in Apply() local
110 in_operands.push_back({SPV_OPERAND_TYPE_ID, {constituent_id}}); in Apply()
114 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()

12