Home
last modified time | relevance | path

Searched refs:maxcount (Results 26 - 41 of 41) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp106 void glGetAttachedShaders (deUint32 program, int maxcount, int* count, deUint32* shaders);
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H A Dsis900.c1241 int i, maxcount=10; in sis630_set_eq() local
1251 for (i=0; i < maxcount; i++) { in sis630_set_eq()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs3xdr.c1258 * count3 maxcount;
1265 uint32_t maxcount = args->count; in encode_readdirplus3args() local
1279 *p = cpu_to_be32(maxcount); in encode_readdirplus3args()
H A Dnfs4xdr.c397 1 /* maxcount */ + \
1609 uint32_t maxcount = readdir->count; in encode_readdir() local
1637 *p++ = cpu_to_be32(maxcount); in encode_readdir()
1987 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */ in encode_getdeviceinfo()
2010 encode_uint32(xdr, args->maxcount); in encode_layoutget()
2018 args->maxcount); in encode_layoutget()
H A Dpnfs.c1130 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/
H A Dsis900.c1248 int i, maxcount=10; in sis630_set_eq() local
1258 for (i=0; i < maxcount; i++) { in sis630_set_eq()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp2320 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in GetAttachedShaders() argument
2322 TRACE("(GLuint program = %d, GLsizei maxcount = %d, GLsizei* count = %p, GLuint* shaders = %p)", in GetAttachedShaders()
2323 program, maxcount, count, shaders); in GetAttachedShaders()
2325 if(maxcount < 0) in GetAttachedShaders()
2348 return programObject->getAttachedShaders(maxcount, count, shaders); in GetAttachedShaders()
H A Dentry_points.cpp420 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders() argument
422 return gl::GetAttachedShaders(program, maxcount, count, shaders); in glGetAttachedShaders()
H A Dentry_points.h95 void GL_APIENTRY GetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h257 __u32 maxcount; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h259 __u32 maxcount; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp4313 GLsizei maxcount, in ValidateGetAttachedShaders()
4317 if (maxcount < 0) in ValidateGetAttachedShaders()
4310 ValidateGetAttachedShaders(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLsizei maxcount, const GLsizei *count, const ShaderProgramID *shaders) ValidateGetAttachedShaders() argument
H A DContext.cpp6736 GLsizei maxcount, in getAttachedShaders()
6742 programObject->getAttachedShaders(maxcount, count, shaders); in getAttachedShaders()
6735 getAttachedShaders(ShaderProgramID program, GLsizei maxcount, GLsizei *count, ShaderProgramID *shaders) getAttachedShaders() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4xdr.c386 1 /* maxcount */ + \
1959 *p++ = cpu_to_be32(args->pdev->maxcount); /* gdia_maxcount */ in encode_getdeviceinfo()
1982 encode_uint32(xdr, args->maxcount); in encode_layoutget()
1990 args->maxcount); in encode_layoutget()
H A Dpnfs.c1131 lgp->args.maxcount = PNFS_LAYOUT_MAXSIZE; in pnfs_alloc_init_layoutget_args()
/third_party/elfutils/src/
H A Dreadelf.c12614 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); in handle_file_note() local
12615 if (count > maxcount) in handle_file_note()

Completed in 94 milliseconds

12