Home
last modified time | relevance | path

Searched refs:caller (Results 1 - 25 of 146) sorted by relevance

123456

/third_party/mesa3d/src/mesa/main/
H A Dtexgetimage.c920 const char *caller) in dimensions_error_check()
926 _mesa_error(ctx, GL_INVALID_VALUE, "%s(xoffset = %d)", caller, xoffset); in dimensions_error_check()
931 _mesa_error(ctx, GL_INVALID_VALUE, "%s(yoffset = %d)", caller, yoffset); in dimensions_error_check()
936 _mesa_error(ctx, GL_INVALID_VALUE, "%s(zoffset = %d)", caller, zoffset); in dimensions_error_check()
941 _mesa_error(ctx, GL_INVALID_VALUE, "%s(width = %d)", caller, width); in dimensions_error_check()
946 _mesa_error(ctx, GL_INVALID_VALUE, "%s(height = %d)", caller, height); in dimensions_error_check()
951 _mesa_error(ctx, GL_INVALID_VALUE, "%s(depth = %d)", caller, depth); in dimensions_error_check()
960 "%s(1D, yoffset = %d)", caller, yoffset); in dimensions_error_check()
965 "%s(1D, height = %d)", caller, height); in dimensions_error_check()
974 "%s(zoffset = %d)", caller, zoffse in dimensions_error_check()
915 dimensions_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, const char *caller) dimensions_error_check() argument
1095 pbo_error_check(struct gl_context *ctx, GLenum target, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *pixels, const char *caller) pbo_error_check() argument
1139 teximage_error_check(struct gl_context *ctx, struct gl_texture_image *texImage, GLenum format, const char *caller) teximage_error_check() argument
1211 common_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) common_error_check() argument
1263 getteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) getteximage_error_check() argument
1305 gettexsubimage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) gettexsubimage_error_check() argument
1386 get_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, GLvoid *pixels, const char *caller) get_texture_image() argument
1453 _get_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *pixels, const char *caller) _get_texture_image() argument
1490 static const char *caller = "glGetnTexImageARB"; _mesa_GetnTexImageARB() local
1507 static const char *caller = "glGetTexImage"; _mesa_GetTexImage() local
1524 static const char *caller = "glGetTextureImage"; _mesa_GetTextureImage() local
1547 static const char *caller = "glGetTextureImageEXT"; _mesa_GetTextureImageEXT() local
1572 static const char *caller = "glGetMultiTexImageEXT"; _mesa_GetMultiTexImageEXT() local
1612 static const char *caller = "glGetTextureSubImage"; _mesa_GetTextureSubImage() local
1670 getcompressedteximage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, GLvoid *pixels, const char *caller) getcompressedteximage_error_check() argument
1764 get_compressed_texture_image(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLvoid *pixels, const char *caller) get_compressed_texture_image() argument
1837 static const char *caller = "glGetnCompressedTexImageARB"; _mesa_GetnCompressedTexImageARB() local
1867 static const char *caller = "glGetCompressedTexImage"; _mesa_GetCompressedTexImage() local
1901 static const char *caller = "glGetCompressedTextureImageEXT"; _mesa_GetCompressedTextureImageEXT() local
1928 static const char *caller = "glGetCompressedMultiTexImageEXT"; _mesa_GetCompressedMultiTexImageEXT() local
1955 static const char *caller = "glGetCompressedTextureImage"; _mesa_GetCompressedTextureImage() local
1987 static const char *caller = "glGetCompressedTextureImage"; _mesa_GetCompressedTextureSubImage() local
[all...]
H A Dbuffers.c286 GLenum buffer, const char *caller, bool no_error) in draw_buffer()
293 _mesa_debug(ctx, "%s %s\n", caller, _mesa_enum_to_string(buffer)); in draw_buffer()
305 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid buffer %s)", caller, in draw_buffer()
313 caller, _mesa_enum_to_string(buffer)); in draw_buffer()
332 GLenum buffer, const char *caller) in draw_buffer_error()
334 draw_buffer(ctx, fb, buffer, caller, false); in draw_buffer_error()
340 GLenum buffer, const char *caller) in draw_buffer_no_error()
342 draw_buffer(ctx, fb, buffer, caller, true); in draw_buffer_no_error()
429 const GLenum *buffers, const char *caller, bool no_error) in draw_buffers()
446 _mesa_error(ctx, GL_INVALID_VALUE, "%s(n < 0)", caller); in draw_buffers()
285 draw_buffer(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum buffer, const char *caller, bool no_error) draw_buffer() argument
331 draw_buffer_error(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum buffer, const char *caller) draw_buffer_error() argument
339 draw_buffer_no_error(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum buffer, const char *caller) draw_buffer_no_error() argument
428 draw_buffers(struct gl_context *ctx, struct gl_framebuffer *fb, GLsizei n, const GLenum *buffers, const char *caller, bool no_error) draw_buffers() argument
638 draw_buffers_error(struct gl_context *ctx, struct gl_framebuffer *fb, GLsizei n, const GLenum *buffers, const char *caller) draw_buffers_error() argument
646 draw_buffers_no_error(struct gl_context *ctx, struct gl_framebuffer *fb, GLsizei n, const GLenum *buffers, const char *caller) draw_buffers_no_error() argument
893 read_buffer(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum buffer, const char *caller, bool no_error) read_buffer() argument
959 read_buffer_err(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum buffer, const char *caller) read_buffer_err() argument
967 read_buffer_no_error(struct gl_context *ctx, struct gl_framebuffer *fb, GLenum buffer, const char *caller) read_buffer_no_error() argument
[all...]
H A Dtexgen.c48 get_texgen(struct gl_context *ctx, GLuint texunitIndex, GLenum coord, const char* caller) in get_texgen() argument
52 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(unit=%d)", caller, texunitIndex); in get_texgen()
81 const GLfloat *params, const char* caller ) in texgenfv()
86 texgen = get_texgen(ctx, texunitIndex, coord, caller); in texgenfv()
88 _mesa_error(ctx, GL_INVALID_ENUM, "%s(coord)", caller); in texgenfv()
186 GLdouble *params, const char* caller) in gettexgendv()
191 texgen = get_texgen(ctx, texunitIndex, coord, caller); in gettexgendv()
193 _mesa_error(ctx, GL_INVALID_ENUM, "%s(coord)", caller); in gettexgendv()
211 _mesa_error( ctx, GL_INVALID_ENUM, "%s(pname)", caller ); in gettexgendv()
219 GLfloat *params, const char* caller ) in gettexgenfv()
185 gettexgendv( GLuint texunitIndex, GLenum coord, GLenum pname, GLdouble *params, const char* caller) gettexgendv() argument
259 gettexgeniv( GLenum texunitIndex, GLenum coord, GLenum pname, GLint *params, const char* caller) gettexgeniv() argument
[all...]
H A Dgenmipmap.c112 * Error-checking is done only if caller is not NULL.
117 const char* caller) in generate_texture_mipmap()
128 if (caller && texObj->Target == GL_TEXTURE_CUBE_MAP && in generate_texture_mipmap()
131 "%s(incomplete cube map)", caller); in generate_texture_mipmap()
140 if (caller) { in generate_texture_mipmap()
144 "%s(zero size base image)", caller); in generate_texture_mipmap()
152 "%s(invalid internal format %s)", caller, in generate_texture_mipmap()
236 validate_params_and_generate_mipmap(struct gl_texture_object *texObj, const char* caller) in validate_params_and_generate_mipmap() argument
245 caller, in validate_params_and_generate_mipmap()
250 generate_texture_mipmap(ctx, texObj, texObj->Target, caller); in validate_params_and_generate_mipmap()
115 generate_texture_mipmap(struct gl_context *ctx, struct gl_texture_object *texObj, GLenum target, const char* caller) generate_texture_mipmap() argument
[all...]
H A Dshaderobj.c180 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller) in _mesa_lookup_shader_err() argument
183 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_err()
190 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in _mesa_lookup_shader_err()
194 _mesa_error(ctx, GL_INVALID_OPERATION, "%s", caller); in _mesa_lookup_shader_err()
454 bool glthread, const char *caller) in _mesa_lookup_shader_program_err_glthread()
457 _mesa_error_glthread_safe(ctx, GL_INVALID_VALUE, glthread, "%s", caller); in _mesa_lookup_shader_program_err_glthread()
465 "%s", caller); in _mesa_lookup_shader_program_err_glthread()
470 "%s", caller); in _mesa_lookup_shader_program_err_glthread()
480 const char *caller) in _mesa_lookup_shader_program_err()
482 return _mesa_lookup_shader_program_err_glthread(ctx, name, false, caller); in _mesa_lookup_shader_program_err()
453 _mesa_lookup_shader_program_err_glthread(struct gl_context *ctx, GLuint name, bool glthread, const char *caller) _mesa_lookup_shader_program_err_glthread() argument
479 _mesa_lookup_shader_program_err(struct gl_context *ctx, GLuint name, const char *caller) _mesa_lookup_shader_program_err() argument
[all...]
H A Dobjectlabel.c47 int length, const char *caller) in set_label()
58 "GL_MAX_LABEL_LENGTH=%d)", caller, length, in set_label()
76 "GL_MAX_LABEL_LENGTH=%d)", caller, len, in set_label()
136 const char *caller) in get_label_pointer()
240 _mesa_error(ctx, GL_INVALID_VALUE, "%s(name = %u)", caller, name); in get_label_pointer()
247 caller, _mesa_enum_to_string(identifier)); in get_label_pointer()
46 set_label(struct gl_context *ctx, char **labelPtr, const char *label, int length, const char *caller) set_label() argument
135 get_label_pointer(struct gl_context *ctx, GLenum identifier, GLuint name, const char *caller) get_label_pointer() argument
H A Dmatrix.c51 get_named_matrix_stack(struct gl_context *ctx, GLenum mode, const char* caller) in get_named_matrix_stack() argument
98 _mesa_error(ctx, GL_INVALID_ENUM, "%s", caller); in get_named_matrix_stack()
107 const char* caller) in matrix_frustum()
115 _mesa_error(ctx, GL_INVALID_VALUE, "%s", caller); in matrix_frustum()
184 const char* caller) in matrix_ortho()
189 _mesa_debug(ctx, "%s(%f, %f, %f, %f, %f, %f)\n", caller, in matrix_ortho()
196 _mesa_error( ctx, GL_INVALID_VALUE, "%s", caller ); in matrix_ortho()
505 const GLfloat *m, const char* caller) in matrix_load()
511 caller, in matrix_load()
562 matrix_mult(struct gl_matrix_stack *stack, const GLfloat *m, const char* caller) in matrix_mult() argument
103 matrix_frustum(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_frustum() argument
180 matrix_ortho(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_ortho() argument
504 matrix_load(struct gl_context *ctx, struct gl_matrix_stack *stack, const GLfloat *m, const char* caller) matrix_load() argument
619 matrix_rotate(struct gl_matrix_stack *stack, GLfloat angle, GLfloat x, GLfloat y, GLfloat z, const char* caller) matrix_rotate() argument
[all...]
H A Dtexstorage.c577 GLsizei depth, const char *caller) in texstorage_error()
588 caller, _mesa_enum_to_string(target)); in texstorage_error()
593 _mesa_debug(ctx, "%s %s %d %s %d %d %d\n", caller, in texstorage_error()
601 "%s(internalformat = %s)", caller, in texstorage_error()
634 GLsizei depth, const char *caller) in texturestorage_error()
641 caller, texture, levels, in texturestorage_error()
648 "%s(internalformat = %s)", caller, in texturestorage_error()
653 texObj = _mesa_lookup_texture_err(ctx, texture, caller); in texturestorage_error()
662 "%s(illegal target=%s)", caller, in texturestorage_error()
575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument
632 texturestorage_error(GLuint dims, GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texturestorage_error() argument
H A Dshaderobj.h64 _mesa_lookup_shader_err(struct gl_context *ctx, GLuint name, const char *caller);
101 bool glthread, const char *caller);
105 const char *caller);
H A Dshaderapi.h68 const char *caller);
137 const char *caller);
154 const char *caller);
/third_party/typescript/tests/baselines/reference/
H A DstaticPropertyNameConflicts.js35 // caller
37 static caller: number; // error
38 caller: string; // ok
42 static caller() {} // error
43 caller() {} // ok
94 // caller
96 static caller: number; // error
97 caller: string; // ok
101 static caller() {} // error
102 caller() {} // o
[all...]
H A DcorrelatedUnions.js91 type LetterCaller<K extends keyof LetterMap> = { [P in K]: { letter: Record<P, LetterMap[P]>, caller: (x: Record<P, LetterMap[P]>) => void } }[K];
93 function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void {
94 caller(letter);
102 declare const xx: { letter: A, caller: ACaller } | { letter: B, caller: BCaller };
277 var letter = _a.letter, caller = _a.caller;
278 caller(letter);
423 caller: (x: Record<P, LetterMap[P]>) => void;
426 declare function call<K extends keyof LetterMap>({ letter, caller }
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DLinuxMallocProfiling.cpp11 /// \brief malloc/new/...caller tracing.
36 void *internalAllocator(size_t size, void *caller) { in internalAllocator() argument
39 ++(*Callers)[caller]; in internalAllocator()
48 // tracking, to record the IP of the caller, which we get from the call to
51 void *caller = __builtin_return_address(0); in operator new() local
52 return internalAllocator(size, caller); in operator new()
56 void *caller = __builtin_return_address(0); in operator new[]() local
57 return internalAllocator(size, caller); in operator new[]()
61 void *caller = __builtin_return_address(0); in malloc() local
62 return internalAllocator(size, caller); in malloc()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_calling_conv_main.cpp29 // The crosstest code consists of caller / callee function pairs.
31 // The caller function initializes a list of arguments and calls the
37 // testCaller() tests that caller functions, as compiled by Subzero and
45 // functions receive arguments from the caller in the same way. The
46 // caller is compiled by llc.
73 #define X(caller, callee, argc) \ in testCaller()
75 STR(caller), \ in testCaller()
78 &caller, \ in testCaller()
79 &Subzero_::caller, \ in testCaller()
85 #define X(caller, calle in testCaller()
[all...]
/third_party/python/Lib/
H A Dmodulefinder.py162 def import_hook(self, name, caller=None, fromlist=None, level=-1):
163 self.msg(3, "import_hook", name, caller, fromlist, level)
164 parent = self.determine_parent(caller, level=level)
173 def determine_parent(self, caller, level=-1):
174 self.msgin(4, "determine_parent", caller, level)
175 if not caller or level == 0:
178 pname = caller.__name__
180 if caller.__path__:
184 assert parent is caller
193 if caller
[all...]
/third_party/skia/src/codec/
H A DSkJpegDecoderMgr.cpp19 static void print_message(const j_common_ptr info, const char caller[]) { in print_message() argument
22 SkCodecPrintf("libjpeg error %d <%s> from %s\n", info->err->msg_code, buffer, caller); in print_message()
43 bool JpegDecoderMgr::returnFalse(const char caller[]) { in returnFalse() argument
44 print_message((j_common_ptr) &fDInfo, caller); in returnFalse()
48 SkCodec::Result JpegDecoderMgr::returnFailure(const char caller[], SkCodec::Result result) { in returnFailure() argument
49 print_message((j_common_ptr) &fDInfo, caller); in returnFailure()
H A DSkJpegDecoderMgr.h26 bool returnFalse(const char caller[]);
31 SkCodec::Result returnFailure(const char caller[], SkCodec::Result result);
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_build_helper.py65 caller, header,
70 * ``caller``: an informational string written in a comment at the top
78 .format(caller))
126 caller=__name__, file_label='',
156 c_file, caller, header,
166 .format(caller, c_name))
H A Dtest_case.py88 caller: Optional[str] = None) -> None:
93 if caller is None:
94 caller = os.path.basename(sys.argv[0])
98 .format(caller))
/third_party/rust/crates/regex/src/
H A Dpool.rs88 /// empty and the caller requests one.
107 /// A function to create more T values when stack is empty and a caller
119 /// A value to return when the caller is in the same thread that created
166 /// A guard that is returned when a caller requests a value from the pool. in fmt()
188 /// Get a value from the pool. The caller is guaranteed to have exclusive in fmt()
197 // Our fast path checks if the caller is the thread that "owns" this in fmt()
200 // a T to the caller without going through a mutex. in fmt()
204 // local, it follows that is the caller's thread ID is equal to the in fmt()
206 let caller = THREAD_ID.with(|id| *id); in fmt()
208 if caller in fmt()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-error.cc42 Handle<Object> caller = args.atOrUndefined(isolate, 2); in BUILTIN() local
43 FrameSkipMode mode = caller->IsJSFunction() ? SKIP_UNTIL_SEEN : SKIP_FIRST; in BUILTIN()
48 isolate, isolate->CaptureAndSetErrorStack(object, mode, caller)); in BUILTIN()
/third_party/jerryscript/tests/jerry-test-suite/13/13.02/
H A D13.02-001.js16 this.caller = 123;
19 assert(f.caller === 123);
/third_party/mesa3d/src/mesa/program/
H A Ddummy_errors.c27 _mesa_error_no_memory(const char *caller) in _mesa_error_no_memory() argument
29 fprintf(stderr, "Mesa error: out of memory in %s", caller); in _mesa_error_no_memory()
/third_party/python/Modules/
H A D_lsprof.c231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry() argument
233 return (ProfilerSubEntry*) RotatingTree_Get(&caller->calls, in getSubEntry()
238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry() argument
252 RotatingTree_Add(&caller->calls, &self->header); in newSubEntry()
298 /* find or create an entry for me in my caller's entry */ in initContext()
299 ProfilerEntry *caller = self->previous->ctxEntry; in initContext() local
300 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in initContext()
302 subentry = newSubEntry(pObj, caller, entry); in initContext()
324 /* find or create an entry for me in my caller's entry */ in Stop()
325 ProfilerEntry *caller in Stop() local
[all...]
/third_party/musl/src/setjmp/powerpc64/
H A Dsetjmp.s10 ld 5, 24(1) # load from the TOC slot in the caller's stack frame
22 # solves the problem of knowing whether to save the TOC pointer from r2 or the caller's stack frame.

Completed in 15 milliseconds

123456