Home
last modified time | relevance | path

Searched refs:sets (Results 201 - 225 of 321) sorted by relevance

12345678910>>...13

/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm122 ; on sse, - fills xmm0-15 for consecutive sets of 16 pixels
126 ; on mmx, - fills mm0-7 for consecutive sets of 8 pixels
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp1877 de::MovePtr<tcu::TestCaseGroup> sets[] =
1964 sets[allocationKindNdx]->addChild(fullGroup.release());
2029 sets[allocationKindNdx]->addChild(subGroup.release());
2052 sets[static_cast<deUint32>(ALLOCATION_KIND_SUBALLOCATED)]->addChild(randomGroup.release());
2055 group->addChild(sets[0].release());
2056 dedicated->addChild(sets[1].release());
2057 dedicated->addChild(sets[2].release());
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c2315 const struct dzn_descriptor_set *set = desc_state->sets[s].set; in dzn_cmd_buffer_update_heaps()
2318 uint32_t set_heap_offset = pipeline->sets[s].heap_offsets[type]; in dzn_cmd_buffer_update_heaps()
2319 uint32_t set_desc_count = pipeline->sets[s].range_desc_count[type]; in dzn_cmd_buffer_update_heaps()
2329 uint32_t dynamic_buffer_count = pipeline->sets[s].dynamic_buffer_count; in dzn_cmd_buffer_update_heaps()
2332 pipeline->sets[s].dynamic_buffer_heap_offsets[o].srv; in dzn_cmd_buffer_update_heaps()
2334 bdesc.offset += desc_state->sets[s].dynamic_offsets[o]; in dzn_cmd_buffer_update_heaps()
2340 if (pipeline->sets[s].dynamic_buffer_heap_offsets[o].uav != ~0) { in dzn_cmd_buffer_update_heaps()
2341 desc_heap_offset = pipeline->sets[s].dynamic_buffer_heap_offsets[o].uav; in dzn_cmd_buffer_update_heaps()
3754 if (desc_state->sets[idx].set != set) { in dzn_CmdBindDescriptorSets()
3755 desc_state->sets[id in dzn_CmdBindDescriptorSets()
[all...]
H A Ddzn_pipeline.c1526 STATIC_ASSERT(sizeof(layout->sets) == sizeof(pipeline->sets)); in dzn_pipeline_init()
1527 memcpy(pipeline->sets, layout->sets, sizeof(pipeline->sets)); in dzn_pipeline_init()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-gta02.c417 .sets = gta02_nand_sets,
H A Dmach-anubis.c216 .sets = anubis_nand_sets,
H A Dmach-osiris.c232 .sets = osiris_nand_sets,
H A Ddevs.c723 struct s3c2410_nand_set *from = npd->sets; in s3c_nand_set_platdata()
728 npd->sets = to; /* set, even if we failed */ in s3c_nand_set_platdata()
731 printk(KERN_ERR "%s: no memory for sets\n", __func__); in s3c_nand_set_platdata()
985 * This call copies the @info passed in and sets the device .platform_data
H A Dmach-mini2440.c307 .sets = mini2440_nand_sets,
H A Dmach-jive.c228 .sets = jive_nand_sets,
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Darcregs.h312 unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; member
/third_party/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py46 from sets import Set as set # For Python 2.3 compatibility
250 """Asserts that two sets are equal."""
370 sets the flags accordingly.
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h48 struct tu_descriptor_set *sets[MAX_SETS]; member
/third_party/node/deps/v8/third_party/jinja2/
H A Dsandbox.py52 "ignore", "the sets module", DeprecationWarning, module=__name__
69 # if sets is still available, register the mutable set from there as well
71 from sets import Set
234 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py55 warnings.filterwarnings('ignore', 'the sets module', DeprecationWarning,
74 # if sets is still available, register the mutable set from there as well
76 from sets import Set
210 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm84 C<preprocessor()>, which sets a new preprocessor for the object. This
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm84 C<preprocessor()>, which sets a new preprocessor for the object. This
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py52 "ignore", "the sets module", DeprecationWarning, module=__name__
69 # if sets is still available, register the mutable set from there as well
71 from sets import Set
234 the "user"-versions of the objects (`sets.Set`, `UserDict.*` etc.) and
/third_party/optimized-routines/string/arm/
H A Dmemchr.S13 an optimised path for large data sets; the worst case is finding the
78 uadd8 r5, r5, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
80 uadd8 r6, r6, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java455 private void compareEqualityTestSets(String[][] sets, boolean shouldBeEqual) { in compareEqualityTestSets() argument
456 for (int i = 0; i < sets.length; ++i) { in compareEqualityTestSets()
457 String[] patterns = sets[i]; in compareEqualityTestSets()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_cubemap.cpp281 // bind all sets in ExecuteSinglePostProcess()
283 RenderHandle sets[2U] { globalSet0_->GetDescriptorSetHandle(), in ExecuteSinglePostProcess()
285 cmdList.BindDescriptorSets(0u, sets); in ExecuteSinglePostProcess()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.c1047 if (a->sets != b->sets) in cpu_cache_level__cmp()
1086 if (sysfs__read_int(file, (int *) &cache->sets)) in cpu_cache_level__read()
1195 _W(sets) in write_cache()
2716 _R(sets) in process_cache()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.c1134 if (a->sets != b->sets) in cpu_cache_level__cmp()
1173 if (sysfs__read_int(file, (int *) &cache->sets)) in cpu_cache_level__read()
1298 _W(sets) in write_cache()
2926 _R(sets) in process_cache()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Devent_log.h86 /* Event log sets (a logical circurlar buffer) consist of one or more
147 _EL_SET_PTR sets; /* Ptr to array of <num_sets> set ptrs */ member
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_operr.S222 | Store_max loads the max pos or negative for the size, sets

Completed in 36 milliseconds

12345678910>>...13