/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.c | 740 FREE(screen->tic.entries); in nvc0_screen_destroy() 1526 /* TIC and TSC entries for each unit (nve4+ only) */ in nvc0_screen_create() 1566 screen->tic.entries = CALLOC( in nvc0_screen_create() 1569 screen->tsc.entries = screen->tic.entries + NVC0_TIC_MAX_ENTRIES; in nvc0_screen_create() 1570 screen->img.entries = (void *)(screen->tsc.entries + NVC0_TSC_MAX_ENTRIES); in nvc0_screen_create() 1594 if (screen->tic.entries[i]) in nvc0_screen_tic_alloc() 1595 nv50_tic_entry(screen->tic.entries[i])->id = -1; in nvc0_screen_tic_alloc() 1597 screen->tic.entries[ in nvc0_screen_tic_alloc() [all...] |
/device/soc/rockchip/rk2206/hardware/include/driver/ |
H A D | cru.h | 27 SLIST_ENTRY(_CLK_GATE) entries; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_jm_defs.h | 44 * @entries: Ringbuffer entries 51 struct rb_entry entries[SLOT_RB_SIZE]; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_jm_defs.h | 37 * @entries: Ringbuffer entries 44 struct rb_entry entries[SLOT_RB_SIZE]; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_jm_defs.h | 55 * @entries: Ringbuffer entries 71 struct rb_entry entries[SLOT_RB_SIZE]; member
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_jm_defs.h | 40 * @entries: Ringbuffer entries 47 struct rb_entry entries[SLOT_RB_SIZE]; member
|
/third_party/node/deps/v8/tools/zone-stats/ |
H A D | categories.js | 110 for (let [category, zone_names] of CATEGORIES.entries()) {
|
/third_party/node/test/fixtures/wpt/user-timing/ |
H A D | supported-usertiming-types.any.js | 34 }, `'${entryType}' entries should be observable.`)
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_buffer.h | 34 struct vn_buffer_cache_entry *entries; member
|
/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.h | 36 MnoteAppleEntry *entries; member
|
/third_party/libexif/libexif/pentax/ |
H A D | exif-mnote-data-pentax.h | 38 MnotePentaxEntry *entries; member
|
/third_party/libexif/libexif/fuji/ |
H A D | exif-mnote-data-fuji.h | 34 MnoteFujiEntry *entries; member
|
/third_party/libexif/libexif/olympus/ |
H A D | exif-mnote-data-olympus.h | 47 MnoteOlympusEntry *entries; member
|
/third_party/libexif/libexif/canon/ |
H A D | exif-mnote-data-canon.h | 37 MnoteCanonEntry *entries; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | gfx10_format_table.py | 283 gfx10_formats = [Gfx10Format(entry) for entry in db.enum('GFX10_FORMAT').entries] 292 gfx11_formats = [Gfx10Format(entry) for entry in db.enum('GFX11_FORMAT').entries]
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_analyze_ubo_ranges.c | 60 * Compares score for two UBO range entries. 313 struct ubo_range_entry *entries = ranges.data; in brw_nir_analyze_ubo_ranges() local 330 out_ranges[i] = entries[i].range; in brw_nir_analyze_ubo_ranges()
|
/third_party/node/lib/internal/fs/ |
H A D | dir.js | 273 async* entries() { 290 value: Dir.prototype.entries,
|
/third_party/node/test/internet/ |
H A D | test-dns-any.js | 61 assert.ok(Array.isArray(r.entries)); 62 assert.ok(r.entries.length > 0);
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | sriharness.js | 56 for (const [attr_name, attr_val] of Object.entries(attrs)) { 113 for (const [attr_name, attr_val] of Object.entries(link_attrs)) {
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 149 for (const [script, cmd] of Object.entries(scripts)) { 236 for (const [script, cmd] of Object.entries(scripts || {})) {
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | formdata.js | 62 // The delete(name) method steps are to remove all entries whose name 95 // 2. Return the values of all entries whose name is name, in order, 142 // 3. If there are entries in this’s entry list whose name is name, then 157 entries () { 208 FormData.prototype[Symbol.iterator] = FormData.prototype.entries
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | font-options.hh | 260 GOptionEntry entries[] = in add_options() local 272 parser->add_group (entries, in add_options()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | doYouNeedToChangeYourTargetLibraryES2015.js | 24 const testArrayEntries = [""].entries(); 122 var testArrayEntries = [""].entries();
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.h | 59 uint32_t handle; /* 0 for slab entries */ 76 struct radeon_bo *entries; member
|
/third_party/node/test/parallel/ |
H A D | test-http2-client-setNextStreamID-errors.js | 42 Object.entries(types).forEach(([type, value]) => {
|