/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_type_vector.cpp | 50 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()
|
D | transformation_add_type_matrix.cpp | 52 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()
|
D | transformation_add_type_array.cpp | 70 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()
|
D | transformation_add_type_function.cpp | 93 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()
|
D | instruction_message.cpp | 50 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local 56 in_operands.push_back( in InstructionFromMessage() 64 in_operands); in InstructionFromMessage()
|
D | transformation_add_type_struct.cpp | 54 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()
|
D | transformation_add_constant_composite.cpp | 109 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()
|
D | transformation_add_type_pointer.cpp | 47 opt::Instruction::OperandList in_operands = { in Apply() local 51 context, SpvOpTypePointer, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | transformation_add_type_int.cpp | 50 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/ |
D | transformation_add_type_vector.cpp | 49 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()
|
D | transformation_add_type_matrix.cpp | 51 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()
|
D | transformation_add_type_array.cpp | 69 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()
|
D | transformation_add_type_function.cpp | 92 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()
|
D | instruction_message.cpp | 50 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local 56 in_operands.push_back( in InstructionFromMessage() 64 in_operands); in InstructionFromMessage()
|
D | transformation_add_type_struct.cpp | 53 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()
|
D | transformation_add_constant_composite.cpp | 108 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()
|
D | transformation_add_type_pointer.cpp | 47 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/ |
D | transformation_add_type_vector.cpp | 49 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()
|
D | transformation_add_type_matrix.cpp | 51 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()
|
D | transformation_add_type_array.cpp | 69 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()
|
D | transformation_add_type_function.cpp | 92 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()
|
D | instruction_message.cpp | 50 opt::Instruction::OperandList in_operands; in InstructionFromMessage() local 56 in_operands.push_back( in InstructionFromMessage() 64 in_operands); in InstructionFromMessage()
|
D | transformation_add_type_struct.cpp | 53 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()
|
D | transformation_add_constant_composite.cpp | 108 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()
|
D | transformation_add_type_pointer.cpp | 47 opt::Instruction::OperandList in_operands = { in Apply() local 51 ir_context, SpvOpTypePointer, 0, message_.fresh_id(), in_operands)); in Apply()
|