Searched refs:operand_name (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 346 def get_operand_push_back_line(self, operand, operand_name, is_array, is_optional): argument 351 item = operand_name 355 pre = 'if (' + operand_name + ') {\n' 361 pre = 'for (const auto &operand : ' + operand_name + ') {\n' 390 def get_operand_parse_line(self, operand, operand_name, is_array, is_optional): argument 399 pre = 'if (' + operand_name + ' && _o < _length) {\n' 403 pre = 'if (' + operand_name + ') {\n' 411 …line = operand_name + '->emplace_back(' + kind + '{LiteralInteger(_instruction[_o]), IdRef(_instru… 414 line = operand_name + '->literal = LiteralInteger(_instruction[_o++]);' 415 line += operand_name + '->id = IdRef(_instruction[_o++]);' [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_domain_test.cc | 49 absl::string_view operand_name) { in HasDomainEdge() argument 51 HloInstruction* operand = FindInstruction(module, operand_name); in HasDomainEdge() 61 << "' and '" << operand_name << "' instructions:\n" in HasDomainEdge()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 50 ValidationState_t& _, const std::string& operand_name, in ValidateOperandForDebugInfo() argument 60 << "expected operand " << operand_name << " is invalid"; in ValidateOperandForDebugInfo() 64 << "expected operand " << operand_name << " must be a result id of " in ValidateOperandForDebugInfo()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 51 ValidationState_t& _, const std::string& operand_name, in ValidateOperandForDebugInfo() argument 61 << "expected operand " << operand_name << " is invalid"; in ValidateOperandForDebugInfo() 65 << "expected operand " << operand_name << " must be a result id of " in ValidateOperandForDebugInfo()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_extensions.cpp | 51 ValidationState_t& _, const std::string& operand_name, in ValidateOperandForDebugInfo() argument 61 << "expected operand " << operand_name << " is invalid"; in ValidateOperandForDebugInfo() 65 << "expected operand " << operand_name << " must be a result id of " in ValidateOperandForDebugInfo()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 1200 const char *operand_name, in get_scalar_boolean_operand() argument 1213 operand_name, in get_scalar_boolean_operand()
|