Home
last modified time | relevance | path

Searched refs:target (Results 626 - 650 of 7638) sorted by relevance

1...<<21222324252627282930>>...306

/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs191 target: built.format_target, in build()
216 target: bool,
320 if !self.target { in write_target()
324 match record.target() { in write_target()
326 target => self.write_header_value(target), in write_target()
409 fn write_target(target: &str, fmt: DefaultFormat) -> String { in write_target()
417 .target(target) in write_target()
438 target in format_with_header()
[all...]
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py5 r'''Finds which build target(s) contain a particular Java class.
7 This is a utility script for finding out which build target dependency needs to
14 Find build target with class FooUtil:
41 description='Finds which build target contains a particular Java class.')
80 print(f'Could not find build target for class "{class_name}"')
84 print(f' "{class_entry.target}"')
89 print(f' "{class_entry.target}"')
96 """An assignment of a Java class to a build target."""
98 target: str
112 """Get class/target entrie
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.h22 ANGLE_EXPORT void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer);
24 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
28 ANGLE_EXPORT void GL_APIENTRY GL_BindFramebuffer(GLenum target, GLuint framebuffer);
29 ANGLE_EXPORT void GL_APIENTRY GL_BindRenderbuffer(GLenum target, GLuint renderbuffer);
41 ANGLE_EXPORT GLenum GL_APIENTRY GL_CheckFramebufferStatus(GLenum target);
42 ANGLE_EXPORT void GL_APIENTRY GL_ClampColor(GLenum target, GLenum clamp);
59 ANGLE_EXPORT void GL_APIENTRY GL_Disablei(GLenum target, GLuint index);
60 ANGLE_EXPORT void GL_APIENTRY GL_Enablei(GLenum target, GLuint index);
63 ANGLE_EXPORT void GL_APIENTRY GL_FlushMappedBufferRange(GLenum target,
66 ANGLE_EXPORT void GL_APIENTRY GL_FramebufferRenderbuffer(GLenum target,
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h187 void BindBuffer(uint32_t target, uint32_t buffer);
188 void BindBufferRange(uint32_t target, uint32_t binding, uint32_t buffer, uint64_t offset, uint64_t size);
190 void BindTexture(uint32_t textureUnit, uint32_t target, uint32_t texture); // target = GL_TEXTURE_2D et al.
206 uint32_t BoundBuffer(uint32_t target) const;
207 uint32_t BoundBuffer(uint32_t target, uint32_t binding) const;
209 uint32_t BoundTexture(uint32_t textureUnit, uint32_t target) const;
223 void TexSwizzle(uint32_t image, uint32_t target, const BASE_NS::Math::UVec4& swizzle);
226 uint32_t image, uint32_t target, uint32_t levels, uint32_t internalformat, const BASE_NS::Math::UVec2& extent);
228 uint32_t image, uint32_t target, uint32_
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl2_rendering_context_impl.h44 napi_value GetQuery(napi_env env, GLenum target, GLenum pName);
45 napi_value BeginQuery(napi_env env, GLenum target, napi_value object);
46 napi_value EndQuery(napi_env env, GLenum target);
71 napi_value BindTransformFeedback(napi_env env, napi_value obj, GLenum target);
95 napi_value GetIndexedParameter(napi_env env, GLenum target, GLuint index);
112 napi_value GetBufferSubData(napi_env env, GLenum target, int64_t offset, napi_value data, const BufferExt& ext);
115 napi_env env, GLenum target, GLenum attachment, napi_value textureObj, const TextureLayerArg& layer);
121 napi_value InvalidateFrameBuffer(napi_env env, GLenum target, napi_value data);
123 napi_env env, GLenum target, napi_value data, const BufferPosition& position, const BufferSize& size);
124 napi_value GetInternalFormatParameter(napi_env env, GLenum target, GLenu
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dcpu.c48 * @target: The target state
61 enum cpuhp_state target; member
175 trace_cpuhp_enter(cpu, st->target, state, cb); in cpuhp_invoke_callback()
187 trace_cpuhp_multi_enter(cpu, st->target, state, cbm, node); in cpuhp_invoke_callback()
199 trace_cpuhp_multi_enter(cpu, st->target, state, cbm, node); in cpuhp_invoke_callback()
224 trace_cpuhp_multi_enter(cpu, st->target, state, cbm, node); in cpuhp_invoke_callback()
457 cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() argument
464 st->target = target; in cpuhp_set_state()
508 cpuhp_kick_ap(struct cpuhp_cpu_state *st, enum cpuhp_state target) cpuhp_kick_ap() argument
616 cpuhp_up_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target) cpuhp_up_callbacks() argument
922 enum cpuhp_state target = max((int)st->target, CPUHP_AP_OFFLINE); take_cpu_down() local
1032 cpuhp_down_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target) cpuhp_down_callbacks() argument
1051 _cpu_down(unsigned int cpu, int tasks_frozen, enum cpuhp_state target) _cpu_down() argument
1118 cpu_down_maps_locked(unsigned int cpu, enum cpuhp_state target) cpu_down_maps_locked() argument
1125 cpu_down(unsigned int cpu, enum cpuhp_state target) cpu_down() argument
1216 enum cpuhp_state target = min((int)st->target, CPUHP_AP_ONLINE); notify_cpu_starting() local
1255 _cpu_up(unsigned int cpu, int tasks_frozen, enum cpuhp_state target) _cpu_up() argument
1315 cpu_up(unsigned int cpu, enum cpuhp_state target) cpu_up() argument
2212 int target, ret; write_cpuhp_target() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp156 auto target = RSNodeMap::Instance().GetNode<RSNode>(animationInfo.first); in CloseImplicitAnimation() local
157 if (target == nullptr) { in CloseImplicitAnimation()
158 ROSEN_LOGE("Failed to start implicit keyframe animation[%{public}" PRIu64 "], target is null!", in CloseImplicitAnimation()
168 interactiveImplicitAnimations_.top().emplace_back(keyframeAnimation, target->GetId()); in CloseImplicitAnimation()
170 target->AddAnimation(keyframeAnimation, !isAddInteractiveAnimator_); in CloseImplicitAnimation()
458 void RSImplicitAnimator::CreateImplicitTransition(RSNode& target) in CreateImplicitTransition() argument
472 target.AddAnimation(transition); in CreateImplicitTransition()
473 implicitAnimations_.top().push_back({ transition, target.GetId() }); in CreateImplicitTransition()
479 const std::shared_ptr<RSNode>& target, const std::shared_ptr<RSPropertyBase>& property) in CancelImplicitAnimation()
481 if (target in CancelImplicitAnimation()
478 CancelImplicitAnimation( const std::shared_ptr<RSNode>& target, const std::shared_ptr<RSPropertyBase>& property) CancelImplicitAnimation() argument
504 CreateImplicitAnimation(const std::shared_ptr<RSNode>& target, std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) CreateImplicitAnimation() argument
652 CreateImplicitAnimationWithInitialVelocity(const std::shared_ptr<RSNode>& target, const std::shared_ptr<RSPropertyBase>& property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue, const std::shared_ptr<RSPropertyBase>& velocity) CreateImplicitAnimationWithInitialVelocity() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp85 LOGD("WebGL2 deleteQuery target %{public}u, queryId %{public}u", webGlQuery->GetTarget(), queryId); in DeleteQuery()
111 napi_value WebGL2RenderingContextImpl::GetQuery(napi_env env, GLenum target, GLenum pName) in GetQuery() argument
113 LOGD("WebGL2 getQuery target %{public}u %{public}u", target, pName); in GetQuery()
119 if (!CheckQueryTarget(env, target, index)) { in GetQuery()
125 glGetQueryiv(target, pName, &params); in GetQuery()
130 napi_value WebGL2RenderingContextImpl::BeginQuery(napi_env env, GLenum target, napi_value object) in BeginQuery() argument
132 LOGD("WebGL2 beginQuery target %{public}u", target); in BeginQuery()
141 if (webGlQuery->GetTarget() && webGlQuery->GetTarget() != target) { in BeginQuery()
165 EndQuery(napi_env env, GLenum target) EndQuery() argument
559 BindTransformFeedback(napi_env env, napi_value obj, GLenum target) BindTransformFeedback() argument
1099 GetIndexedParameter(napi_env env, GLenum target, GLuint index) GetIndexedParameter() argument
1362 GetBufferSubData( napi_env env, GLenum target, int64_t offset, napi_value data, const BufferExt& ext) GetBufferSubData() argument
1409 FrameBufferTextureLayer( napi_env env, GLenum target, GLenum attachment, napi_value textureObj, const TextureLayerArg& layer) FrameBufferTextureLayer() argument
1504 BindBuffer(napi_env env, GLenum target, napi_value object) BindBuffer() argument
1632 InvalidateFrameBuffer(napi_env env, GLenum target, napi_value data) InvalidateFrameBuffer() argument
1658 InvalidateSubFrameBuffer( napi_env env, GLenum target, napi_value data, const BufferPosition& position, const BufferSize& size) InvalidateSubFrameBuffer() argument
1682 GetInternalFormatParameter( napi_env env, GLenum target, GLenum internalFormat, GLenum pname) GetInternalFormatParameter() argument
1921 CheckQueryTarget(napi_env env, GLenum target, uint32_t& index) CheckQueryTarget() argument
1975 CheckBufferBindTarget(GLenum target) CheckBufferBindTarget() argument
1983 CheckTransformFeedbackBuffer(GLenum target, WebGLBuffer* buffer) CheckTransformFeedbackBuffer() argument
2016 CheckBufferTargetCompatibility(napi_env env, GLenum target, WebGLBuffer* buffer) CheckBufferTargetCompatibility() argument
2049 UpdateBaseTargetBoundBuffer( napi_env env, GLenum target, GLuint index, GLuint bufferId) UpdateBaseTargetBoundBuffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp23 void INTERNAL_GL_APIENTRY glBeginQueryNULL(GLenum target, GLuint id) {} in glBeginQueryNULL() argument
25 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id) {} in glBeginQueryIndexedNULL() argument
32 void INTERNAL_GL_APIENTRY glBindBufferNULL(GLenum target, GLuint buffer) {} in glBindBufferNULL() argument
34 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer) {} in glBindBufferBaseNULL() argument
37 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRangeNULL() argument
40 void INTERNAL_GL_APIENTRY glBindBuffersBaseNULL(GLenum target, in glBindBuffersBaseNULL() argument
46 void INTERNAL_GL_APIENTRY glBindBuffersRangeNULL(GLenum target, in glBindBuffersRangeNULL() argument
65 void INTERNAL_GL_APIENTRY glBindFramebufferNULL(GLenum target, GLuint framebuffer) {} in glBindFramebufferNULL() argument
83 void INTERNAL_GL_APIENTRY glBindRenderbufferNULL(GLenum target, GLuint renderbuffer) {} in glBindRenderbufferNULL() argument
89 void INTERNAL_GL_APIENTRY glBindTextureNULL(GLenum target, GLuin argument
95 glBindTransformFeedbackNULL(GLenum target, GLuint id) glBindTransformFeedbackNULL() argument
190 glBufferDataNULL(GLenum target, GLsizeiptr size, const void *data, GLenum usage) glBufferDataNULL() argument
196 glBufferStorageNULL(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) glBufferStorageNULL() argument
202 glBufferStorageMemEXTNULL(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) glBufferStorageMemEXTNULL() argument
208 glBufferSubDataNULL(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) glBufferSubDataNULL() argument
214 glCheckFramebufferStatusNULL(GLenum target) glCheckFramebufferStatusNULL() argument
219 glCheckNamedFramebufferStatusNULL(GLuint framebuffer, GLenum target) glCheckNamedFramebufferStatusNULL() argument
224 glClampColorNULL(GLenum target, GLenum clamp) glClampColorNULL() argument
228 glClearBufferDataNULL(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearBufferDataNULL() argument
235 glClearBufferSubDataNULL(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearBufferSubDataNULL() argument
345 glCompressedTexImage1DNULL(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage1DNULL() argument
354 glCompressedTexImage2DNULL(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage2DNULL() argument
364 glCompressedTexImage3DNULL(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage3DNULL() argument
375 glCompressedTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage1DNULL() argument
384 glCompressedTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage2DNULL() argument
395 glCompressedTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3DNULL() argument
472 glCopyTexImage1DNULL(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) glCopyTexImage1DNULL() argument
481 glCopyTexImage2DNULL(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) glCopyTexImage2DNULL() argument
492 glCopyTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) glCopyTexSubImage1DNULL() argument
495 glCopyTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage2DNULL() argument
505 glCopyTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage3DNULL() argument
560 glCreateQueriesNULL(GLenum target, GLsizei n, GLuint *ids) glCreateQueriesNULL() argument
578 glCreateTexturesNULL(GLenum target, GLsizei n, GLuint *textures) glCreateTexturesNULL() argument
654 glDisableiNULL(GLenum target, GLuint index) glDisableiNULL() argument
656 glDiscardFramebufferEXTNULL(GLenum target, GLsizei numAttachments, const GLenum *attachments) glDiscardFramebufferEXTNULL() argument
770 glEGLImageTargetRenderbufferStorageOESNULL(GLenum target, GLeglImageOES image) glEGLImageTargetRenderbufferStorageOESNULL() argument
774 glEGLImageTargetTexture2DOESNULL(GLenum target, GLeglImageOES image) glEGLImageTargetTexture2DOESNULL() argument
782 glEnableiNULL(GLenum target, GLuint index) glEnableiNULL() argument
786 glEndQueryNULL(GLenum target) glEndQueryNULL() argument
788 glEndQueryIndexedNULL(GLenum target, GLuint index) glEndQueryIndexedNULL() argument
803 glFlushMappedBufferRangeNULL(GLenum target, GLintptr offset, GLsizeiptr length) glFlushMappedBufferRangeNULL() argument
813 glFramebufferParameteriNULL(GLenum target, GLenum pname, GLint param) glFramebufferParameteriNULL() argument
815 glFramebufferRenderbufferNULL(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) glFramebufferRenderbufferNULL() argument
821 glFramebufferTextureNULL(GLenum target, GLenum attachment, GLuint texture, GLint level) glFramebufferTextureNULL() argument
827 glFramebufferTexture1DNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) glFramebufferTexture1DNULL() argument
834 glFramebufferTexture2DNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) glFramebufferTexture2DNULL() argument
841 glFramebufferTexture2DMultisampleEXTNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) glFramebufferTexture2DMultisampleEXTNULL() argument
849 glFramebufferTexture2DMultisampleIMGNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) glFramebufferTexture2DMultisampleIMGNULL() argument
857 glFramebufferTexture3DNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) glFramebufferTexture3DNULL() argument
865 glFramebufferTextureLayerNULL(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) glFramebufferTextureLayerNULL() argument
872 glFramebufferTextureMultiviewOVRNULL(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews) glFramebufferTextureMultiviewOVRNULL() argument
904 glGenerateMipmapNULL(GLenum target) glGenerateMipmapNULL() argument
993 glGetBooleani_vNULL(GLenum target, GLuint index, GLboolean *data) glGetBooleani_vNULL() argument
997 glGetBufferParameteri64vNULL(GLenum target, GLenum pname, GLint64 *params) glGetBufferParameteri64vNULL() argument
1000 glGetBufferParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetBufferParameterivNULL() argument
1002 glGetBufferPointervNULL(GLenum target, GLenum pname, void **params) glGetBufferPointervNULL() argument
1004 glGetBufferSubDataNULL(GLenum target, GLintptr offset, GLsizeiptr size, void *data) glGetBufferSubDataNULL() argument
1010 glGetCompressedTexImageNULL(GLenum target, GLint level, void *img) glGetCompressedTexImageNULL() argument
1042 glGetDoublei_vNULL(GLenum target, GLuint index, GLdouble *data) glGetDoublei_vNULL() argument
1053 glGetFloati_vNULL(GLenum target, GLuint index, GLfloat *data) glGetFloati_vNULL() argument
1067 glGetFramebufferAttachmentParameterivNULL(GLenum target, GLenum attachment, GLenum pname, GLint *params) glGetFramebufferAttachmentParameterivNULL() argument
1073 glGetFramebufferParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetFramebufferParameterivNULL() argument
1083 glGetInteger64i_vNULL(GLenum target, GLuint index, GLint64 *data) glGetInteger64i_vNULL() argument
1087 glGetIntegeri_vNULL(GLenum target, GLuint index, GLint *data) glGetIntegeri_vNULL() argument
1091 glGetInternalformatSampleivNVNULL(GLenum target, GLenum internalformat, GLsizei samples, GLenum pname, GLsizei bufSize, GLint *params) glGetInternalformatSampleivNVNULL() argument
1099 glGetInternalformati64vNULL(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) glGetInternalformati64vNULL() argument
1106 glGetInternalformativNULL(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) glGetInternalformativNULL() argument
1269 glGetQueryIndexedivNULL(GLenum target, GLuint index, GLenum pname, GLint *params) glGetQueryIndexedivNULL() argument
1283 glGetQueryivNULL(GLenum target, GLenum pname, GLint *params) glGetQueryivNULL() argument
1285 glGetRenderbufferParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetRenderbufferParameterivNULL() argument
1358 glGetTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) glGetTexImageNULL() argument
1361 glGetTexLevelParameterfvNULL(GLenum target, GLint level, GLenum pname, GLfloat *params) glGetTexLevelParameterfvNULL() argument
1367 glGetTexLevelParameterivNULL(GLenum target, GLint level, GLenum pname, GLint *params) glGetTexLevelParameterivNULL() argument
1373 glGetTexParameterIivNULL(GLenum target, GLenum pname, GLint *params) glGetTexParameterIivNULL() argument
1375 glGetTexParameterIuivNULL(GLenum target, GLenum pname, GLuint *params) glGetTexParameterIuivNULL() argument
1377 glGetTexParameterfvNULL(GLenum target, GLenum pname, GLfloat *params) glGetTexParameterfvNULL() argument
1379 glGetTexParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetTexParameterivNULL() argument
1482 glGetUnsignedBytei_vEXTNULL(GLenum target, GLuint index, GLubyte *data) glGetUnsignedBytei_vEXTNULL() argument
1515 glGetnCompressedTexImageNULL(GLenum target, GLint lod, GLsizei bufSize, void *pixels) glGetnCompressedTexImageNULL() argument
1521 glGetnTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetnTexImageNULL() argument
1553 glHintNULL(GLenum target, GLenum mode) glHintNULL() argument
1595 glInvalidateFramebufferNULL(GLenum target, GLsizei numAttachments, const GLenum *attachments) glInvalidateFramebufferNULL() argument
1614 glInvalidateSubFramebufferNULL(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) glInvalidateSubFramebufferNULL() argument
1645 glIsEnablediNULL(GLenum target, GLuint index) glIsEnablediNULL() argument
1726 glMapBufferNULL(GLenum target, GLenum access) glMapBufferNULL() argument
1731 glMapBufferRangeNULL(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) glMapBufferRangeNULL() argument
2229 glQueryCounterNULL(GLuint id, GLenum target) glQueryCounterNULL() argument
2254 glRenderbufferStorageNULL(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageNULL() argument
2260 glRenderbufferStorageMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleNULL() argument
2267 glRenderbufferStorageMultisampleEXTNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleEXTNULL() argument
2274 glRenderbufferStorageMultisampleIMGNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleIMGNULL() argument
2377 glTexBufferNULL(GLenum target, GLenum internalformat, GLuint buffer) glTexBufferNULL() argument
2379 glTexBufferEXTNULL(GLenum target, GLenum internalformat, GLuint buffer) glTexBufferEXTNULL() argument
2381 glTexBufferOESNULL(GLenum target, GLenum internalformat, GLuint buffer) glTexBufferOESNULL() argument
2383 glTexBufferRangeNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeNULL() argument
2390 glTexBufferRangeEXTNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeEXTNULL() argument
2397 glTexBufferRangeOESNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeOESNULL() argument
2404 glTexImage1DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage1DNULL() argument
2414 glTexImage2DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2DNULL() argument
2425 glTexImage2DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexImage2DMultisampleNULL() argument
2433 glTexImage3DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage3DNULL() argument
2445 glTexImage3DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexImage3DMultisampleNULL() argument
2454 glTexParameterIivNULL(GLenum target, GLenum pname, const GLint *params) glTexParameterIivNULL() argument
2456 glTexParameterIuivNULL(GLenum target, GLenum pname, const GLuint *params) glTexParameterIuivNULL() argument
2459 glTexParameterfNULL(GLenum target, GLenum pname, GLfloat param) glTexParameterfNULL() argument
2461 glTexParameterfvNULL(GLenum target, GLenum pname, const GLfloat *params) glTexParameterfvNULL() argument
2464 glTexParameteriNULL(GLenum target, GLenum pname, GLint param) glTexParameteriNULL() argument
2466 glTexParameterivNULL(GLenum target, GLenum pname, const GLint *params) glTexParameterivNULL() argument
2468 glTexStorage1DNULL(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) glTexStorage1DNULL() argument
2474 glTexStorage2DNULL(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) glTexStorage2DNULL() argument
2481 glTexStorage2DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexStorage2DMultisampleNULL() argument
2489 glTexStorage3DNULL(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) glTexStorage3DNULL() argument
2497 glTexStorage3DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexStorage3DMultisampleNULL() argument
2506 glTexStorageMem2DEXTNULL(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset) glTexStorageMem2DEXTNULL() argument
2515 glTexStorageMem2DMultisampleEXTNULL(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) glTexStorageMem2DMultisampleEXTNULL() argument
2525 glTexStorageMem3DEXTNULL(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset) glTexStorageMem3DEXTNULL() argument
2535 glTexStorageMem3DMultisampleEXTNULL(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) glTexStorageMem3DMultisampleEXTNULL() argument
2546 glTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTexSubImage1DNULL() argument
2555 glTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2DNULL() argument
2566 glTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DNULL() argument
2724 glTextureViewNULL(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) glTextureViewNULL() argument
2938 glUnmapBufferNULL(GLenum target) glUnmapBufferNULL() argument
[all...]
H A Dnull_functions.h22 void INTERNAL_GL_APIENTRY glBeginQueryNULL(GLenum target, GLuint id);
23 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id);
28 void INTERNAL_GL_APIENTRY glBindBufferNULL(GLenum target, GLuint buffer);
29 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer);
31 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
32 void INTERNAL_GL_APIENTRY glBindBuffersBaseNULL(GLenum target,
36 void INTERNAL_GL_APIENTRY glBindBuffersRangeNULL(GLenum target,
49 void INTERNAL_GL_APIENTRY glBindFramebufferNULL(GLenum target, GLuint framebuffer);
61 void INTERNAL_GL_APIENTRY glBindRenderbufferNULL(GLenum target, GLuint renderbuffer);
64 void INTERNAL_GL_APIENTRY glBindTextureNULL(GLenum target, GLuin
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp95 void onReplayFramebufferChange(GLenum target, GLuint framebuffer);
96 void onReplayInvalidateFramebuffer(GLenum target,
99 void onReplayInvalidateSubFramebuffer(GLenum target,
108 void onReplayDiscardFramebufferEXT(GLenum target,
114 bool isDefaultFramebuffer(GLenum target) const;
206 void KHRONOS_APIENTRY BindFramebufferProc(GLenum target, GLuint framebuffer) in BindFramebufferProc() argument
208 gCurrentTracePerfTest->onReplayFramebufferChange(target, framebuffer); in BindFramebufferProc()
211 void KHRONOS_APIENTRY InvalidateFramebufferProc(GLenum target, in InvalidateFramebufferProc() argument
215 gCurrentTracePerfTest->onReplayInvalidateFramebuffer(target, numAttachments, attachments); in InvalidateFramebufferProc()
218 void KHRONOS_APIENTRY InvalidateSubFramebufferProc(GLenum target, in InvalidateSubFramebufferProc() argument
240 DiscardFramebufferEXTProc(GLenum target, GLsizei numAttachments, const GLenum *attachments) DiscardFramebufferEXTProc() argument
342 BufferDataMinimizedProc(GLenum target, GLsizeiptr size, const void *data, GLenum usage) BufferDataMinimizedProc() argument
350 BufferSubDataMinimizedProc(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) BufferSubDataMinimizedProc() argument
360 MapBufferRangeMinimizedProc(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) MapBufferRangeMinimizedProc() argument
369 TexImage2DMinimizedProc(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) TexImage2DMinimizedProc() argument
392 TexSubImage2DMinimizedProc(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) TexSubImage2DMinimizedProc() argument
407 TexImage3DMinimizedProc(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) TexImage3DMinimizedProc() argument
432 TexSubImage3DMinimizedProc(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) TexSubImage3DMinimizedProc() argument
449 GenerateMipmapMinimizedProc(GLenum target) GenerateMipmapMinimizedProc() argument
1545 onReplayFramebufferChange(GLenum target, GLuint framebuffer) onReplayFramebufferChange() argument
1734 onReplayInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments) onReplayInvalidateFramebuffer() argument
1750 onReplayInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) onReplayInvalidateSubFramebuffer() argument
1797 onReplayDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) onReplayDiscardFramebufferEXT() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp168 void InitData(deqp::Context& context, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size,
179 static void Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target);
181 static void BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index);
183 static void Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size,
188 static void SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size,
220 static void AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachment,
223 static void Bind(const glw::Functions& gl, glw::GLenum target, glw::GLuint id);
335 void InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
342 static void Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target);
344 static void CompressedImage(const glw::Functions& gl, glw::GLenum target, gl
417 InitData(deqp::Context& context, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data) InitData() argument
482 Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) Bind() argument
495 BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index) BindBase() argument
509 Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data) Data() argument
544 SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size, glw::GLvoid* data) SubData() argument
595 AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachment, glw::GLuint texture_id, glw::GLint level, glw::GLuint width, glw::GLuint height) AttachTexture() argument
611 Bind(const glw::Functions& gl, glw::GLenum target, glw::GLuint id) Bind() argument
1009 InitStorage(deqp::Context& context, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error) InitStorage() argument
1042 Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) Bind() argument
1060 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
1129 GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) GetData() argument
1144 GetLevelParameter(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum pname, glw::GLint* param) GetLevelParameter() argument
1164 Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) Image() argument
1215 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, bool allow_error) Storage() argument
1280 SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, glw::GLint z, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* pixels) SubImage() argument
1652 const GLenum target = s_buffer_infos[i].m_target; iterate() local
2396 const GLenum target = s_buffer_infos[i].m_target; iterate() local
2562 const GLenum target = s_buffer_infos[i].m_target; iterate() local
2757 const GLenum target = s_texture_infos[i].m_target; iterate() local
3078 const GLenum target = s_texture_infos[i].m_target; iterate() local
3748 GLenum target = getTarget(i); iterate() local
4006 GLenum target = getTarget(i); iterate() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_mock.cpp39 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() argument
41 return GetConnectionBrInterface()->GetJsonObjectSignedNumberItem(json, string, target); in GetJsonObjectSignedNumberItem()
44 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item() argument
46 return GetConnectionBrInterface()->GetJsonObjectNumber64Item(json, string, target); in GetJsonObjectNumber64Item()
64 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectNumberItem() argument
66 return GetConnectionBrInterface()->GetJsonObjectNumberItem(json, string, target); in GetJsonObjectNumberItem()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Djump_label.h58 .macro STATIC_JUMP_IF_TRUE target, key, def
61 /* Equivalent to "jmp.d32 \target" */
63 .long \target - .Lstatic_jump_after_\@
70 .long .Lstatic_jump_\@ - ., \target - .
75 .macro STATIC_JUMP_IF_FALSE target, key, def
80 /* Equivalent to "jmp.d32 \target" */
82 .long \target - .Lstatic_jump_after_\@
87 .long .Lstatic_jump_\@ - ., \target - .
H A Dcopy_mc_test.h53 .macro COPY_MC_TEST_SRC reg count target
56 ja \target
59 .macro COPY_MC_TEST_DST reg count target
62 ja \target
68 .macro COPY_MC_TEST_SRC reg count target
71 .macro COPY_MC_TEST_DST reg count target
/kernel/linux/linux-5.10/include/linux/netfilter_arp/
H A Darp_tables.h21 struct xt_standard_target target; member
26 struct xt_error_target target; member
38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
40 .target.verdict = -(__verdict) - 1, \
46 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
48 .target.errorname = "ERROR", \
/kernel/linux/linux-6.6/include/linux/netfilter_arp/
H A Darp_tables.h21 struct xt_standard_target target; member
26 struct xt_error_target target; member
38 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
40 .target.verdict = -(__verdict) - 1, \
46 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
48 .target.errorname = "ERROR", \
/kernel/linux/linux-6.6/include/linux/netfilter_ipv4/
H A Dip_tables.h35 struct xt_standard_target target; member
40 struct xt_error_target target; member
52 .target = XT_TARGET_INIT(XT_STANDARD_TARGET, \
54 .target.verdict = -(__verdict) - 1, \
60 .target = XT_TARGET_INIT(XT_ERROR_TARGET, \
62 .target.errorname = "ERROR", \
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcfi.c13 * Returns the target address and the expected type when regs->ip points
16 static bool decode_cfi_insn(struct pt_regs *regs, unsigned long *target, in decode_cfi_insn() argument
23 *target = *type = 0; in decode_cfi_insn()
35 * We can decode the expected type and the target address from the in decode_cfi_insn()
54 /* Read the target address from the register. */ in decode_cfi_insn()
59 *target = *(unsigned long *)((void *)regs + offset); in decode_cfi_insn()
70 unsigned long target; in handle_cfi_failure() local
76 if (!decode_cfi_insn(regs, &target, &type)) in handle_cfi_failure()
79 return report_cfi_failure(regs, regs->ip, &target, type); in handle_cfi_failure()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_helpers.h48 static inline void __assert_mprog_count(int target, int expected, int ifindex) in __assert_mprog_count() argument
53 err = bpf_prog_query(ifindex, target, 0, &attach_flags, in __assert_mprog_count()
59 static inline void assert_mprog_count(int target, int expected) in assert_mprog_count() argument
61 __assert_mprog_count(target, expected, loopback); in assert_mprog_count()
64 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) in assert_mprog_count_ifindex() argument
66 __assert_mprog_count(target, expected, ifindex); in assert_mprog_count_ifindex()
/third_party/python/Lib/distutils/
H A Ddep_util.py11 def newer (source, target):
13 'target', or if 'source' exists and 'target' doesn't. Return false if
14 both exist and 'target' is the same age or younger than 'source'.
20 if not os.path.exists(target):
25 mtime2 = os.stat(target)[ST_MTIME]
34 than its corresponding target. Return a pair of lists (sources,
35 targets) where source is newer than target, according to the semantics
54 def newer_group (sources, target, missing='error'):
55 """Return true if 'target' i
[all...]
/third_party/vixl/benchmarks/aarch32/
H A Dbench-branch-masm.cc55 Label target; in benchmark() local
56 __ B(&target); in benchmark()
57 __ B(eq, &target); in benchmark()
58 __ Bl(&target); in benchmark()
59 __ Blx(&target); in benchmark()
60 __ Bind(&target); in benchmark()
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.c308 GLenum target, in initialize_texture_fields()
315 const GLuint numFaces = _mesa_num_tex_faces(target); in initialize_texture_fields()
320 texObj->Target = target; in initialize_texture_fields()
326 const GLenum faceTarget = _mesa_cube_face_target(target, face); in initialize_texture_fields()
341 _mesa_next_mipmap_level_size(target, 0, in initialize_texture_fields()
358 * Check for compatible target
368 | Original target | Valid new targets | in target_valid()
425 "glTextureView(illegal target=%s)", in target_valid()
467 GLenum target, GLuint levels) in _mesa_set_texture_view_state()
472 texImage = _mesa_select_tex_image(texObj, target, in _mesa_set_texture_view_state()
307 initialize_texture_fields(struct gl_context *ctx, GLenum target, struct gl_texture_object *texObj, GLint levels, GLsizei width, GLsizei height, GLsizei depth, GLenum internalFormat, mesa_format texFormat, GLuint numSamples, GLboolean fixedSampleLocations) initialize_texture_fields() argument
465 _mesa_set_texture_view_state(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLuint levels) _mesa_set_texture_view_state() argument
531 texture_view(struct gl_context *ctx, struct gl_texture_object *origTexObj, struct gl_texture_object *texObj, GLenum target, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers, bool no_error) texture_view() argument
711 _mesa_TextureView_no_error(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) _mesa_TextureView_no_error() argument
729 _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) _mesa_TextureView() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.h18 ANGLE_EXPORT void GL_APIENTRY GL_BeginQuery(GLenum target, GLuint id);
20 ANGLE_EXPORT void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer);
22 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
24 ANGLE_EXPORT void GL_APIENTRY GL_BindTransformFeedback(GLenum target, GLuint id);
48 ANGLE_EXPORT void GL_APIENTRY GL_CompressedTexImage3D(GLenum target,
57 ANGLE_EXPORT void GL_APIENTRY GL_CompressedTexSubImage3D(GLenum target,
73 ANGLE_EXPORT void GL_APIENTRY GL_CopyTexSubImage3D(GLenum target,
103 ANGLE_EXPORT void GL_APIENTRY GL_EndQuery(GLenum target);
106 ANGLE_EXPORT void GL_APIENTRY GL_FlushMappedBufferRange(GLenum target,
109 ANGLE_EXPORT void GL_APIENTRY GL_FramebufferTextureLayer(GLenum target,
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_annotation.cpp100 const Instruction* target) { in ValidateDecorationTarget()
101 auto fail = [&_, dec, inst, target](uint32_t vuid) -> DiagnosticStream { in ValidateDecorationTarget()
105 << " decoration on target <id> " << _.getIdName(target->id()) << " "); in ValidateDecorationTarget()
110 if (!spvOpcodeIsScalarSpecConstant(target->opcode())) { in ValidateDecorationTarget()
119 if (target->opcode() != spv::Op::OpTypeStruct) { in ValidateDecorationTarget()
124 if (target->opcode() != spv::Op::OpTypeArray && in ValidateDecorationTarget()
125 target->opcode() != spv::Op::OpTypeRuntimeArray && in ValidateDecorationTarget()
126 target->opcode() != spv::Op::OpTypePointer) { in ValidateDecorationTarget()
131 if (target in ValidateDecorationTarget()
98 ValidateDecorationTarget(ValidationState_t& _, spv::Decoration dec, const Instruction* inst, const Instruction* target) ValidateDecorationTarget() argument
255 const auto target = _.FindDef(target_id); ValidateDecorate() local
371 auto target = _.FindDef(target_id); ValidateGroupDecorate() local
[all...]

Completed in 28 milliseconds

1...<<21222324252627282930>>...306