Home
last modified time | relevance | path

Searched refs:target (Results 4276 - 4300 of 7864) sorted by relevance

1...<<171172173174175176177178179180>>...315

/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c148 enum pipe_texture_target target, in dd_screen_is_format_supported()
155 return screen->is_format_supported(screen, format, target, sample_count, in dd_screen_is_format_supported()
357 enum pipe_texture_target target, in dd_screen_get_sparse_texture_virtual_page_size()
366 _screen, target, multi_sample, format, offset, size, x, y, z); in dd_screen_get_sparse_texture_virtual_page_size()
146 dd_screen_is_format_supported(struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned tex_usage) dd_screen_is_format_supported() argument
356 dd_screen_get_sparse_texture_virtual_page_size(struct pipe_screen *_screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) dd_screen_get_sparse_texture_virtual_page_size() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c209 "target=%d, format=%s, %ux%ux%u, array_size=%u, " in etna_resource_alloc()
211 templat->target, util_format_name(templat->format), templat->width0, in etna_resource_alloc()
251 if (!screen->specs.use_blt && templat->target != PIPE_BUFFER && layout == ETNA_LAYOUT_LINEAR) in etna_resource_alloc()
325 * render target, or both, because gallium sets the bits whenever possible in etna_resource_create()
348 templat->target == PIPE_BUFFER || /* buffer always linear */ in etna_resource_create()
473 DBG("target=%d, format=%s, %ux%ux%u, array_size=%u, last_level=%u, " in etna_resource_from_handle()
475 tmpl->target, util_format_name(tmpl->format), tmpl->width0, in etna_resource_from_handle()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c139 if ((res->b.b.target != PIPE_BUFFER && !rtex->surface.is_linear) || in r600_init_resource_fields()
195 if (rscreen->debug_flags & DBG_VM && res->b.b.target == PIPE_BUFFER) { in r600_alloc_resource()
274 if (resource->target == PIPE_BUFFER) in r600_invalidate_resource()
599 buffer.target = PIPE_BUFFER; in r600_aligned_buffer_create()
H A Dr600_texture.c457 if (resource->target != PIPE_BUFFER) { in r600_texture_get_info()
487 if (resource->target != PIPE_BUFFER) { in r600_texture_get_handle()
1044 (templ->target == PIPE_TEXTURE_2D || in r600_choose_tiling()
1045 templ->target == PIPE_TEXTURE_3D)) in r600_choose_tiling()
1065 if (templ->target == PIPE_TEXTURE_1D || in r600_choose_tiling()
1066 templ->target == PIPE_TEXTURE_1D_ARRAY) in r600_choose_tiling()
1118 if ((templ->target != PIPE_TEXTURE_2D && templ->target != PIPE_TEXTURE_RECT) || in r600_texture_from_handle()
1193 resource.target = texture->target; in r600_init_flushed_depth_texture()
[all...]
/third_party/libabigail/src/
H A Dabg-ir-priv.h777 /// to being the target of canonical type propagation.
833 /// Mark a set of types that have been the target of canonical type
862 /// Mark a type that has been the target of canonical type
866 /// target of canonical type propagation and that depend on a
888 /// Mark all the types that have been the target of canonical type
910 /// Collect the types that depends on a given "target" type.
913 /// a "target" type, then collect them into a set.
915 /// @param target the target type to consider.
918 /// target
[all...]
/third_party/python/Lib/
H A Dplatform.py602 def _syscmd_file(target, default=''):
619 target = _follow_symlinks(target)
625 output = subprocess.check_output(['file', '-b', target],
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_autogen.h90 GLenum target,
118 GLenum target,
122 GLenum target,
197 GLenum target,
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp62 GrMeshDrawTarget* target, in PathGeoBuilder()
65 , fTarget(target) in PathGeoBuilder()
496 void onPrepareDraws(GrMeshDrawTarget* target) override {
497 PathGeoBuilder pathGeoBuilder(this->primType(), target, &fMeshes);
61 PathGeoBuilder(GrPrimitiveType primitiveType, GrMeshDrawTarget* target, SkTDArray<GrSimpleMesh*>* meshes) PathGeoBuilder() argument
/third_party/skia/src/gpu/vk/
H A DGrVkResourceProvider.cpp112 GrVkResourceProvider::findCompatibleRenderPass(GrVkRenderTarget* target, in findCompatibleRenderPass() argument
118 // Get attachment information from render target. This includes which attachments the render in findCompatibleRenderPass()
119 // target has (color, stencil) and the attachments format and sample count. in findCompatibleRenderPass()
122 target->getAttachmentsDescriptor(&attachmentsDesc, &attachmentFlags, withResolve, withStencil); in findCompatibleRenderPass()
181 GrVkRenderTarget* target, in findRenderPass()
193 *pRPHandle = target->compatibleRenderPassHandle(withResolve, withStencil, selfDepFlags, in findRenderPass()
180 findRenderPass( GrVkRenderTarget* target, const GrVkRenderPass::LoadStoreOps& colorOps, const GrVkRenderPass::LoadStoreOps& resolveOps, const GrVkRenderPass::LoadStoreOps& stencilOps, CompatibleRPHandle* compatibleHandle, bool withResolve, bool withStencil, SelfDependencyFlags selfDepFlags, LoadFromResolve loadFromResolve) findRenderPass() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp516 // If a possible target is the |loop_merge_id| or |loop_continue_id|, in FindFirstExitFromSelectionMerge()
518 // with the other target. in FindFirstExitFromSelectionMerge()
569 uint32_t target = branch->GetSingleWordInOperand(i); in FindFirstExitFromSelectionMerge() local
570 if (target == merge_block_id) { in FindFirstExitFromSelectionMerge()
572 } else if (target != loop_merge_id && target != loop_continue_id) { in FindFirstExitFromSelectionMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp516 // If a possible target is the |loop_merge_id| or |loop_continue_id|, in FindFirstExitFromSelectionMerge()
518 // with the other target. in FindFirstExitFromSelectionMerge()
569 uint32_t target = branch->GetSingleWordInOperand(i); in FindFirstExitFromSelectionMerge() local
570 if (target == merge_block_id) { in FindFirstExitFromSelectionMerge()
572 } else if (target != loop_merge_id && target != loop_continue_id) { in FindFirstExitFromSelectionMerge()
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
132 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
318 typedef EGLImage (EGLAPIENTRYP PFNEGLCREATEIMAGEPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
/third_party/skia/gm/
H A Dbeziereffects.cpp183 void onPrepareDraws(GrMeshDrawTarget* target) final {
184 QuadHelper helper(target, sizeof(Vertex), 1);
393 void onPrepareDraws(GrMeshDrawTarget* target) final {
394 QuadHelper helper(target, sizeof(Vertex), 1);
/third_party/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp504 // If a possible target is the |loop_merge_id| or |loop_continue_id|, in FindFirstExitFromSelectionMerge()
506 // with the other target. in FindFirstExitFromSelectionMerge()
557 uint32_t target = branch->GetSingleWordInOperand(i); in FindFirstExitFromSelectionMerge() local
558 if (target == merge_block_id) { in FindFirstExitFromSelectionMerge()
560 } else if (target != loop_merge_id && target != loop_continue_id) { in FindFirstExitFromSelectionMerge()
/third_party/vk-gl-cts/scripts/
H A Dmake_release.py190 # Single file target
201 target = self.makeTarget(fullSrcPath, fullDstPath)
202 target.make(packageBuildInfo)
273 for target in self.targets:
274 target.make(packageBuildInfo)
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp49 "Node: %{public}s/%{public}d - %{public}s-%{public}s on focus. Offset to target node: " in GetMoveOffset()
1628 const auto& target = frameNode->GetRenderContext();
1629 if (target && !target->HasZIndex()) {
1630 target->UpdateZIndex(INT32_MAX); // default focus zIndex
2044 RefPtr<FocusHub> target;
2045 AnyChildFocusHub([&target, nodeType](const RefPtr<FocusHub>& child) {
2057 target = child->GetChildFocusNodeByType(nodeType);
2058 return target ? true : false;
2060 return target;
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_popup_test_ng.cpp75 popupInfo.target = targetNode; in CreatePopupNodes()
90 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
144 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
195 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
251 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
307 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
363 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
419 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
477 * @tc.steps: step1. create target node and popupInfo. in HWTEST_F()
535 * @tc.steps: step1. create target nod in HWTEST_F()
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/mscc/
H A Dmscc_main.c718 enum csr_target target, u32 reg) in vsc85xx_csr_read()
734 MSCC_PHY_CSR_CNTL_20_TARGET(target >> 2)); in vsc85xx_csr_read()
736 if ((target >> 2 == 0x1) || (target >> 2 == 0x3)) in vsc85xx_csr_read()
738 target &= 0x3; in vsc85xx_csr_read()
740 target = 0; in vsc85xx_csr_read()
746 MSCC_PHY_CSR_CNTL_19_TARGET(target)); in vsc85xx_csr_read()
772 enum csr_target target, u32 reg, u32 val) in vsc85xx_csr_write()
787 MSCC_PHY_CSR_CNTL_20_TARGET(target >> 2)); in vsc85xx_csr_write()
795 if ((target >> in vsc85xx_csr_write()
717 vsc85xx_csr_read(struct phy_device *phydev, enum csr_target target, u32 reg) vsc85xx_csr_read() argument
771 vsc85xx_csr_write(struct phy_device *phydev, enum csr_target target, u32 reg, u32 val) vsc85xx_csr_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_main.c930 block->target[index].target_name.byte); in qedi_get_boot_tgt_info()
936 block->target[index].ipv6_addr.byte); in qedi_get_boot_tgt_info()
939 block->target[index].ipv4_addr.byte); in qedi_get_boot_tgt_info()
956 pri_ctrl_flags = !!(block->target[0].ctrl_flags & in qedi_find_boot_info()
965 sec_ctrl_flags = !!(block->target[1].ctrl_flags & in qedi_find_boot_info()
1114 "Boot target not set"); in qedi_get_protocol_tlv_data()
2201 ctrl_flags = block->target[idx].ctrl_flags & in qedi_show_boot_tgt_info()
2220 mchap_name = mchap_en ? block->target[idx].chap_name.byte : NULL; in qedi_show_boot_tgt_info()
2221 mchap_secret = mchap_en ? block->target[idx].chap_password.byte : NULL; in qedi_show_boot_tgt_info()
2226 block->target[id in qedi_show_boot_tgt_info()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c1317 struct usba_ep *target; in handle_ep0_setup() local
1319 target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex)); in handle_ep0_setup()
1320 if (!target) in handle_ep0_setup()
1324 if (is_stalled(udc, target)) in handle_ep0_setup()
1347 struct usba_ep *target; in handle_ep0_setup() local
1352 target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex)); in handle_ep0_setup()
1353 if (!target) in handle_ep0_setup()
1356 usba_ep_writel(target, CLR_STA, USBA_FORCE_STALL); in handle_ep0_setup()
1357 if (target->index != 0) in handle_ep0_setup()
1358 usba_ep_writel(target, CLR_ST in handle_ep0_setup()
1381 struct usba_ep *target; handle_ep0_setup() local
[all...]
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl137 my $target;
414 The location of the compiled file to copy to the target.
459 and select that target to reboot to the kernel. If this is not
461 specified in REBOOT_SCRIPT to boot to the target.
507 If syslinux is used, the label that boots the target kernel must
512 A script to reboot the target into the test kernel
1923 my ($command, $target, $skip, $submenu) = @_;
1943 if (/$target/) {
1969 my $target;
1982 $target
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c1320 struct usba_ep *target; in handle_ep0_setup() local
1322 target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex)); in handle_ep0_setup()
1323 if (!target) in handle_ep0_setup()
1327 if (is_stalled(udc, target)) in handle_ep0_setup()
1350 struct usba_ep *target; in handle_ep0_setup() local
1355 target = get_ep_by_addr(udc, le16_to_cpu(crq->wIndex)); in handle_ep0_setup()
1356 if (!target) in handle_ep0_setup()
1359 usba_ep_writel(target, CLR_STA, USBA_FORCE_STALL); in handle_ep0_setup()
1360 if (target->index != 0) in handle_ep0_setup()
1361 usba_ep_writel(target, CLR_ST in handle_ep0_setup()
1384 struct usba_ep *target; handle_ep0_setup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/mscc/
H A Dmscc_main.c729 enum csr_target target, u32 reg) in vsc85xx_csr_read()
745 MSCC_PHY_CSR_CNTL_20_TARGET(target >> 2)); in vsc85xx_csr_read()
747 if ((target >> 2 == 0x1) || (target >> 2 == 0x3)) in vsc85xx_csr_read()
749 target &= 0x3; in vsc85xx_csr_read()
751 target = 0; in vsc85xx_csr_read()
757 MSCC_PHY_CSR_CNTL_19_TARGET(target)); in vsc85xx_csr_read()
783 enum csr_target target, u32 reg, u32 val) in vsc85xx_csr_write()
798 MSCC_PHY_CSR_CNTL_20_TARGET(target >> 2)); in vsc85xx_csr_write()
806 if ((target >> in vsc85xx_csr_write()
728 vsc85xx_csr_read(struct phy_device *phydev, enum csr_target target, u32 reg) vsc85xx_csr_read() argument
782 vsc85xx_csr_write(struct phy_device *phydev, enum csr_target target, u32 reg, u32 val) vsc85xx_csr_write() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl137 my $target;
414 The location of the compiled file to copy to the target.
459 and select that target to reboot to the kernel. If this is not
461 specified in REBOOT_SCRIPT to boot to the target.
507 If syslinux is used, the label that boots the target kernel must
512 A script to reboot the target into the test kernel
1981 my ($command, $target, $skip, $submenu) = @_;
2001 if (/$target/) {
2027 my $target;
2040 $target
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_main.c929 block->target[index].target_name.byte); in qedi_get_boot_tgt_info()
935 block->target[index].ipv6_addr.byte); in qedi_get_boot_tgt_info()
938 block->target[index].ipv4_addr.byte); in qedi_get_boot_tgt_info()
955 pri_ctrl_flags = !!(block->target[0].ctrl_flags & in qedi_find_boot_info()
964 sec_ctrl_flags = !!(block->target[1].ctrl_flags & in qedi_find_boot_info()
1113 "Boot target not set"); in qedi_get_protocol_tlv_data()
2196 ctrl_flags = block->target[idx].ctrl_flags & in qedi_show_boot_tgt_info()
2215 mchap_name = mchap_en ? block->target[idx].chap_name.byte : NULL; in qedi_show_boot_tgt_info()
2216 mchap_secret = mchap_en ? block->target[idx].chap_password.byte : NULL; in qedi_show_boot_tgt_info()
2221 block->target[id in qedi_show_boot_tgt_info()
[all...]

Completed in 43 milliseconds

1...<<171172173174175176177178179180>>...315