Home
last modified time | relevance | path

Searched refs:target (Results 1301 - 1325 of 4064) sorted by relevance

1...<<51525354555657585960>>...163

/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-bfin.c2 #include "target.h"
7 static void predefine_bfin(const struct target *self) in predefine_bfin()
20 const struct target target_bfin = {
H A Dtarget-alpha.c2 #include "target.h"
7 static void predefine_alpha(const struct target *self) in predefine_alpha()
24 const struct target target_alpha = {
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dmount.c28 const char target[] = "/tmp"; in mount_0100() local
29 int rev = mount(special, target, "", 0, ""); in mount_0100()
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcslen.c29 int target = 6; in wcslen_0100() local
31 if (num != target) in wcslen_0100()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp769 view_dimension(enum pipe_texture_target target, unsigned samples) in view_dimension() argument
771 switch (target) { in view_dimension()
786 unreachable("unexpected target"); in view_dimension()
814 struct d3d12_format_info format_info = d3d12_get_format_info(res->overall_format, state->format, state->target); in d3d12_init_sampler_view_descriptor()
816 desc.Format = d3d12_get_resource_srv_format(state->format, state->target); in d3d12_init_sampler_view_descriptor()
817 desc.ViewDimension = view_dimension(state->target, texture->nr_samples); in d3d12_init_sampler_view_descriptor()
837 assert(offset == 0 || res->base.b.target == PIPE_BUFFER); in d3d12_init_sampler_view_descriptor()
941 struct d3d12_format_info format_info = d3d12_get_format_info(res->overall_format, state->format, state->target); in d3d12_create_sampler_view()
1024 wss.skip_boundary_conditions = views[i]->target == PIPE_TEXTURE_CUBE || in d3d12_set_sampler_views()
1025 views[i]->target in d3d12_set_sampler_views()
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.c166 enum pipe_texture_target target, in virgl_drm_winsys_resource_create_blob()
194 .target = target }; in virgl_drm_winsys_resource_create_blob()
211 cmd[VIRGL_PIPE_RES_CREATE_TARGET] = target; in virgl_drm_winsys_resource_create_blob()
249 enum pipe_texture_target target, in virgl_drm_winsys_resource_create()
276 .target = target }; in virgl_drm_winsys_resource_create()
283 createcmd.target = target; in virgl_drm_winsys_resource_create()
306 res->target in virgl_drm_winsys_resource_create()
165 virgl_drm_winsys_resource_create_blob(struct virgl_winsys *qws, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_drm_winsys_resource_create_blob() argument
248 virgl_drm_winsys_resource_create(struct virgl_winsys *qws, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, bool for_fencing) virgl_drm_winsys_resource_create() argument
403 virgl_drm_winsys_resource_cache_create(struct virgl_winsys *qws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) virgl_drm_winsys_resource_cache_create() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_ext_autogen.h63 void eGLImageTargetTexStorage(GLenum target, GLeglImageOES image, const GLint *attrib_list); \
92 void discardFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments); \
123 void getUnsignedBytei_v(GLenum target, GLuint index, GLubyte *data); \
151 void framebufferTexture2DMultisample(GLenum target, GLenum attachment, \
154 void renderbufferStorageMultisampleEXT(GLenum target, GLsizei samples, GLenum internalformat, \
205 void texStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); \
239 void eGLImageTargetRenderbufferStorage(GLenum target, GLeglImageOES image); \
278 void framebufferTexture3D(GLenum target, GLenum attachment, TextureTarget textargetPacked, \
295 void framebufferTextureMultiview(GLenum target, GLenum attachment, TextureID texturePacked, \
333 void getRenderbufferImage(GLenum target, GLenu
[all...]
H A DvalidationGL4.cpp16 GLenum target, in ValidateBeginQueryIndexed()
42 GLenum target, in ValidateEndQueryIndexed()
95 GLenum target, in ValidateGetQueryIndexediv()
340 GLenum target, in ValidateGetDoublei_v()
349 GLenum target, in ValidateGetFloati_v()
750 GLenum target, in ValidateTexStorage1D()
760 GLenum target, in ValidateClearBufferData()
771 GLenum target, in ValidateClearBufferSubData()
784 GLenum target, in ValidateGetInternalformati64v()
873 GLenum target, in ValidateTextureView()
14 ValidateBeginQueryIndexed(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, QueryID id) ValidateBeginQueryIndexed() argument
40 ValidateEndQueryIndexed(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index) ValidateEndQueryIndexed() argument
93 ValidateGetQueryIndexediv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, GLenum pname, const GLint *params) ValidateGetQueryIndexediv() argument
338 ValidateGetDoublei_v(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, const GLdouble *data) ValidateGetDoublei_v() argument
347 ValidateGetFloati_v(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint index, const GLfloat *data) ValidateGetFloati_v() argument
748 ValidateTexStorage1D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) ValidateTexStorage1D() argument
758 ValidateClearBufferData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) ValidateClearBufferData() argument
769 ValidateClearBufferSubData(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) ValidateClearBufferSubData() argument
782 ValidateGetInternalformati64v(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, const GLint64 *params) ValidateGetInternalformati64v() argument
870 ValidateTextureView(const Context *context, angle::EntryPoint entryPoint, TextureID texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) ValidateTextureView() argument
894 ValidateBindBuffersBase(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint first, GLsizei count, const BufferID *buffers) ValidateBindBuffersBase() argument
904 ValidateBindBuffersRange(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) ValidateBindBuffersRange() argument
1018 ValidateCheckNamedFramebufferStatus(const Context *context, angle::EntryPoint entryPoint, FramebufferID framebuffer, GLenum target) ValidateCheckNamedFramebufferStatus() argument
1220 ValidateCreateQueries(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei n, const GLuint *ids) ValidateCreateQueries() argument
1245 ValidateCreateTextures(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei n, const GLuint *textures) ValidateCreateTextures() argument
1577 ValidateGetnColorTable(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *table) ValidateGetnColorTable() argument
1588 ValidateGetnCompressedTexImage(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint lod, GLsizei bufSize, const void *pixels) ValidateGetnCompressedTexImage() argument
1598 ValidateGetnConvolutionFilter(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *image) ValidateGetnConvolutionFilter() argument
1609 ValidateGetnHistogram(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, const void *values) ValidateGetnHistogram() argument
1621 ValidateGetnMapdv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum query, GLsizei bufSize, const GLdouble *v) ValidateGetnMapdv() argument
1631 ValidateGetnMapfv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum query, GLsizei bufSize, const GLfloat *v) ValidateGetnMapfv() argument
1641 ValidateGetnMapiv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum query, GLsizei bufSize, const GLint *v) ValidateGetnMapiv() argument
1651 ValidateGetnMinmax(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, const void *values) ValidateGetnMinmax() argument
1698 ValidateGetnSeparableFilter(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, const void *row, GLsizei columnBufSize, const void *column, const void *span) ValidateGetnSeparableFilter() argument
1712 ValidateGetnTexImage(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateGetnTexImage() argument
[all...]
H A DvalidationGL4_autogen.h24 GLenum target,
38 GLenum target,
71 GLenum target,
214 GLenum target,
219 GLenum target,
462 GLenum target,
470 GLenum target,
477 GLenum target,
486 GLenum target,
539 GLenum target,
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h130 void Name(target_type target, BranchDelaySlot bd = PROTECT); \
131 inline void Name(BranchDelaySlot bd, target_type target) { \
132 Name(target, bd); \
134 void Name(target_type target, COND_TYPED_ARGS, \
136 inline void Name(BranchDelaySlot bd, target_type target, COND_TYPED_ARGS) { \
137 Name(target, COND_ARGS, bd); \
169 void BranchTrueShortF(Label* target, BranchDelaySlot bd = PROTECT);
170 void BranchFalseShortF(Label* target, BranchDelaySlot bd = PROTECT);
172 void BranchTrueF(Label* target, BranchDelaySlot bd = PROTECT);
173 void BranchFalseF(Label* target, BranchDelaySlo
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp629 void setData (const vector<T>& src, const deUint32 target, const deUint32 usage) { setData(&src[0], (int)(src.size()*sizeof(T)), target, usage); } in setData() argument
630 void setData (const void* src, int size, deUint32 target, deUint32 usage);
634 void setSubData (const vector<T>& src, const int offsetElems, const int numElems, const deUint32 target) { setSubData(&src[offsetElems], offsetElems*(int)sizeof(T), numElems*(int)sizeof(T), target); } in setSubData() argument
635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;
636 void bind (const deUint32 target) const { glBindBuffer(target, m_bufferGL); } in bind()
664 void Buffer::setData (const void* const src, const int size, const deUint32 target, const deUint32 usage) in setData() argument
666 bind(target); in setData()
[all...]
/third_party/node/benchmark/napi/function_call/
H A Dbinding.cc10 void Initialize(v8::Local<v8::Object> target, in Initialize() argument
13 NODE_SET_METHOD(target, "hello", Hello); in Initialize()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.h38 void st_egl_image_target_texture_2d(struct gl_context *ctx, GLenum target,
42 void st_egl_image_target_tex_storage(struct gl_context *ctx, GLenum target,
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_umount2_test.cpp19 const char* target = nullptr; in HWTEST_F() local
21 int result = umount2(target, MNT_FORCE); in HWTEST_F()
/third_party/typescript/tests/baselines/reference/transpile/
H A DTranspile with emit decorators and emit metadata.js5 function someDecorator(target) {
6 return target;
H A DTranspile with emit decorators and emit metadata.oldTranspile.js5 function someDecorator(target) {
6 return target;
/third_party/gn/src/gn/
H A Dfilesystem_utils.cc16 #include "gn/target.h"
463 const base::FilePath& target) { in MakeAbsoluteFilePathRelativeIfPossible()
465 DCHECK(target.IsAbsolute()); in MakeAbsoluteFilePathRelativeIfPossible()
469 target.GetComponents(&target_components); in MakeAbsoluteFilePathRelativeIfPossible()
472 // so return the target as an absolute path instead. in MakeAbsoluteFilePathRelativeIfPossible()
474 return target; in MakeAbsoluteFilePathRelativeIfPossible()
1012 BuildDirContext::BuildDirContext(const Target* target) in BuildDirContext() argument
1013 : BuildDirContext(target->settings()) {} in BuildDirContext()
1098 SourceDir GetBuildDirForTargetAsSourceDir(const Target* target, in GetBuildDirForTargetAsSourceDir() argument
1100 return GetSubBuildDirAsSourceDir(BuildDirContext(target), in GetBuildDirForTargetAsSourceDir()
461 MakeAbsoluteFilePathRelativeIfPossible( const base::FilePath& base, const base::FilePath& target) MakeAbsoluteFilePathRelativeIfPossible() argument
1104 GetBuildDirForTargetAsOutputFile(const Target* target, BuildDirType type) GetBuildDirForTargetAsOutputFile() argument
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java174 String target = tests[i + 2]; in compareArray()
190 logln(target); in compareArray()
192 compareResult = c.compare(source, target); in compareArray()
206 targetKey = c.getCollationKey(target); in compareArray()
208 errln("Couldn't get collationKey for target"); in compareArray()
213 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); in compareArray()
217 void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
242 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
244 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
252 logln(msg1 + source + msg2 + target in reportCResult()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java177 String target = tests[i + 2]; in compareArray()
193 logln(target); in compareArray()
195 compareResult = c.compare(source, target); in compareArray()
209 targetKey = c.getCollationKey(target); in compareArray()
211 errln("Couldn't get collationKey for target"); in compareArray()
216 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); in compareArray()
220 void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
245 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
247 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
255 logln(msg1 + source + msg2 + target in reportCResult()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c43 if (pt->target == PIPE_TEXTURE_CUBE) in layer_offset()
56 if (pt->target == PIPE_BUFFER) in nv30_miptree_get_handle()
108 if (pt->target == PIPE_TEXTURE_3D) { in define_rect()
152 if (dstres->target == PIPE_BUFFER && srcres->target == PIPE_BUFFER) { in nv30_resource_copy_region()
333 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; in nv30_miptree_transfer_map()
383 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; in nv30_miptree_transfer_unmap()
440 d = (pt->target == PIPE_TEXTURE_3D) ? pt->depth0 : 1; in nv30_miptree_create()
443 if ((pt->target == PIPE_TEXTURE_RECT) || in nv30_miptree_create()
490 if (pt->target in nv30_miptree_create()
[all...]
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc56 if (!target->IsJSFunction()) return false; in IsScript()
57 Handle<JSFunction> function = Handle<JSFunction>::cast(target); in IsScript()
70 Handle<Object> target; member
92 params.target = constructor; in SetUpForNew()
113 params.target = callable; in SetUpForCall()
136 params.target = callable; in SetUpForTryCall()
159 params.target = undefined; in SetUpForRunMicrotasks()
310 if (params.target->IsJSFunction()) { in Invoke()
311 Handle<JSFunction> function = Handle<JSFunction>::cast(params.target); in Invoke()
411 // {new_target}, {target}, {receive in Invoke()
[all...]
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp259 inline bool GrDrawOpAtlas::updatePlot(GrDeferredUploadTarget* target, in updatePlot() argument
267 if (plot->lastUploadToken() < target->tokenTracker()->nextTokenToFlush()) { in updatePlot()
274 GrDeferredUploadToken lastUploadToken = target->addASAPUpload( in updatePlot()
285 bool GrDrawOpAtlas::uploadToPage(unsigned int pageIdx, GrDeferredUploadTarget* target, int width, in uploadToPage() argument
298 return this->updatePlot(target, atlasLocator, plot); in uploadToPage()
315 GrDeferredUploadTarget* target, in addToAtlas()
326 if (this->uploadToPage(pageIdx, target, width, height, image, atlasLocator)) { in addToAtlas()
340 if (plot->lastUseToken() < target->tokenTracker()->nextTokenToFlush()) { in addToAtlas()
346 if (!this->updatePlot(target, atlasLocator, plot)) { in addToAtlas()
358 if (this->uploadToPage(fNumActivePages-1, target, widt in addToAtlas()
314 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, AtlasLocator* atlasLocator) addToAtlas() argument
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h229 expr_ty target; member
235 expr_ty target; member
242 expr_ty target; member
250 expr_ty target; member
356 expr_ty target; member
497 expr_ty target; member
663 stmt_ty _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int
666 stmt_ty _PyAST_AnnAssign(expr_ty target, expr_ty annotation, expr_ty value, int
669 stmt_ty _PyAST_For(expr_ty target, expr_ty iter, asdl_stmt_seq * body,
673 stmt_ty _PyAST_AsyncFor(expr_ty target, expr_t
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_sampler.c53 if (res->target == PIPE_BUFFER) { in svga_resource_handle()
92 * Check if there are any resources that are both bound to a render target
139 enum pipe_texture_target target = sv->base.target; in svga_validate_pipe_sampler_view() local
153 if (target == PIPE_BUFFER) { in svga_validate_pipe_sampler_view()
155 assert(texture->target == PIPE_BUFFER); in svga_validate_pipe_sampler_view()
173 if (target == PIPE_BUFFER) { in svga_validate_pipe_sampler_view()
193 (target == PIPE_TEXTURE_3D || target == PIPE_BUFFER) ? 1 : in svga_validate_pipe_sampler_view()
196 switch (target) { in svga_validate_pipe_sampler_view()
[all...]
/third_party/node/src/
H A Dnode_blob.cc36 Local<Object> target, in Initialize()
43 realm->AddBindingData<BlobBindingData>(context, target); in Initialize()
46 SetMethod(context, target, "createBlob", New); in Initialize()
47 SetMethod(context, target, "storeDataObject", StoreDataObject); in Initialize()
48 SetMethod(context, target, "getDataObject", GetDataObject); in Initialize()
49 SetMethod(context, target, "revokeDataObject", RevokeDataObject); in Initialize()
50 FixedSizeBlobCopyJob::Initialize(realm->env(), target); in Initialize()
360 void FixedSizeBlobCopyJob::Initialize(Environment* env, Local<Object> target) { in Initialize() argument
367 SetConstructorFunction(env->context(), target, "FixedSizeBlobCopyJob", job); in Initialize()
35 Initialize( Local<Object> target, Local<Value> unused, Local<Context> context, void* priv) Initialize() argument

Completed in 35 milliseconds

1...<<51525354555657585960>>...163