/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_shader.c | 68 struct rogue_shader *rogue_shader_create(struct rogue_build_ctx *ctx, in rogue_shader_create() argument
|
H A D | rogue_shader.h | 48 struct rogue_build_ctx *ctx; member
|
H A D | rogue_nir.c | 77 bool rogue_nir_passes(struct rogue_build_ctx *ctx, in rogue_nir_passes() argument
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_compute.c | 88 VkResult pvr_compute_job_submit(struct pvr_compute_ctx *ctx, in pvr_compute_job_submit() argument 37 pvr_compute_job_ws_submit_info_init( struct pvr_compute_ctx *ctx, struct pvr_sub_cmd_compute *sub_cmd, struct vk_sync **waits, uint32_t wait_count, uint32_t *stage_flags, struct pvr_winsys_compute_submit_info *submit_info) pvr_compute_job_ws_submit_info_init() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | format.cpp | 129 supported_formats(const context &ctx, cl_mem_object_type type, cl_mem_flags flags) { in supported_formats() argument
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | attrlist.c | 112 ntfs_attr_search_ctx *ctx; in ntfs_attrlist_entry_add() local 244 ntfs_attrlist_entry_rm(ntfs_attr_search_ctx *ctx) ntfs_attrlist_entry_rm() argument [all...] |
/third_party/musl/src/unistd/ |
H A D | faccessat.c | 7 struct ctx { struct
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | setrlimit.c | 25 struct ctx { struct
|
/third_party/musl/src/misc/ |
H A D | setrlimit.c | 27 struct ctx { struct
|
/third_party/musl/src/network/ |
H A D | netlink.c | 42 int __rtnetlink_enumerate(int link_af, int addr_af, int (*cb)(void *ctx, struct nlmsghdr *h), void *ctx) in __rtnetlink_enumerate() argument 54 int __rtnetlink_enumerate_new(int link_af, int addr_af, int (*cb)(void *ctx, struct nlmsghdr *h), in __rtnetlink_enumerate_new() argument 7 __netlink_enumerate(int fd, unsigned int seq, int type, int af, int (*cb)(void *ctx, struct nlmsghdr *h), void *ctx) __netlink_enumerate() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | condrender.c | 44 BeginConditionalRender(struct gl_context *ctx, struct gl_query_object *q, in BeginConditionalRender() argument 92 EndConditionalRender(struct gl_context *ctx, struct gl_query_object *q) in EndConditionalRender() argument 103 begin_conditional_render(struct gl_context *ctx, GLuint queryId, GLenum mode, in begin_conditional_render() argument 198 end_conditional_render(struct gl_context *ctx) end_conditional_render() argument 244 _mesa_check_conditional_render(struct gl_context *ctx) _mesa_check_conditional_render() argument [all...] |
H A D | bufferobj.h | 40 _mesa_get_bufferobj_reference(struct gl_context *ctx, struct gl_buffer_object *obj) in _mesa_get_bufferobj_reference() argument 180 _mesa_reference_buffer_object(struct gl_context *ctx, struct gl_buffer_object **ptr, struct gl_buffer_object *bufObj) _mesa_reference_buffer_object() argument 193 _mesa_reference_buffer_object_shared(struct gl_context *ctx, struct gl_buffer_object **ptr, struct gl_buffer_object *bufObj) _mesa_reference_buffer_object_shared() argument [all...] |
H A D | depth.c | 65 depth_func(struct gl_context *ctx, GLenum func, bool no_error) in depth_func() argument 176 _mesa_init_depth(struct gl_context *ctx) _mesa_init_depth() argument [all...] |
H A D | robustness.c | 67 _mesa_set_context_lost_dispatch(struct gl_context *ctx) in _mesa_set_context_lost_dispatch() argument [all...] |
H A D | barrier.c | 38 memory_barrier(struct gl_context *ctx, GLbitfield barriers) in memory_barrier() argument 122 memory_barrier_by_region(struct gl_context *ctx, GLbitfiel argument [all...] |
H A D | blend.h | 78 _mesa_advanded_blend_sh_constant_changed(struct gl_context *ctx, in _mesa_advanded_blend_sh_constant_changed() argument 88 _mesa_flush_vertices_for_blend_state(struct gl_context *ctx) in _mesa_flush_vertices_for_blend_state() argument 95 _mesa_flush_vertices_for_blend_adv(struct gl_context *ctx, GLbitfield new_blend_enabled, enum gl_advanced_blend_mode new_mode) _mesa_flush_vertices_for_blend_adv() argument [all...] |
H A D | bbox.c | 53 _mesa_init_bbox(struct gl_context *ctx) in _mesa_init_bbox() argument [all...] |
H A D | transformfeedback.h | 80 _mesa_is_xfb_active_and_unpaused(const struct gl_context *ctx) in _mesa_is_xfb_active_and_unpaused() argument 91 _mesa_set_transform_feedback_binding(struct gl_context *ctx, struct gl_transform_feedback_object *tfObj, GLuint index, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr size) _mesa_set_transform_feedback_binding() argument 107 _mesa_bind_buffer_range_xfb(struct gl_context *ctx, struct gl_transform_feedback_object *obj, GLuint index, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr size) _mesa_bind_buffer_range_xfb() argument [all...] |
H A D | texobj.h | 98 _mesa_lock_texture(struct gl_context *ctx, struc argument 107 _mesa_unlock_texture(struct gl_context *ctx, struct gl_texture_object *texObj) _mesa_unlock_texture() argument [all...] |
H A D | pixelstore.c | 265 _mesa_init_pixelstore(struct gl_context *ctx) _mesa_init_pixelstore() argument 322 _mesa_compressed_pixel_storage_error_check( struct gl_context *ctx, GLint dimensions, const struct gl_pixelstore_attrib *packing, const char *caller) _mesa_compressed_pixel_storage_error_check() argument [all...] |
H A D | points.c | 40 update_point_size_set(struct gl_context *ctx) in update_point_size_set() argument 52 point_size(struct gl_context *ctx, GLfloat size, bool no_error) in point_size() argument 208 _mesa_init_point(struct gl_context *ctx) _mesa_init_point() argument [all...] |
H A D | shaderobj.h | 78 _mesa_reference_shader_program(struct gl_context *ctx, in _mesa_reference_shader_program() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_vdpau.h | 52 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_map_surface() argument 57 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, in st_vdpau_unmap_surface() argument
|
H A D | st_atom_pixeltransfer.c | 44 load_color_map_texture(struct gl_context *ctx, struct pipe_resource *pt) in load_color_map_texture() argument 90 struct gl_context *ctx = st->ctx; st_update_pixel_transfer() local [all...] |
H A D | st_atom_framebuffer.c | 112 struct gl_context *ctx = st->ctx; in st_update_framebuffer_state() local [all...] |