/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | LSUnit.h | 195 DenseMap<unsigned, std::unique_ptr<MemoryGroup>> Groups; variable 246 return Index && (Groups.find(Index) != Groups.end()); in isValidGroupID() 280 return *Groups.find(Index)->second; in getGroup() 285 return *Groups.find(Index)->second; in getGroup() 289 Groups.insert( in createMemoryGroup() 304 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
|
/third_party/mesa3d/src/mesa/main/ |
D | debug_output.c | 105 struct gl_debug_group *Groups[MAX_DEBUG_GROUP_STACK_DEPTH]; member 402 debug->Groups[0] = malloc(sizeof(*debug->Groups[0])); in debug_create() 403 if (!debug->Groups[0]) { in debug_create() 411 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]); in debug_create() 424 return (gstack > 0 && debug->Groups[gstack] == debug->Groups[gstack - 1]); in debug_is_group_read_only() 434 const struct gl_debug_group *src = debug->Groups[gstack]; in debug_make_group_writable() 462 debug->Groups[gstack] = dst; in debug_make_group_writable() 476 struct gl_debug_group *grp = debug->Groups[gstack]; in debug_clear_group() 487 debug->Groups[gstack] = NULL; in debug_clear_group() 542 ns = &debug->Groups[gstack]->Namespaces[source][type]; in debug_set_message_enable() [all …]
|
D | performance_monitor.c | 62 ctx->PerfMonitor.Groups = NULL; in _mesa_init_performance_monitors() 80 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor() 112 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor() 303 type = ctx->PerfMonitor.Groups[gid].Counters[cid].Type; in get_perf_monitor_result() 344 FREE((void *)perfmon->Groups[gid].Counters); in _mesa_free_perfomance_monitor_groups() 346 FREE((void *)perfmon->Groups); in _mesa_free_perfomance_monitor_groups() 352 if (likely(ctx->PerfMonitor.Groups)) in init_groups() 434 perfmon->Groups = groups; in init_groups() 468 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[i]; in new_performance_monitor() 517 return &ctx->PerfMonitor.Groups[id]; in get_group() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | LSUnit.cpp | 45 for (const std::pair<unsigned, std::unique_ptr<MemoryGroup>> &G : Groups) in cycleEvent() 56 for (const auto &GroupIt : Groups) { in dump() 164 auto It = Groups.find(GroupID); in onInstructionExecuted() 165 assert(It != Groups.end() && "Instruction not dispatched to the LS unit"); in onInstructionExecuted() 168 Groups.erase(It); in onInstructionExecuted()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | XCOFFObjectWriter.cpp | 116 CsectGroups Groups; member 126 for (auto *Group : Groups) in reset() 131 CsectGroups Groups) in Section() 134 IsVirtual(IsVirtual), Groups(Groups) { in Section() 367 for (const auto *Group : Section->Groups) { in writeSections() 563 for (const auto *Group : Section->Groups) { in writeSymbolTable() 604 llvm::all_of(Section->Groups, in assignAddressesAndIndices() 615 for (auto *Group : Section->Groups) { in assignAddressesAndIndices()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFMA3Info.cpp | 65 static const X86InstrFMA3Group Groups[] = { variable 119 assert(std::is_sorted(std::begin(Groups), std::end(Groups)) && in verifyTables() 154 Table = makeArrayRef(Groups); in getFMA3Group()
|
/third_party/openssl/test/ssl-tests/ |
D | 20-cert-select.cnf.in | 88 "Groups" => "P-384" 93 "Groups" => "P-256:P-384", 110 "Groups" => "P-256:P-384" 117 "Groups" => "P-384", 433 "Groups" => "brainpoolP256r1", 439 "Groups" => "brainpoolP256r1", 829 name => "TLS 1.3 Ed25519 CipherString and Groups Selection", 836 "Groups" => "X25519" 845 name => "TLS 1.3 Ed448 CipherString and Groups Selection", 852 "Groups" => "X448" [all …]
|
D | 20-cert-select.cnf | 53 test-48 = 48-TLS 1.3 Ed25519 CipherString and Groups Selection 54 test-49 = 49-TLS 1.3 Ed448 CipherString and Groups Selection 111 Groups = P-384 117 Groups = P-256:P-384 144 Groups = P-256:P-384 150 Groups = P-384 781 Groups = brainpoolP256r1 786 Groups = brainpoolP256r1 1578 [48-TLS 1.3 Ed25519 CipherString and Groups Selection] 1579 ssl_conf = 48-TLS 1.3 Ed25519 CipherString and Groups Selection-ssl [all …]
|
D | 28-seclevel.cnf.in | 65 "Groups" => "X25519" },
|
/third_party/mesa3d/src/tool/pps/ |
D | pps_config.cc | 49 Groups, enumerator 126 mode = Mode::Groups; in main() 195 case Mode::Groups: { in main()
|
/third_party/mesa3d/.gitlab-ci/windows/ |
D | spirv2dxil_check.ps1 | 36 $exec_mode, $entry_point = $match.Groups[1].Value, $match.Groups[2].Value
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | JsonParser.cs | 812 var dateTime = match.Groups["datetime"].Value; in MergeTimestamp() 813 var subseconds = match.Groups["subseconds"].Value; in MergeTimestamp() 814 var offset = match.Groups["offset"].Value; in MergeTimestamp() 888 var sign = match.Groups["sign"].Value; in MergeDuration() 889 var secondsText = match.Groups["int"].Value; in MergeDuration() 895 var subseconds = match.Groups["subseconds"].Value; in MergeDuration()
|
/third_party/node/deps/openssl/openssl/ |
D | AUTHORS.md | 10 Groups section in Authors
|
/third_party/openssl/ |
D | AUTHORS.md | 10 Groups section in Authors
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_device_generated_commands/ |
D | generatedcommands.txt | 14 Groups>>.
|
D | generatedcommands.adoc | 14 Groups>> for graphics pipelines.
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_proto3_lite.proto | 74 // Groups are not allowed in proto3. 117 // Groups are not allowed in proto3.
|
D | unittest_proto3_arena_lite.proto | 75 // Groups are not allowed in proto3. 118 // Groups are not allowed in proto3.
|
D | unittest_proto3.proto | 74 // Groups are not allowed in proto3. 119 // Groups are not allowed in proto3.
|
D | unittest_proto3_arena.proto | 74 // Groups are not allowed in proto3. 119 // Groups are not allowed in proto3.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_display_texture_share_group.txt | 56 Add a new section entitled "OpenGL ES Global Texture Share Groups"
|
D | EGL_ANGLE_display_semaphore_share_group.txt | 56 Add a new section entitled "OpenGL ES Global Semaphore Share Groups"
|
/third_party/EGL/api/ |
D | registry.rnc | 18 Groups * | 55 Groups = element groups {
|
/third_party/vk-gl-cts/scripts/log/ |
D | README.md | 47 Groups Statistics
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
D | main.go | 106 for _, group := range testResults.Groups {
|