| /openbsd/src/sys/dev/pci/drm/i915/gt/ |
| D | intel_sseu.c | 662 u8 slices, subslices; in intel_sseu_make_rpcs() local 679 slices = hweight8(req_sseu->slice_mask); in intel_sseu_make_rpcs() 708 slices == 1 && in intel_sseu_make_rpcs() 713 slices *= 2; in intel_sseu_make_rpcs() 723 u32 mask, val = slices; in intel_sseu_make_rpcs()
|
| /openbsd/src/sys/dev/pci/drm/i915/gem/selftests/ |
| D | i915_gem_context.c | 1137 __check_rpcs(const char *name, u32 rpcs, int slices, unsigned int expected, in __check_rpcs() argument 1140 if (slices == expected) in __check_rpcs() 1143 if (slices < 0) { in __check_rpcs() 1145 name, prefix, slices, suffix); in __check_rpcs() 1146 return slices; in __check_rpcs() 1150 name, prefix, slices, expected, suffix); in __check_rpcs() 1153 rpcs, slices, in __check_rpcs() 1169 unsigned int slices = hweight32(ce->engine->sseu.slice_mask); in __sseu_finish() local 1186 ret = __check_rpcs(name, rpcs, ret, slices, "Kernel context", "!"); in __sseu_finish()
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | skl_watermark.c | 631 if (dbuf_state->slices[pipe] != dbuf_state->slices[for_pipe]) in intel_crtc_dbuf_weights() 667 dbuf_slice_mask = new_dbuf_state->slices[pipe]; in skl_crtc_allocate_ddb() 684 if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe] && in skl_crtc_allocate_ddb() 707 old_dbuf_state->slices[pipe], new_dbuf_state->slices[pipe], in skl_crtc_allocate_ddb() 2483 enabled_slices |= dbuf_state->slices[pipe]; in intel_dbuf_enabled_slices() 2533 new_dbuf_state->slices[pipe] = in skl_compute_ddb() 2537 if (old_dbuf_state->slices[pipe] == new_dbuf_state->slices[pipe]) in skl_compute_ddb() 2989 u8 slices; in skl_wm_get_hw_state() local 3021 slices = skl_compute_dbuf_slices(crtc, dbuf_state->active_pipes, in skl_wm_get_hw_state() 3023 mbus_offset = mbus_ddb_offset(i915, slices); in skl_wm_get_hw_state() [all …]
|
| D | skl_watermark.h | 62 u8 slices[I915_MAX_PIPES]; member
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCScheduleP9.td | 35 // resolved and they can be issued. Each of four execution slices has an 55 // corresponds to one of the four execution slices. 58 // The xa and xb ports can be used to send an iop to either of the two slices 135 // dispatch slot but are dispatched to both the even and odd slices of a
|
| D | P9InstrResources.td | 17 // - Each superslice is made up of two slices. Therefore, there are 4 slices
|
| /openbsd/src/sys/dev/usb/dwc2/ |
| D | dwc2_hcdqueue.c | 596 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_schedule() local 616 DWC2_LS_SCHEDULE_FRAMES, slices, in dwc2_ls_pmap_schedule() 635 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_unschedule() local 643 DWC2_LS_SCHEDULE_FRAMES, slices, qh->device_interval, in dwc2_ls_pmap_unschedule()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perllol.pod | 284 pointer arrow for dereferencing, no such convenience exists for slices. 309 We can reduce some of the looping through slices
|
| D | perldata.pod | 55 Entire arrays (and slices of arrays and hashes) are denoted by '@', 490 scalar variables, arrays, and array or hash slices. (In other words, 605 different types of variable access, including array and hash slices. For 756 Arrays and slices are interpolated into double-quoted strings 1177 These are otherwise very much consistent with hash slices 1182 Similar to key/value hash slices (and also introduced
|
| D | perl56delta.pod | 530 Pseudo-hash slices with constant keys are now optimized to array lookups 533 List assignments to pseudo-hash slices are now supported. 1754 =head2 Behavior of list slices is more consistent 1768 Note in particular that the behavior of slices of the following 2569 =item Treatment of list slices of undef has changed 2571 There is a potential incompatibility in the behavior of list slices 2573 See L</"Behavior of list slices is more consistent">.
|
| D | perl561delta.pod | 1128 Pseudo-hash slices with constant keys are now optimized to array lookups 1131 List assignments to pseudo-hash slices are now supported. 2359 =head2 Behavior of list slices is more consistent 2373 Note in particular that the behavior of slices of the following 3174 =item Treatment of list slices of undef has changed 3176 There is a potential incompatibility in the behavior of list slices 3178 See L</"Behavior of list slices is more consistent">.
|
| D | perl5280delta.pod | 22 =head2 L<C<delete>|perlfunc/delete EXPR> on key/value hash slices 25 L<keyE<sol>value hash slices|perldata/KeyE<sol>Value Hash Slices>,
|
| D | perlref.pod | 766 Value slices of arrays and hashes may also be taken with postfix
|
| D | perl5200delta.pod | 461 lookup. This optimisation has only now been applied to hash slices as 510 The creation of certain sorts of lists, including array and hash slices, is now 3300 slices. [perl #28380, #114024]
|
| D | perltie.pod | 1231 Tied hash/array slices cause multiple FETCH/STORE pairs, there are no
|
| D | perl5100delta.pod | 1295 =item Subscripts of slices
|
| D | perl5004delta.pod | 330 =item delete on slices
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dml/dcn20/ |
| D | display_mode_vba_20.c | 1806 unsigned int slices = mode_lib->vba.NumberOfDSCSlices[k]; in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local 1818 slices, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1832 slices / 2.0, in dml20_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4236 mode_lib->vba.slices = 0; in dml20_ModeSupportAndSystemConfigurationFull() 4239 mode_lib->vba.slices = 0; in dml20_ModeSupportAndSystemConfigurationFull() 4241 mode_lib->vba.slices = dml_ceil( in dml20_ModeSupportAndSystemConfigurationFull() 4245 mode_lib->vba.slices = 8.0; in dml20_ModeSupportAndSystemConfigurationFull() 4247 mode_lib->vba.slices = 4.0; in dml20_ModeSupportAndSystemConfigurationFull() 4249 mode_lib->vba.slices = 2.0; in dml20_ModeSupportAndSystemConfigurationFull() 4251 mode_lib->vba.slices = 1.0; in dml20_ModeSupportAndSystemConfigurationFull() [all …]
|
| D | display_mode_vba_20v2.c | 1842 unsigned int slices = mode_lib->vba.NumberOfDSCSlices[k]; in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local 1854 slices, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1868 slices / 2.0, in dml20v2_DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4357 mode_lib->vba.slices = 0; in dml20v2_ModeSupportAndSystemConfigurationFull() 4360 mode_lib->vba.slices = 0; in dml20v2_ModeSupportAndSystemConfigurationFull() 4362 mode_lib->vba.slices = dml_ceil( in dml20v2_ModeSupportAndSystemConfigurationFull() 4366 mode_lib->vba.slices = 8.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 4368 mode_lib->vba.slices = 4.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 4370 mode_lib->vba.slices = 2.0; in dml20v2_ModeSupportAndSystemConfigurationFull() 4372 mode_lib->vba.slices = 1.0; in dml20v2_ModeSupportAndSystemConfigurationFull() [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dml/dcn21/ |
| D | display_mode_vba_21.c | 1798 unsigned int slices = mode_lib->vba.NumberOfDSCSlices[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() local 1810 slices, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 1824 slices / 2.0, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 4451 mode_lib->vba.slices = 0; in dml21_ModeSupportAndSystemConfigurationFull() 4454 mode_lib->vba.slices = 0; in dml21_ModeSupportAndSystemConfigurationFull() 4456 mode_lib->vba.slices = dml_ceil( in dml21_ModeSupportAndSystemConfigurationFull() 4460 mode_lib->vba.slices = 8.0; in dml21_ModeSupportAndSystemConfigurationFull() 4462 mode_lib->vba.slices = 4.0; in dml21_ModeSupportAndSystemConfigurationFull() 4464 mode_lib->vba.slices = 2.0; in dml21_ModeSupportAndSystemConfigurationFull() 4466 mode_lib->vba.slices = 1.0; in dml21_ModeSupportAndSystemConfigurationFull() [all …]
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/dml/ |
| D | display_mode_vba.h | 715 unsigned int slices; member
|
| /openbsd/src/gnu/llvm/lldb/source/Host/macosx/objcxx/ |
| D | HostInfoMacOSX.mm | 252 // Now we need modify the cpusubtype for the 32 bit slices.
|
| /openbsd/src/gnu/llvm/lld/docs/ |
| D | NewLLD.rst | 200 Since we have less synthesized data for ELF, we don't abstract slices of
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | variable.rst | 769 on the returned `SBValue`). If you need to access array slices, you cannot do
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | ChangeLog | 607 targets as it currently selects the incorrect slice due to multiple slices
|