/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 31 << _.getIdName(inst->type_id()) << "' is not a boolean type."; in ValidateConstantBool() 45 << _.getIdName(inst->type_id()) << "' is not a composite type."; in ValidateConstantComposite() 58 << _.getIdName(result_type->id()) in ValidateConstantComposite() 76 << _.getIdName(constituent_id) in ValidateConstantComposite() 84 << _.getIdName(constituent_id) in ValidateConstantComposite() 86 << _.getIdName(result_type->id()) << "'s vector element type."; in ValidateConstantComposite() 98 << _.getIdName(result_type->id()) << "'s matrix column count."; in ValidateConstantComposite() 127 << _.getIdName(constituent_id) in ValidateConstantComposite() 138 << _.getIdName(constituent_id) in ValidateConstantComposite() 140 << _.getIdName(result_type->id()) << "'s matrix column type."; in ValidateConstantComposite() [all …]
|
D | validate_memory.cpp | 348 << "OpVariable Result Type <id> '" << _.getIdName(inst->type_id()) in ValidateVariable() 365 << "OpVariable Initializer <id> '" << _.getIdName(initializer_id) in ValidateVariable() 437 << "PushConstant OpVariable <id> '" << _.getIdName(inst->id()) in ValidateVariable() 451 << "UniformConstant OpVariable <id> '" << _.getIdName(inst->id()) in ValidateVariable() 465 << "Uniform OpVariable <id> '" << _.getIdName(inst->id()) in ValidateVariable() 484 << "OpVariable, <id> '" << _.getIdName(inst->id()) in ValidateVariable() 495 << "OpVariable, <id> '" << _.getIdName(inst->id()) in ValidateVariable() 512 << "OpLoad Result Type <id> '" << _.getIdName(inst->type_id()) in ValidateLoad() 529 << "OpLoad Pointer <id> '" << _.getIdName(pointer_id) in ValidateLoad() 536 << "OpLoad type for pointer <id> '" << _.getIdName(pointer_id) in ValidateLoad() [all …]
|
D | validate_cfg.cpp | 90 << "OpPhi's result type <id> " << _.getIdName(inst->type_id()) in ValidatePhi() 91 << " does not match incoming value <id> " << _.getIdName(inc_id) in ValidatePhi() 92 << " type <id> " << _.getIdName(inc_type_id) << "."; in ValidatePhi() 97 << "OpPhi's incoming basic block <id> " << _.getIdName(inc_id) in ValidatePhi() 105 << "OpPhi's incoming basic block <id> " << _.getIdName(inc_id) in ValidatePhi() 106 << " is not a predecessor of <id> " << _.getIdName(block->id()) in ValidatePhi() 164 << "OpReturnValue Value <id> '" << _.getIdName(value_id) in ValidateReturnValue() 171 << _.getIdName(value->type_id()) << "' is missing or void."; in ValidateReturnValue() 183 << _.getIdName(value->type_id()) in ValidateReturnValue() 192 << "OpReturnValue Value <id> '" << _.getIdName(value_id) in ValidateReturnValue() [all …]
|
D | validate_id.cpp | 80 << "ID " << _.getIdName(inst.id()) << " defined in block " in CheckIdDefinitionDominateUse() 81 << _.getIdName(block->id()) in CheckIdDefinitionDominateUse() 83 << _.getIdName(use_block->id()); in CheckIdDefinitionDominateUse() 95 << "ID " << _.getIdName(inst.id()) << " used in function " in CheckIdDefinitionDominateUse() 96 << _.getIdName(user->function()->id()) in CheckIdDefinitionDominateUse() 98 << _.getIdName(func->id()); in CheckIdDefinitionDominateUse() 118 << "In OpPhi instruction " << _.getIdName(phi->id()) << ", ID " in CheckIdDefinitionDominateUse() 119 << _.getIdName(variable->id()) in CheckIdDefinitionDominateUse() 121 << _.getIdName(parent->id()); in CheckIdDefinitionDominateUse() 172 << "Operand " << _.getIdName(operand_word) in IdPass() [all …]
|
D | validate_type.cpp | 75 << "OpTypeVector Component Type <id> '" << _.getIdName(component_id) in ValidateTypeVector() 87 << "OpTypeMatrix Column Type <id> '" << _.getIdName(column_type_id) in ValidateTypeMatrix() 99 << "OpTypeArray Element Type <id> '" << _.getIdName(element_type_id) in ValidateTypeArray() 105 << "OpTypeArray Element Type <id> '" << _.getIdName(element_type_id) in ValidateTypeArray() 114 << "OpTypeArray Length <id> '" << _.getIdName(length_id) in ValidateTypeArray() 124 << "OpTypeArray Length <id> '" << _.getIdName(length_id) in ValidateTypeArray() 135 << "OpTypeArray Length <id> '" << _.getIdName(length_id) in ValidateTypeArray() 155 << _.getIdName(element_id) << "' is not a type."; in ValidateTypeRuntimeArray() 161 << _.getIdName(element_id) << "' is a void type."; in ValidateTypeRuntimeArray() 175 << "OpTypeStruct Member Type <id> '" << _.getIdName(member_type_id) in ValidateTypeStruct() [all …]
|
D | validate_function.cpp | 32 << "OpFunction Function Type <id> '" << _.getIdName(function_type_id) in ValidateFunction() 39 << "OpFunction Result Type <id> '" << _.getIdName(inst->type_id()) in ValidateFunction() 41 << _.getIdName(return_id) << "'."; in ValidateFunction() 59 << "Invalid use of function result id " << _.getIdName(inst->id()) in ValidateFunction() 110 << _.getIdName(inst->type_id()) in ValidateFunctionParameter() 123 << "OpFunctionCall Function <id> '" << _.getIdName(function_id) in ValidateFunctionCall() 131 << _.getIdName(inst->type_id()) in ValidateFunctionCall() 133 << _.getIdName(return_type->id()) << "'s return type."; in ValidateFunctionCall() 173 << "OpFunctionCall Argument <id> '" << _.getIdName(argument_id) in ValidateFunctionCall() 175 << _.getIdName(parameter_type_id) << "'s parameter type."; in ValidateFunctionCall()
|
D | validate_annotation.cpp | 34 << _.getIdName(decoration) in ValidateDecorate() 49 << _.getIdName(struct_type_id) << "' is not a struct type."; in ValidateMemberDecorate() 58 << _.getIdName(struct_type_id) in ValidateMemberDecorate() 102 << _.getIdName(decoration_group_id) in ValidateGroupDecorate() 111 << _.getIdName(target_id) << "'"; in ValidateGroupDecorate() 130 << _.getIdName(decoration_group_id) in ValidateGroupMemberDecorate() 142 << _.getIdName(struct_id) << "' is not a struct type."; in ValidateGroupMemberDecorate() 150 << _.getIdName(struct_id) in ValidateGroupMemberDecorate()
|
D | validate_debug.cpp | 31 << "OpMemberName Type <id> '" << _.getIdName(type_id) in ValidateMemberName() 38 << "OpMemberName Member <id> '" << _.getIdName(member_id) in ValidateMemberName() 39 << "' index is larger than Type <id> '" << _.getIdName(type->id()) in ValidateMemberName() 50 << "OpLine Target <id> '" << _.getIdName(file_id) in ValidateLine()
|
D | validate_execution_limitations.cpp | 47 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations() 49 << _.getIdName(inst->id()) in ValidateExecutionLimitations()
|
D | validate.cpp | 119 block_string += _.getIdName(block->id()) + " "; in printDot() 122 printf("%10s -> {%s\b}\n", _.getIdName(other.id()).c_str(), in printDot() 129 printf("%10s -> %s\n", _.getIdName(func.id()).c_str(), in PrintBlocks() 130 _.getIdName(func.first_block()->id()).c_str()); in PrintBlocks() 148 std::string func_name(_.getIdName(func.id())); in UNUSED() 164 bind(&ValidationState_t::getIdName, std::ref(_), std::placeholders::_1)); in ValidateForwardDecls()
|
D | validate_mode_setting.cpp | 33 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_point_id) in ValidateEntryPoint() 46 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_point_id) in ValidateEntryPoint() 54 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_point_id) in ValidateEntryPoint() 233 << _.getIdName(entry_point_id) in ValidateExecutionMode()
|
D | validate_image.cpp | 814 << _.getIdName(inst->id()) in ValidateSampledImage() 817 << _.getIdName(consumer_id) << "'."; in ValidateSampledImage() 830 << " Found result <id> '" << _.getIdName(inst->id()) in ValidateSampledImage() 831 << "' as an operand of <id> '" << _.getIdName(consumer_id) in ValidateSampledImage()
|
D | validation_state.h | 150 std::string getIdName(uint32_t id) const;
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_constants.cpp | 31 << _.getIdName(inst->type_id()) << "' is not a boolean type."; in ValidateConstantBool() 45 << _.getIdName(inst->type_id()) << "' is not a composite type."; in ValidateConstantComposite() 58 << _.getIdName(result_type->id()) in ValidateConstantComposite() 76 << _.getIdName(constituent_id) in ValidateConstantComposite() 84 << _.getIdName(constituent_id) in ValidateConstantComposite() 86 << _.getIdName(result_type->id()) << "'s vector element type."; in ValidateConstantComposite() 98 << _.getIdName(result_type->id()) << "'s matrix column count."; in ValidateConstantComposite() 127 << _.getIdName(constituent_id) in ValidateConstantComposite() 138 << _.getIdName(constituent_id) in ValidateConstantComposite() 140 << _.getIdName(result_type->id()) << "'s matrix column type."; in ValidateConstantComposite() [all …]
|
D | validate_id.cpp | 80 << "ID " << _.getIdName(inst.id()) << " defined in block " in CheckIdDefinitionDominateUse() 81 << _.getIdName(block->id()) in CheckIdDefinitionDominateUse() 83 << _.getIdName(use_block->id()); in CheckIdDefinitionDominateUse() 95 << "ID " << _.getIdName(inst.id()) << " used in function " in CheckIdDefinitionDominateUse() 96 << _.getIdName(user->function()->id()) in CheckIdDefinitionDominateUse() 98 << _.getIdName(func->id()); in CheckIdDefinitionDominateUse() 118 << "In OpPhi instruction " << _.getIdName(phi->id()) << ", ID " in CheckIdDefinitionDominateUse() 119 << _.getIdName(variable->id()) in CheckIdDefinitionDominateUse() 121 << _.getIdName(parent->id()); in CheckIdDefinitionDominateUse() 172 << "Operand " << _.getIdName(operand_word) in IdPass() [all …]
|
D | validate_type.cpp | 76 << "OpTypeVector Component Type <id> '" << _.getIdName(component_id) in ValidateTypeVector() 88 << "OpTypeMatrix Column Type <id> '" << _.getIdName(column_type_id) in ValidateTypeMatrix() 100 << "OpTypeArray Element Type <id> '" << _.getIdName(element_type_id) in ValidateTypeArray() 106 << "OpTypeArray Element Type <id> '" << _.getIdName(element_type_id) in ValidateTypeArray() 116 << "OpTypeArray Element Type <id> '" << _.getIdName(element_type_id) in ValidateTypeArray() 125 << "OpTypeArray Length <id> '" << _.getIdName(length_id) in ValidateTypeArray() 135 << "OpTypeArray Length <id> '" << _.getIdName(length_id) in ValidateTypeArray() 146 << "OpTypeArray Length <id> '" << _.getIdName(length_id) in ValidateTypeArray() 166 << _.getIdName(element_id) << "' is not a type."; in ValidateTypeRuntimeArray() 172 << _.getIdName(element_id) << "' is a void type."; in ValidateTypeRuntimeArray() [all …]
|
D | validate_cfg.cpp | 90 << "OpPhi's result type <id> " << _.getIdName(inst->type_id()) in ValidatePhi() 91 << " does not match incoming value <id> " << _.getIdName(inc_id) in ValidatePhi() 92 << " type <id> " << _.getIdName(inc_type_id) << "."; in ValidatePhi() 97 << "OpPhi's incoming basic block <id> " << _.getIdName(inc_id) in ValidatePhi() 105 << "OpPhi's incoming basic block <id> " << _.getIdName(inc_id) in ValidatePhi() 106 << " is not a predecessor of <id> " << _.getIdName(block->id()) in ValidatePhi() 164 << "OpReturnValue Value <id> '" << _.getIdName(value_id) in ValidateReturnValue() 171 << _.getIdName(value->type_id()) << "' is missing or void."; in ValidateReturnValue() 183 << _.getIdName(value->type_id()) in ValidateReturnValue() 192 << "OpReturnValue Value <id> '" << _.getIdName(value_id) in ValidateReturnValue() [all …]
|
D | validate_memory.cpp | 380 << "OpVariable Result Type <id> '" << _.getIdName(inst->type_id()) in ValidateVariable() 397 << "OpVariable Initializer <id> '" << _.getIdName(initializer_id) in ValidateVariable() 474 << "PushConstant OpVariable <id> '" << _.getIdName(inst->id()) in ValidateVariable() 488 << "UniformConstant OpVariable <id> '" << _.getIdName(inst->id()) in ValidateVariable() 502 << "Uniform OpVariable <id> '" << _.getIdName(inst->id()) in ValidateVariable() 520 << "OpVariable, <id> '" << _.getIdName(inst->id()) in ValidateVariable() 531 << "OpVariable, <id> '" << _.getIdName(inst->id()) in ValidateVariable() 548 << "OpVariable, <id> '" << _.getIdName(inst->id()) in ValidateVariable() 598 << "OpVariable, <id> '" << _.getIdName(inst->id()) in ValidateVariable() 656 << "OpVariable, <id> '" << _.getIdName(inst->id()) in ValidateVariable() [all …]
|
D | validate_function.cpp | 32 << "OpFunction Function Type <id> '" << _.getIdName(function_type_id) in ValidateFunction() 39 << "OpFunction Result Type <id> '" << _.getIdName(inst->type_id()) in ValidateFunction() 41 << _.getIdName(return_id) << "'."; in ValidateFunction() 59 << "Invalid use of function result id " << _.getIdName(inst->id()) in ValidateFunction() 110 << _.getIdName(inst->type_id()) in ValidateFunctionParameter() 196 << "OpFunctionCall Function <id> '" << _.getIdName(function_id) in ValidateFunctionCall() 204 << _.getIdName(inst->type_id()) in ValidateFunctionCall() 206 << _.getIdName(return_type->id()) << "'s return type."; in ValidateFunctionCall() 246 << "OpFunctionCall Argument <id> '" << _.getIdName(argument_id) in ValidateFunctionCall() 248 << _.getIdName(parameter_type_id) << "'s parameter type."; in ValidateFunctionCall()
|
D | validate_annotation.cpp | 34 << _.getIdName(decoration) in ValidateDecorate() 49 << _.getIdName(struct_type_id) << "' is not a struct type."; in ValidateMemberDecorate() 58 << _.getIdName(struct_type_id) in ValidateMemberDecorate() 102 << _.getIdName(decoration_group_id) in ValidateGroupDecorate() 111 << _.getIdName(target_id) << "'"; in ValidateGroupDecorate() 130 << _.getIdName(decoration_group_id) in ValidateGroupMemberDecorate() 142 << _.getIdName(struct_id) << "' is not a struct type."; in ValidateGroupMemberDecorate() 150 << _.getIdName(struct_id) in ValidateGroupMemberDecorate()
|
D | validate_debug.cpp | 31 << "OpMemberName Type <id> '" << _.getIdName(type_id) in ValidateMemberName() 38 << "OpMemberName Member <id> '" << _.getIdName(member_id) in ValidateMemberName() 39 << "' index is larger than Type <id> '" << _.getIdName(type->id()) in ValidateMemberName() 50 << "OpLine Target <id> '" << _.getIdName(file_id) in ValidateLine()
|
D | validate_execution_limitations.cpp | 47 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_id) in ValidateExecutionLimitations() 49 << _.getIdName(inst->id()) in ValidateExecutionLimitations()
|
D | validate_mode_setting.cpp | 33 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_point_id) in ValidateEntryPoint() 46 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_point_id) in ValidateEntryPoint() 54 << "OpEntryPoint Entry Point <id> '" << _.getIdName(entry_point_id) in ValidateEntryPoint() 233 << _.getIdName(entry_point_id) in ValidateExecutionMode()
|
D | validate.cpp | 119 block_string += _.getIdName(block->id()) + " "; in printDot() 122 printf("%10s -> {%s\b}\n", _.getIdName(other.id()).c_str(), in printDot() 129 printf("%10s -> %s\n", _.getIdName(func.id()).c_str(), in PrintBlocks() 130 _.getIdName(func.first_block()->id()).c_str()); in PrintBlocks() 148 std::string func_name(_.getIdName(func.id())); in UNUSED() 164 bind(&ValidationState_t::getIdName, std::ref(_), std::placeholders::_1)); in ValidateForwardDecls()
|
D | validate_image.cpp | 814 << _.getIdName(inst->id()) in ValidateSampledImage() 817 << _.getIdName(consumer_id) << "'."; in ValidateSampledImage() 830 << " Found result <id> '" << _.getIdName(inst->id()) in ValidateSampledImage() 831 << "' as an operand of <id> '" << _.getIdName(consumer_id) in ValidateSampledImage()
|