Home
last modified time | relevance | path

Searched refs:target (Results 2501 - 2525 of 4171) sorted by relevance

1...<<101102103104105106107108109110>>...167

/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump_state.h74 enum pipe_texture_target target);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_trace_gallium.c42 .target = PIPE_BUFFER, in u_trace_pipe_create_ts_buffer()
/third_party/rust/crates/clap/
H A DMakefile10 ARGS+=--target ${TOOLCHAIN_TARGET}
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtest-one.sh51 eval ../target/debug/bindgen \
/third_party/python/Doc/includes/
H A Dmp_workers.py55 Process(target=worker, args=(task_queue, done_queue)).start()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DImageEGL.h29 EGLenum target,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL42_autogen.h56 GLenum target,
/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.h93 * @param buffer The target buffer
123 * @param buffer The target buffer
136 * @param buffer The target buffer
150 * @param target The buffer to convert to.
151 * @param tSize The size of target
157 UChar *target, int32_t tSize);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Drep.h118 * into the UnicodeString <tt>target</tt>.
122 * @param target UnicodeString into which to copy characters.
123 * @return A reference to <TT>target</TT>
128 UnicodeString& target) const = 0;
/third_party/typescript/tests/baselines/reference/
H A DimportHelpersInTsx.js16 export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.hpp61 void checkFramebufferStatus (deUint32 target);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.hpp61 void checkFramebufferStatus (deUint32 target);
/third_party/node/src/
H A Dnode_options.cc1249 void Initialize(Local<Object> target, in Initialize() argument
1255 SetMethodNoSideEffect(context, target, "getCLIOptions", GetCLIOptions); in Initialize()
1257 context, target, "getEmbedderOptions", GetEmbedderOptions); in Initialize()
1262 target in Initialize()
1276 target->Set(context, FIXED_ONE_BYTE_STRING(isolate, "types"), types) in Initialize()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c286 if (res->base.target == PIPE_BUFFER) { in nv50_get_surface_dims()
296 switch (res->base.target) { in nv50_get_surface_dims()
309 assert(!"unexpected texture target"); in nv50_get_surface_dims()
319 assert(view->resource->target == PIPE_BUFFER); in nv50_mark_image_range_valid()
353 if (res->base.target != PIPE_BUFFER) { in nv50_set_surface_info()
409 /* get surface dimensions based on the target. */ in nv50_compute_validate_surfaces()
413 if (res->base.target == PIPE_BUFFER) { in nv50_compute_validate_surfaces()
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc753 Handle<WasmContinuationObject> target = in RUNTIME_FUNCTION() local
756 Managed<wasm::StackMemory>::cast(target->stack()).get().get(); in RUNTIME_FUNCTION()
758 isolate->roots_table().slot(RootIndex::kActiveContinuation).store(*target); in RUNTIME_FUNCTION()
769 suspender->set_continuation(*target); in RUNTIME_FUNCTION()
773 return *target; in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c803 decode_slice(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target) in decode_slice() argument
849 bs->decoder->decode_macroblock(bs->decoder, target, &bs->desc->base, &mb.base, 1); in decode_slice()
959 bs->decoder->decode_macroblock(bs->decoder, target, &bs->desc->base, &mb.base, 1); in decode_slice()
981 struct pipe_video_buffer *target, in vl_mpg12_bs_decode()
998 decode_slice(bs, target); in vl_mpg12_bs_decode()
980 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target, struct pipe_mpeg12_picture_desc *picture, unsigned num_buffers, const void * const *buffers, const unsigned *sizes) vl_mpg12_bs_decode() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c837 bi_block *target = I->branch_target; in va_lower_branch_target() local
838 assert(target != NULL); in va_lower_branch_target()
843 /* Determine if the target block is strictly greater in source order */ in va_lower_branch_target()
844 bool forwards = target->index > start->index; in va_lower_branch_target()
852 /* We then need to jump over every following block until the target */ in va_lower_branch_target()
854 /* End just before the target */ in va_lower_branch_target()
855 if (blk == target) in va_lower_branch_target()
869 /* Jump over preceding blocks up to and including the target to get to in va_lower_branch_target()
870 * the beginning of the target */ in va_lower_branch_target()
877 /* End just after the target */ in va_lower_branch_target()
[all...]
/third_party/pulseaudio/src/daemon/
H A Dmain.c657 pa_log_target target = { .type = PA_LOG_STDERR, .file = NULL }; local
658 pa_log_set_target(&target);
978 pa_log_target target = { .type = PA_LOG_JOURNAL, .file = NULL }; local
980 pa_log_target target = { .type = PA_LOG_SYSLOG, .file = NULL };
982 pa_log_set_target(&target);
/third_party/python/Lib/
H A Dftplib.py901 def ftpcp(source, sourcename, target, targetname = '', type = 'I'):
907 target.voidcmd(type)
909 target.sendport(sourcehost, sourceport)
912 # So: STOR before RETR, because here the target is a "user".
913 treply = target.sendcmd('STOR ' + targetname)
920 target.voidresp()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.h73 GLenum target,
82 GLenum target,
87 GLenum target,
450 GLenum target,
456 GLenum target,
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp761 void onPrepareDraws(GrMeshDrawTarget* target) override {
765 this->createProgramInfo(target);
812 VertexWriter verts{target->makeVertexSpace(kVertexStride,
825 uint16_t *idxs = target->makeIndexSpace(indexCount, &indexBuffer, &firstIndex);
835 GrSimpleMesh* meshes = target->allocMeshes(draws.count());
H A DFillRRectOp.cpp519 void FillRRectOpImpl::onPrepareDraws(GrMeshDrawTarget* target) { in onPrepareDraws() argument
521 this->createProgramInfo(target); in onPrepareDraws()
526 if (VertexWriter instanceWrter = target->makeVertexSpace(instanceStride, fInstanceCount, in onPrepareDraws()
557 fIndexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kIndex, in onPrepareDraws()
563 fVertexBuffer = target->resourceProvider()->findOrMakeStaticBuffer(GrGpuBufferType::kVertex, in onPrepareDraws()
/third_party/skia/src/gpu/tessellate/
H A DStrokeHardwareTessellator.cpp59 GrMeshDrawTarget* target, in PatchWriter()
66 , fChunkBuilder(target, patchChunks, patchStride, minPatchesPerChunk) in PatchWriter()
69 , fMaxTessellationSegments(target->caps().shaderCaps()->maxTessellationSegments() - 2) in PatchWriter()
699 int StrokeHardwareTessellator::prepare(GrMeshDrawTarget* target, in prepare() argument
711 target, in prepare()
58 PatchWriter(PatchAttribs attribs, GrMeshDrawTarget* target, const SkMatrix& viewMatrix, float matrixMaxScale, GrVertexChunkArray* patchChunks, size_t patchStride, int minPatchesPerChunk) PatchWriter() argument
/third_party/rust/crates/env_logger/src/filter/
H A Dmod.rs165 let target = metadata.target(); in enabled()
167 enabled(&self.directives, level, target) in enabled()
361 // Check whether a level and target are enabled by the set of directives.
362 fn enabled(directives: &[Directive], level: Level, target: &str) -> bool { in enabled()
366 Some(ref name) if !target.starts_with(&**name) => {} in enabled()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp545 uint32_t RosenContextImpl::OH_copyBuffers(void* dpy, void* surface, void* target) in OH_copyBuffers() argument
547 auto ret = eglCopyBuffers(dpy, surface, target); in OH_copyBuffers()
548 // std::cout<<" ! copyBuffers("<<"dpy="<<dpy<<", "<<"surface="<<surface<<", "<<"target="<<target<<")" << "=" << ret << std::endl; in OH_copyBuffers()
559 void* RosenContextImpl::OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) in OH_createImage() argument
561 auto ret = eglCreateImage(dpy, ctx, target, buffer, reinterpret_cast<const EGLAttrib *>(attrib_list)); in OH_createImage()
562 // std::cout<<" ! createImage("<<"dpy="<<dpy<<", "<<"ctx="<<ctx<<", "<<"target="<<target<<", "<<"buffer="<<buffer<<", "<<"attrib_list="<<attrib_list<<")" << "=" << ret << std::endl; in OH_createImage()
566 void* RosenContextImpl::OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) in OH_createImageKHR() argument

Completed in 23 milliseconds

1...<<101102103104105106107108109110>>...167