HomeSort by relevance Sort by last modified time
    Searched refs:getIdName (Results 1 - 25 of 34) sorted by null

1 2

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

Completed in 2114 milliseconds

1 2