Home
last modified time | relevance | path

Searched refs:target (Results 2926 - 2950 of 4886) sorted by relevance

1...<<111112113114115116117118119120>>...196

/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c535 enum pipe_texture_target target, in noop_is_format_supported()
542 return screen->is_format_supported(screen, format, target, sample_count, in noop_is_format_supported()
695 enum pipe_texture_target target, in noop_get_sparse_texture_virtual_page_size()
704 return oscreen->get_sparse_texture_virtual_page_size(screen, target, multi_sample, in noop_get_sparse_texture_virtual_page_size()
533 noop_is_format_supported(struct pipe_screen* pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) noop_is_format_supported() argument
694 noop_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) noop_get_sparse_texture_virtual_page_size() argument
/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)
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc55 // -- x1 : target function (preserved for callee) in GenerateTailCallToReturnedCode()
56 // -- x3 : new target (preserved for callee) in GenerateTailCallToReturnedCode()
60 // Push a copy of the target function, the new target and the actual in GenerateTailCallToReturnedCode()
71 // Restore target function, new target and actual argument count. in GenerateTailCallToReturnedCode()
87 // -- x3 : new target in Generate_JSBuiltinsConstructStubHelper()
158 // -- x3: new target in Generate_JSBuiltinsConstructStubHelper()
211 // -- x3 : new target in Generate_JSConstructStubGeneric()
236 // -- sp[0*kSystemPointerSize]: new target in Generate_JSConstructStubGeneric()
2276 Register target = x1; Generate_ReflectApply() local
2331 Register target = x1; Generate_ReflectConstruct() local
2817 Register target = x1; Generate_Call() local
2957 Register target = x1; Generate_Construct() local
3183 const Register& target = x23; Generate_CEntry() local
[all...]
/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...]
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc512 Control* target = decoder->control_at(depth); in BrOrRet() local
517 uint32_t value_count = target->br_merge()->arity; in BrOrRet()
520 MergeValuesInto(decoder, target, target->br_merge(), in BrOrRet()
524 MergeValuesInto(decoder, target, target->br_merge(), drop_values); in BrOrRet()
557 // Only a default target. Do the equivalent of br. in BrTable()
558 uint32_t target = BranchTableIterator<validate>(decoder, imm).next(); in BrTable() local
559 BrOrRet(decoder, target, 1); in BrTable()
572 uint32_t target in BrTable() local
1487 SsaEnv* target = c->merge_env; MergeValuesInto() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gk110.cpp1369 // texture target: in emitTEX()
1370 code[1] |= (i->tex.target.isCube() ? 3 : (i->tex.target.getDim() - 1)) << 7; in emitTEX()
1371 if (i->tex.target.isArray()) in emitTEX()
1373 if (i->tex.target.isShadow()) in emitTEX()
1375 if (i->tex.target == TEX_TARGET_2D_MS || in emitTEX()
1376 i->tex.target == TEX_TARGET_2D_MS_ARRAY) in emitTEX()
1506 unsigned mask; // bit 0: predicate, bit 1: target in emitFlow()
1560 uint32_t pcAbs = targNVC0->getBuiltinOffset(f->target.builtin); in emitFlow()
1565 int32_t pcRel = f->target in emitFlow()
2794 CodeEmitterGK110(const TargetNVC0 *target, Program::Type type) CodeEmitterGK110() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp67 std::string Array::targetToString(Target target) in targetToString() argument
75 return de::getSizedArrayElement<Array::TARGET_LAST>(targets, (int)target); in targetToString()
426 void ContextArray::data (Target target, int size, const char* ptr, Usage usage) in data() argument
429 m_target = target; in data()
433 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in data()
436 m_ctx.bufferData(targetToGL(target), size, ptr, usageToGL(usage)); in data()
451 void ContextArray::subdata (Target target, int offset, int size, const char* ptr) in subdata() argument
453 m_target = target; in subdata()
457 m_ctx.bindBuffer(targetToGL(target), m_glBuffer); in subdata()
460 m_ctx.bufferSubData(targetToGL(target), offse in subdata()
481 bindIndexArray(Array::Target target) bindIndexArray() argument
566 targetToGL(Array::Target target) targetToGL() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h840 auto target = DynamicCast<FrameNode>(child->FindChildNodeOfClass<T>()); in FindFocusChildNodeOfClass() local
841 if (target) { in FindFocusChildNodeOfClass()
842 auto focusEvent = target->eventHub_->GetFocusHub(); in FindFocusChildNodeOfClass()
844 return AceType::DynamicCast<T>(target); in FindFocusChildNodeOfClass()
850 auto target = DynamicCast<FrameNode>(this); in FindFocusChildNodeOfClass() local
851 if (target) { in FindFocusChildNodeOfClass()
852 auto focusEvent = target->eventHub_->GetFocusHub(); in FindFocusChildNodeOfClass()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp486 std::pair<int32_t, int32_t> GridLayoutInfo::FindItemInRange(int32_t target) const in FindItemInRange()
494 if (it.second == target) { in FindItemInRange()
600 // Find the target row and get the altitude information in GetGridItemAnimatePos()
603 // Make sure that the target line has height information in GetGridItemAnimatePos()
655 bool CheckRow(int32_t& maxV, const std::map<int, int>& row, int32_t target) in CheckRow() argument
659 if (item == target) { in CheckRow()
668 MatIter SearchInReverse(const decltype(GridLayoutInfo::gridMatrix_)& mat, int32_t target, int32_t crossCnt) member
672 if (CheckRow(maxV, it->second, target)) {
675 if (static_cast<int32_t>(it->second.size()) == crossCnt && maxV < target) {
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c56 const AVCodec *codec, enum AVPixelFormat target) in choose_pixel_fmt()
60 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(target); in choose_pixel_fmt()
69 best = av_find_best_pix_fmt_of_2(best, *p, target, has_alpha, NULL); in choose_pixel_fmt()
70 if (*p == target) in choose_pixel_fmt()
74 if (target != AV_PIX_FMT_NONE) in choose_pixel_fmt()
77 av_get_pix_fmt_name(target), in choose_pixel_fmt()
83 return target; in choose_pixel_fmt()
55 choose_pixel_fmt(AVStream *st, AVCodecContext *enc_ctx, const AVCodec *codec, enum AVPixelFormat target) choose_pixel_fmt() argument

Completed in 41 milliseconds

1...<<111112113114115116117118119120>>...196