Home
last modified time | relevance | path

Searched refs:targets (Results 651 - 675 of 724) sorted by relevance

1...<<212223242526272829

/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c392 u->targets = (u8 __user *) t; in prep_urb()
/kernel/linux/linux-5.10/include/linux/
H A Dmemcontrol.h88 unsigned long targets[MEM_CGROUP_NTARGETS]; member
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c896 ocelot->targets[GCB], in vsc9953_mdio_bus_alloc()
/kernel/linux/linux-6.6/include/soc/mscc/
H A Docelot.h811 struct regmap *targets[TARGET_MAX]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h1661 uint32 targets[SVGA3D_DX_MAX_SOTARGETS]; member
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc50 parameters of each target (or which targets exist) on a per-toolchain basis.
109 toolchain propagate to targets in other toolchains.
112 targets in other toolchains that depend on it targets inside this
121 responsible for ensuring that any external targets depending on targets in
128 these must be targets defined in another toolchain.
130 This is expressed as a list of targets, and generally these targets will
520 Individual targets ca
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.h677 DECL_PRIMITIVE_ACCESSORS(targets, Address*)
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c732 fd_stream_output_target(so->targets[i]); in fd5_emit_state()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c69 (struct pipe_stream_output_target**)rctx->b.streamout.targets); in r600_blitter_begin()
H A Dr600_state_common.c3348 if (rctx->b.streamout.targets[i] && in r600_invalidate_buffer()
3349 rctx->b.streamout.targets[i]->b.buffer == &rbuffer->b.b) { in r600_invalidate_buffer()
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp743 fragmentState.targets = &colorTargetState; in onRegenerateMipMapLevels()
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c3275 int targets = 1; in raid10_sync_request() local
3281 targets++; in raid10_sync_request()
3283 if (targets == 1) in raid10_sync_request()
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c3678 int targets = 1; in raid10_sync_request() local
3684 targets++; in raid10_sync_request()
3686 if (targets == 1) in raid10_sync_request()
/kernel/linux/linux-6.6/mm/
H A Dmemcontrol.c746 unsigned long targets[MEM_CGROUP_NTARGETS]; member
983 next = __this_cpu_read(memcg->vmstats_percpu->targets[target]); in mem_cgroup_event_ratelimit()
996 __this_cpu_write(memcg->vmstats_percpu->targets[target], next); in mem_cgroup_event_ratelimit()
7031 * Effective values of the reclaim targets are ignored so they in mem_cgroup_calculate_protection()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1138 #### Build and test many configurations and targets
4492 targets=0
4514 ((++targets))
4522 echo "$targets targets checked"
4811 # Check that gcc targets x86_64 (we can build AESNI), and check for
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c323 * equivalently, all enabled render targets have alpha_one_store set. Likewise,
325 * equivalently, all enabled render targets have alpha_zero_nop set.
357 /* Disable blending for unbacked render targets */ in panfrost_emit_blend()
1322 target = batch->ctx->streamout.targets[buf]; in panfrost_upload_sysvals()
2818 if (!ctx->streamout.targets[i]) in panfrost_update_streamout_offsets()
2821 pan_so_target(ctx->streamout.targets[i])->offset += count; in panfrost_update_streamout_offsets()
3275 /* Mask of render targets that may be written. A render in panfrost_emit_draw()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp47 * ALL_TARGETS - selects all valid targets, 10 x 10
1224 /* Translate proxies into real targets */ in makeTextureComplete()
1404 /* Translate proxies into real targets */ in prepareTexture()
1559 /** Translate proxies into real targets
1606 /** Translate real targets into binding targets
3207 /** Prepare test cases for given targets and internal formats
3613 : TestCase(context, "smoke_test", "Test tries all formats and targets") in SmokeTest()
3621 /* Iterate over valid targets */ in SmokeTest()
4483 /* Skip targets tha in IncompleteTexTest()
4828 static const GLenum targets[2] = { GL_TEXTURE_2D_MULTISAMPLE, GL_TEXTURE_2D_MULTISAMPLE_ARRAY }; SamplesMismatchTest() local
[all...]
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c558 INIT_LIST_HEAD(&file->pv_ops[idx].targets); in init_pv_ops()
3386 list_for_each_entry(target, &file->pv_ops[idx].targets, pv_target) { in pv_call_dest()
/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c2016 ebml_master targets = start_ebml_master(pb, MATROSKA_ID_TAGTARGETS, in mkv_write_tag_targets() local
2020 end_ebml_master(pb, targets); in mkv_write_tag_targets()
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp3494 // Automatic generation of targets, to make it simpler to add test cases (and more fail-safe) in TestSpecialCases()
3627 int32_t targets = Transliterator::countAvailableTargets(source); in TestIncrementalProgress() local
3628 for (j = 0; j < targets; j++) { in TestIncrementalProgress()
/third_party/python/Lib/test/
H A Dtest_ast.py219 # Comprehensions with multiple for targets
1373 self.stmt(ast.Delete([]), "empty targets on Delete")
1379 self.stmt(ast.Assign([], ast.Num(3)), "empty targets on Assign")
1888 target = tree.body[0].targets[0]
1891 tree.body[0].targets[0] = new_target
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c240 static const GLenum targets[] = { in _mesa_is_proxy_texture() local
256 STATIC_ASSERT(NUM_TEXTURE_TARGETS == ARRAY_SIZE(targets) + 2); in _mesa_is_proxy_texture()
258 for (i = 0; i < ARRAY_SIZE(targets); ++i) in _mesa_is_proxy_texture()
259 if (target == targets[i]) in _mesa_is_proxy_texture()
1448 * targets for these functions are: TEXTURE_3D and TEXTURE_CUBE_MAP_ARRAY. in _mesa_target_can_be_compressed()
1575 * proxy targets are not supported.
1672 * targets.
5307 * since those targets are 2D images and they support all compression in compressed_subtexture_target_check()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp5706 const targets[] = in addGetDeviceAccelerationStructureCompabilityTests() local
5718 for (int targetIdx = 0; targetIdx < DE_LENGTH_OF_ARRAY(targets); ++targetIdx) in addGetDeviceAccelerationStructureCompabilityTests()
5736 targets[targetIdx].target, // operationTarget in addGetDeviceAccelerationStructureCompabilityTests()
5748 buildTypeGroup->addChild(new RayTracingDeviceASCompabilityKHRTestCase(ctx, targets[targetIdx].name.c_str(), de::SharedPtr<TestParams>(new TestParams(testParams)))); in addGetDeviceAccelerationStructureCompabilityTests()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureTest.cpp3316 std::vector<GLenum> targets; in FillLevel() local
3319 targets = {GL_TEXTURE_CUBE_MAP_POSITIVE_X, GL_TEXTURE_CUBE_MAP_NEGATIVE_X, in FillLevel()
3325 targets = {GL_TEXTURE_2D}; in FillLevel()
3328 for (GLenum target : targets) in FillLevel()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc4523 Label* targets = new Label[branch_count]; in TEST_T32() local
4526 __ Cbz(r0, &targets[i]); in TEST_T32()
4530 __ Bind(&targets[branch_count - i - 1]); in TEST_T32()
4534 delete[] targets; in TEST_T32()

Completed in 114 milliseconds

1...<<212223242526272829