Home
last modified time | relevance | path

Searched defs:caller (Results 151 - 175 of 220) sorted by relevance

123456789

/third_party/mesa3d/src/mesa/main/
H A Ddebug_output.c963 validate_params(struct gl_context *ctx, unsigned caller, in validate_params() argument
H A Dshader_query.cpp1055 _mesa_get_program_resource_name(struct gl_shader_program *shProg, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name, bool glthread, const char *caller) _mesa_get_program_resource_name() argument
1280 get_buffer_property(struct gl_shader_program *shProg, struct gl_program_resource *res, const GLenum prop, GLint *val, bool glthread, const char *caller) get_buffer_property() argument
1438 _mesa_program_resource_prop(struct gl_shader_program *shProg, struct gl_program_resource *res, GLuint index, const GLenum prop, GLint *val, bool glthread, const char *caller) _mesa_program_resource_prop() argument
H A Dtexobj.c236 _mesa_get_texobj_by_target_and_texunit(struct gl_context *ctx, GLenum target, GLuint texunit, bool allowProxyTarget, const char* caller) _mesa_get_texobj_by_target_and_texunit() argument
1191 create_textures(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *textures, const char *caller) create_textures() argument
1225 create_textures_err(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *textures, const char *caller) create_textures_err() argument
1645 _mesa_lookup_or_create_texture(struct gl_context *ctx, GLenum target, GLuint texName, bool no_error, bool is_ext_dsa, const char *caller) _mesa_lookup_or_create_texture() argument
1733 bind_texture(struct gl_context *ctx, GLenum target, GLuint texName, GLenum texunit, bool no_error, const char *caller) bind_texture() argument
[all...]
H A Dtexgetimage.c915 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...]
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc506 Construct( Isolate* isolate, Handle<JSFunction> target, Handle<Object> new_target, Handle<Object> message, Handle<Object> options, FrameSkipMode mode, Handle<Object> caller, StackTraceCollection stack_trace_collection) Construct() argument
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp607 inlineCall(FunctionCall* call, std::shared_ptr<SymbolTable> symbolTable, const ProgramUsage& usage, const FunctionDeclaration* caller) inlineCall() argument
/third_party/python/Modules/
H A D_lsprof.c231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry() argument
238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry() argument
299 ProfilerEntry *caller = self->previous->ctxEntry; in initContext() local
325 ProfilerEntry *caller in Stop() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mm/
H A Ddma-mapping.c46 const void *caller; member
457 __alloc_remap_buffer(struct device *dev, size_t size, gfp_t gfp, pgprot_t prot, struct page **ret_page, const void *caller, bool want_vaddr) __alloc_remap_buffer() argument
520 __alloc_from_contiguous(struct device *dev, size_t size, pgprot_t prot, struct page **ret_page, const void *caller, bool want_vaddr, int coherent_flag, gfp_t gfp) __alloc_from_contiguous() argument
662 __dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, pgprot_t prot, bool is_coherent, unsigned long attrs, const void *caller) __dma_alloc() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1181 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown() argument
1220 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup() argument
/kernel/linux/linux-6.6/arch/arm/mm/
H A Ddma-mapping.c46 const void *caller; member
328 __alloc_remap_buffer(struct device *dev, size_t size, gfp_t gfp, pgprot_t prot, struct page **ret_page, const void *caller, bool want_vaddr) __alloc_remap_buffer() argument
391 __alloc_from_contiguous(struct device *dev, size_t size, pgprot_t prot, struct page **ret_page, const void *caller, bool want_vaddr, int coherent_flag, gfp_t gfp) __alloc_from_contiguous() argument
533 __dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, pgprot_t prot, bool is_coherent, unsigned long attrs, const void *caller) __dma_alloc() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-mpath.c732 queue_if_no_path(struct multipath *m, bool queue_if_no_path, bool save_old_value, const char *caller) queue_if_no_path() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_security.c2367 u8 rtw_handle_tkip_countermeasure(struct adapter *adapter, const char *caller) in rtw_handle_tkip_countermeasure() argument
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-kmem.c400 struct alloc_func key, *caller; in find_callsite() local
1070 char *caller = buf; in __print_page_alloc_result() local
1112 char *caller = buf; in __print_page_caller_result() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dnommu.c153 __vmalloc_node_range(unsigned long size, unsigned long align, unsigned long start, unsigned long end, gfp_t gfp_mask, pgprot_t prot, unsigned long vm_flags, int node, const void *caller) __vmalloc_node_range() argument
161 __vmalloc_node(unsigned long size, unsigned long align, gfp_t gfp_mask, int node, const void *caller) __vmalloc_node() argument
/kernel/linux/linux-5.10/kernel/
H A Dseccomp.c394 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
488 struct task_struct *thread, *caller; in seccomp_sync_threads() local
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dconfigfs.c44 static bool nvmet_is_port_enabled(struct nvmet_port *p, const char *caller) in nvmet_is_port_enabled() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1181 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown() argument
1220 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup() argument
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dconfigfs.c51 static bool nvmet_is_port_enabled(struct nvmet_port *p, const char *caller) in nvmet_is_port_enabled() argument
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Ddevice.c113 hl_dma_alloc_common(struct hl_device *hdev, size_t size, dma_addr_t *dma_handle, gfp_t flag, enum dma_alloc_type alloc_type, const char *caller) hl_dma_alloc_common() argument
135 hl_asic_dma_free_common(struct hl_device *hdev, size_t size, void *cpu_addr, dma_addr_t dma_handle, enum dma_alloc_type alloc_type, const char *caller) hl_asic_dma_free_common() argument
154 hl_asic_dma_alloc_coherent_caller(struct hl_device *hdev, size_t size, dma_addr_t *dma_handle, gfp_t flag, const char *caller) hl_asic_dma_alloc_coherent_caller() argument
160 hl_asic_dma_free_coherent_caller(struct hl_device *hdev, size_t size, void *cpu_addr, dma_addr_t dma_handle, const char *caller) hl_asic_dma_free_coherent_caller() argument
166 hl_asic_dma_pool_zalloc_caller(struct hl_device *hdev, size_t size, gfp_t mem_flags, dma_addr_t *dma_handle, const char *caller) hl_asic_dma_pool_zalloc_caller() argument
172 hl_asic_dma_pool_free_caller(struct hl_device *hdev, void *vaddr, dma_addr_t dma_addr, const char *caller) hl_asic_dma_pool_free_caller() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-mpath.c742 queue_if_no_path(struct multipath *m, bool f_queue_if_no_path, bool save_old_value, const char *caller) queue_if_no_path() argument
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kmem.c421 struct alloc_func key, *caller; in find_callsite() local
1092 char *caller = buf; in __print_page_alloc_result() local
1134 char *caller = buf; in __print_page_caller_result() local
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_clientmgr.c2153 static int snd_seq_ioctl_client_ump_info(struct snd_seq_client *caller, in snd_seq_ioctl_client_ump_info() argument
/kernel/linux/linux-6.6/kernel/
H A Dseccomp.c492 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
593 struct task_struct *thread, *caller; in seccomp_sync_threads() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dnommu.c152 __vmalloc_node_range(unsigned long size, unsigned long align, unsigned long start, unsigned long end, gfp_t gfp_mask, pgprot_t prot, unsigned long vm_flags, int node, const void *caller) __vmalloc_node_range() argument
160 __vmalloc_node(unsigned long size, unsigned long align, gfp_t gfp_mask, int node, const void *caller) __vmalloc_node() argument
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2896 void TIntermediate::addToCallGraph(TInfoSink& /*infoSink*/, const TString& caller, const TString& callee) in addToCallGraph() argument

Completed in 72 milliseconds

123456789