/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 768 * \param[in] entries The number of surface state entries the binding 780 uint32_t entries, uint32_t *state_offset) in anv_cmd_buffer_alloc_binding_table() 784 uint32_t bt_size = align_u32(entries * 4, 32); in anv_cmd_buffer_alloc_binding_table() 779 anv_cmd_buffer_alloc_binding_table(struct anv_cmd_buffer *cmd_buffer, uint32_t entries, uint32_t *state_offset) anv_cmd_buffer_alloc_binding_table() argument
|
H A D | anv_private.h | 2077 /* Number of entries in this template */ 2081 struct anv_descriptor_template_entry entries[0]; member 2933 uint32_t entries, uint32_t *state_offset);
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1302 # Also remove duplicate entries, leaving only the last duplicate, while 1832 entries=folder_children, 2159 entries=root_entries, 2237 filter_group: The list to which filter entries will be appended. 2238 source_group: The list to which source entries will be appended. 3461 # For most tools, entries in a list should be separated with ';' but some
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 912 entries for an extension without contributing corresponding 913 \code{enum.spec} entries.
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_negative.cpp | 1805 // See if we are using a linearization table with <= 256 entries, in which 1816 uint32 entries = rangeInfo->fLinearizationTable->LogicalSize () >> 1; 1818 if (entries <= 256)
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 358 int (*rxp_config)(void __iomem *ioaddr, struct stmmac_tc_entry *entries,
|
/third_party/curl/lib/vtls/ |
H A D | bearssl.c | 702 backend->protocols[i] = connssl->alpn->entries[i]; in bearssl_connect_step1()
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 502 entries in the "outputs". If unspecified, the first item in the
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 1012 assert(impl->end_block->predecessors->entries == 1); in ir3_nir_lower_gs()
|
/third_party/node/src/ |
H A D | util.h | 301 v8::Local<v8::Object> entries); 412 // Make sure enough space for `storage` entries is available.
|
/third_party/ninja/src/ |
H A D | ninja.cc | 181 // Do keep entries around for files which still exist on disk, for
in IsPathDead() 884 return cleaner.CleanDead(build_log_.entries());
in ToolCleanDead() 1342 printf("path->node hash load %.2f (%d entries / %d buckets)\n",
in DumpMetrics()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 608 for (const [name, topVuln] of this.auditReport.topVulns.entries()) {
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_xgl_pds.c | 94 entry_write_state->entry = PDS_info->entries; in pvr_init_pds_const_map_entry_write_state() 400 * out in the entries unused by the DDMADs.
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 309 cfg.entries = DIV_ROUND_UP(size, 16); in emit_ubo()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_render_pass.c | 445 ppstate->id = ctx->render_pass_state_cache.entries; in get_render_pass()
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | index.js | 640 // entries using request. 1206 // https://fetch.spec.whatwg.org/#authentication-entries 1964 headers: request.headersList.entries,
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.cpp | 777 bgDesc.entries = bge; in onRegenerateMipMapLevels()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CreatePipelineAsyncTests.cpp | 531 desc.entries = &binding; in TEST_P()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | struct.pb.h | 50 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 768 * entries and the values for minimum nr of entries in crocus_calculate_urb_fence() 1303 * space, while entries can be stored anywhere. Ivybridge and Haswell 4301 /* Mesa doesn't store entries for gl_SkipComponents in the Outputs[] in crocus_create_so_decl_list() 6097 unsigned entries[4]; local 6105 entries, start, NULL, &constrained); 6116 urb.VSNumberofURBEntries = entries[i]; 6667 /* Half of the URB entries go to each thread, and it has to be an 7634 const unsigned entries = MAX2(cso->count, 1); local 7639 (1 + entries * GEN [all...] |
/third_party/node/deps/undici/ |
H A D | undici.js | 2310 get entries() { 2481 entries() { 2518 Headers.prototype[Symbol.iterator] = Headers.prototype.entries; 2528 entries: kEnumerableProperty, 4801 for (let [name, value] of parameters.entries()) { 5148 entries() { 5189 FormData.prototype[Symbol.iterator] = FormData.prototype.entries; 5508 let entries; 5519 entries = new URLSearchParams(text); 5524 for (const [name, value] of entries) { [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 133 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; 147 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined; 168 return iterable.entries(); 832 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1312 var _entries = Object.entries || (function (obj) { 1673 entries: function () { 6665 var result = cacheToUpdateChildWatches.entries().next(); 7441 var entries = _fs.readdirSync(path || ".", { withFileTypes: true }); 7444 for (var _i = 0, entries_1 = entries; _i < entries_1.length; _i++) { 7934 * `"."` or `".."` entries i [all...] |
H A D | tsserver.js | 134 var constructor = typeof gMap !== "undefined" && "entries" in gMap.prototype && new gMap([[0, 0]]).size === 1 ? gMap : undefined; 148 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined; 169 return iterable.entries(); 833 * @param comparer An optional `Comparer` used to sort entries before comparison, though the 1313 var _entries = Object.entries || (function (obj) { 1674 entries: function () { 6666 var result = cacheToUpdateChildWatches.entries().next(); 7442 var entries = _fs.readdirSync(path || ".", { withFileTypes: true }); 7445 for (var _i = 0, entries_1 = entries; _i < entries_1.length; _i++) { 7935 * `"."` or `".."` entries i [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 2257 SmallVector<EntryPoint> entries; in get_entry_points_and_stages() local 2259 entries.push_back({ entry.second.orig_name, entry.second.model }); in get_entry_points_and_stages() 2260 return entries; in get_entry_points_and_stages()
|
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 853 # extra fields of existing entries. 975 If the zip64 extra content doesn't contain enough entries for the 2275 with self.assertRaisesRegex(zipfile.BadZipFile, 'Overlapped entries'): 3102 Given a writable zip file zf, inject directory entries for 3413 """Create a read-only zipfile with a huge number of entries entries.""" 3426 entries = jaraco.itertools.Counter(root.iterdir()) 3427 for entry in entries: 3430 assert entries.count == self.HUGE_ZIPFILE_NUM_ENTRIES
|