/external/angle/third_party/spirv-tools/src/test/ |
D | text_to_binary.function_test.cpp | 43 Eq(MakeInstruction(SpvOpFunction, {1, 2, GetParam().value(), 3}))); in TEST_P() 68 Eq(MakeInstruction(SpvOpFunction, {1, 2, expected_mask, 3}))); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.function_test.cpp | 43 Eq(MakeInstruction(SpvOpFunction, {1, 2, GetParam().value(), 3}))); in TEST_P() 68 Eq(MakeInstruction(SpvOpFunction, {1, 2, expected_mask, 3}))); in TEST_F()
|
D | opcode_require_capabilities_test.cpp | 67 ExpectedOpCodeCapabilities{SpvOpFunction, CapabilitySet()},
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.function_test.cpp | 43 Eq(MakeInstruction(SpvOpFunction, {1, 2, GetParam().value(), 3}))); in TEST_P() 68 Eq(MakeInstruction(SpvOpFunction, {1, 2, expected_mask, 3}))); in TEST_F()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_function.cpp | 114 if (func_inst->opcode() == SpvOpFunction) { in ValidateFunctionParameter() 121 if (func_inst->opcode() != SpvOpFunction) { in ValidateFunctionParameter() 228 if (!function || SpvOpFunction != function->opcode()) { in ValidateFunctionCall() 340 case SpvOpFunction: in FunctionPass()
|
D | validate_id.cpp | 175 !spvOpcodeIsDecoration(opcode) && opcode != SpvOpFunction && in IdPass() 188 opcode != SpvOpLoopMerge && opcode != SpvOpFunction && in IdPass()
|
D | validate_execution_limitations.cpp | 25 if (inst->opcode() != SpvOpFunction) { in ValidateExecutionLimitations()
|
D | validate_adjacency.cpp | 49 case SpvOpFunction: in ValidateAdjacency()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 114 if (func_inst->opcode() == SpvOpFunction) { in ValidateFunctionParameter() 121 if (func_inst->opcode() != SpvOpFunction) { in ValidateFunctionParameter() 228 if (!function || SpvOpFunction != function->opcode()) { in ValidateFunctionCall() 340 case SpvOpFunction: in FunctionPass()
|
D | validate_id.cpp | 175 opcode != SpvOpFunction && in IdPass() 188 opcode != SpvOpLoopMerge && opcode != SpvOpFunction && in IdPass()
|
D | validate_execution_limitations.cpp | 25 if (inst->opcode() != SpvOpFunction) { in ValidateExecutionLimitations()
|
D | validate_adjacency.cpp | 49 case SpvOpFunction: in ValidateAdjacency()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 114 if (func_inst->opcode() == SpvOpFunction) { in ValidateFunctionParameter() 121 if (func_inst->opcode() != SpvOpFunction) { in ValidateFunctionParameter() 228 if (!function || SpvOpFunction != function->opcode()) { in ValidateFunctionCall() 340 case SpvOpFunction: in FunctionPass()
|
D | validate_id.cpp | 175 !spvOpcodeIsDecoration(opcode) && opcode != SpvOpFunction && in IdPass() 188 opcode != SpvOpLoopMerge && opcode != SpvOpFunction && in IdPass()
|
D | validate_execution_limitations.cpp | 25 if (inst->opcode() != SpvOpFunction) { in ValidateExecutionLimitations()
|
D | validate_adjacency.cpp | 49 case SpvOpFunction: in ValidateAdjacency()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_add_function_test.cpp | 148 SpvOpFunction, 8, 13, in TEST() 290 SpvOpFunction, 2, 15, in TEST() 508 {MakeInstructionMessage(SpvOpFunction, 8, 13, in TEST() 520 SpvOpFunction, 8, 13, in TEST() 530 {MakeInstructionMessage(SpvOpFunction, 8, 13, in TEST() 568 SpvOpFunction, 2, 30, in TEST() 813 SpvOpFunction, 2, 10, in TEST() 961 SpvOpFunction, 6, 10, in TEST() 1143 SpvOpFunction, 2, 12, in TEST() 1577 SpvOpFunction, 2, 8, in TEST() [all …]
|
/external/angle/third_party/spirv-tools/src/test/fuzz/ |
D | transformation_add_function_test.cpp | 154 SpvOpFunction, 8, 13, in TEST() 297 SpvOpFunction, 2, 15, in TEST() 519 {MakeInstructionMessage(SpvOpFunction, 8, 13, in TEST() 531 SpvOpFunction, 8, 13, in TEST() 541 {MakeInstructionMessage(SpvOpFunction, 8, 13, in TEST() 579 SpvOpFunction, 2, 30, in TEST() 831 SpvOpFunction, 2, 10, in TEST() 986 SpvOpFunction, 6, 10, in TEST() 1175 SpvOpFunction, 2, 12, in TEST() 1616 SpvOpFunction, 2, 8, in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_add_function_test.cpp | 154 SpvOpFunction, 8, 13, in TEST() 297 SpvOpFunction, 2, 15, in TEST() 519 {MakeInstructionMessage(SpvOpFunction, 8, 13, in TEST() 531 SpvOpFunction, 8, 13, in TEST() 541 {MakeInstructionMessage(SpvOpFunction, 8, 13, in TEST() 579 SpvOpFunction, 2, 30, in TEST() 831 SpvOpFunction, 2, 10, in TEST() 986 SpvOpFunction, 6, 10, in TEST() 1175 SpvOpFunction, 2, 12, in TEST() 1616 SpvOpFunction, 2, 8, in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 55 if (def->opcode() == SpvOpFunction) { in GetAvailableOpportunities()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 62 if (operand_id_def->opcode() == SpvOpFunction) { in GetAvailableOpportunities()
|
/external/angle/third_party/spirv-tools/src/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 55 if (def->opcode() == SpvOpFunction) { in GetAvailableOpportunities()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 62 if (operand_id_def->opcode() == SpvOpFunction) { in GetAvailableOpportunities()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | operand_to_const_reduction_opportunity_finder.cpp | 55 if (def->opcode() == SpvOpFunction) { in GetAvailableOpportunities()
|
D | operand_to_undef_reduction_opportunity_finder.cpp | 62 if (operand_id_def->opcode() == SpvOpFunction) { in GetAvailableOpportunities()
|