Home
last modified time | relevance | path

Searched refs:scope_ids (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp449 std::vector<uint32_t> scope_ids; in IsDeclareVisibleToInstr() local
451 scope_ids.push_back(scope->GetDebugScope().GetLexicalScope()); in IsDeclareVisibleToInstr()
456 scope_ids.push_back(value->GetDebugScope().GetLexicalScope()); in IsDeclareVisibleToInstr()
459 scope_ids.push_back(scope->GetDebugScope().GetLexicalScope()); in IsDeclareVisibleToInstr()
471 for (uint32_t scope_id : scope_ids) { in IsDeclareVisibleToInstr()
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddebug_info_manager.cpp449 std::vector<uint32_t> scope_ids; in IsDeclareVisibleToInstr() local
451 scope_ids.push_back(scope->GetDebugScope().GetLexicalScope()); in IsDeclareVisibleToInstr()
456 scope_ids.push_back(value->GetDebugScope().GetLexicalScope()); in IsDeclareVisibleToInstr()
459 scope_ids.push_back(scope->GetDebugScope().GetLexicalScope()); in IsDeclareVisibleToInstr()
471 for (uint32_t scope_id : scope_ids) { in IsDeclareVisibleToInstr()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc389 std::vector<int32> scope_ids; in CheckExistingScopedAllocator() local
390 Status ss = GetNodeAttr(n_attrs, kScopedAllocatorAttrName, &scope_ids); in CheckExistingScopedAllocator()
393 if (ss.ok() && scope_ids[0] == nd.output_slot) { in CheckExistingScopedAllocator()
395 << nd.from_node_def->name() << " output " << scope_ids[0] in CheckExistingScopedAllocator()
396 << " is already assigned to scope_id " << scope_ids[1]; in CheckExistingScopedAllocator()
399 nd.from_node_def->name(), " output ", scope_ids[0], " is already ", in CheckExistingScopedAllocator()
400 "assigned to scope_id ", scope_ids[1]); in CheckExistingScopedAllocator()