Home
last modified time | relevance | path

Searched refs:entries (Results 326 - 350 of 818) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c740 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 Dcru.h27 SLIST_ENTRY(_CLK_GATE) entries; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_defs.h44 * @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 Dmali_kbase_jm_defs.h37 * @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 Dmali_kbase_jm_defs.h55 * @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 Dmali_kbase_jm_defs.h40 * @entries: Ringbuffer entries
47 struct rb_entry entries[SLOT_RB_SIZE]; member
/third_party/node/deps/v8/tools/zone-stats/
H A Dcategories.js110 for (let [category, zone_names] of CATEGORIES.entries()) {
/third_party/node/test/fixtures/wpt/user-timing/
H A Dsupported-usertiming-types.any.js34 }, `'${entryType}' entries should be observable.`)
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_buffer.h34 struct vn_buffer_cache_entry *entries; member
/third_party/libexif/libexif/apple/
H A Dexif-mnote-data-apple.h36 MnoteAppleEntry *entries; member
/third_party/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.h38 MnotePentaxEntry *entries; member
/third_party/libexif/libexif/fuji/
H A Dexif-mnote-data-fuji.h34 MnoteFujiEntry *entries; member
/third_party/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.h47 MnoteOlympusEntry *entries; member
/third_party/libexif/libexif/canon/
H A Dexif-mnote-data-canon.h37 MnoteCanonEntry *entries; member
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py283 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 Dbrw_nir_analyze_ubo_ranges.c60 * 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 Ddir.js273 async* entries() {
290 value: Dir.prototype.entries,
/third_party/node/test/internet/
H A Dtest-dns-any.js61 assert.ok(Array.isArray(r.entries));
62 assert.ok(r.entries.length > 0);
/third_party/node/test/fixtures/wpt/resources/
H A Dsriharness.js56 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 Drun-script.js149 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 Dformdata.js62 // 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 Dfont-options.hh260 GOptionEntry entries[] = in add_options() local
272 parser->add_group (entries, in add_options()
/third_party/typescript/tests/baselines/reference/
H A DdoYouNeedToChangeYourTargetLibraryES2015.js24 const testArrayEntries = [""].entries();
122 var testArrayEntries = [""].entries();
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h59 uint32_t handle; /* 0 for slab entries */
76 struct radeon_bo *entries; member
/third_party/node/test/parallel/
H A Dtest-http2-client-setNextStreamID-errors.js42 Object.entries(types).forEach(([type, value]) => {

Completed in 11 milliseconds

1...<<11121314151617181920>>...33