/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_clear.c | 282 svga_clear_texture(struct pipe_context *pipe, struct pipe_resource *res, unsigned level, const struct pipe_box *box, const void *data) svga_clear_texture() argument
|
H A D | svga_state_sampler.c | 51 svga_resource_handle(struct pipe_resource *res) in svga_resource_handle() argument 67 svga_check_sampler_view_resource_collision(const struct svga_context *svga, const struct svga_winsys_surface *res, enum pipe_shader_type shader) svga_check_sampler_view_resource_collision() argument
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_framebuffer.c | 542 struct pipe_resource *res; in DrvPresentBuffers() local 602 stw_framebuffer_present_locked(HDC hdc, struct stw_framebuffer *fb, struct pipe_resource *res) stw_framebuffer_present_locked() argument
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_st.c | 403 struct pipe_resource *res; in xmesa_get_attachment() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volume9.c | 492 struct pipe_resource *res = This->resource; in NineVolume9_UploadSelf() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 116 softpipe_can_create_resource(struct pipe_screen *screen, const struct pipe_resource *res) softpipe_can_create_resource() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_surface.c | 110 init_surface_info(struct zink_surface *surface, struct zink_resource *res, VkImageViewCreateInfo *ivci) in init_surface_info() argument 36 create_ivci(struct zink_screen *screen, struct zink_resource *res, const struct pipe_surface *templ, enum pipe_texture_target target) create_ivci() argument 135 struct zink_resource *res = zink_resource(pres); create_surface() local 218 struct zink_resource *res = zink_resource(pres); zink_get_surface() local 260 struct zink_resource *res = zink_resource(pres); zink_create_surface() local 306 struct zink_resource *res = zink_resource(psurface->texture); zink_destroy_surface() local 349 struct zink_resource *res = zink_resource((*psurface)->texture); zink_rebind_surface() local 436 struct zink_resource *res = zink_resource(surface->base.texture); zink_surface_swapchain_update() local [all...] |
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tracker.c | 558 boolean res; in xa_surface_handle() local
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | protocol_core.h | 179 auto res = std::make_unique<std::vector<T>>(); in Deserialize() local 216 T res; in Deserialize() local 233 std::unique_ptr<T> res; in Deserialize() local 338 std::unique_ptr<T> res = T::Deserialize(state); Deserialize() local [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_opt.c | 131 int res = ctx->proc(ctx->data, arg, key, &ctx->outargs); in call_proc() local 222 int res; in process_opt_sep_arg() local 248 int res; in process_gopt() local 266 int res; process_real_option_group() local 295 int res; process_option_group() local 360 int res; fuse_opt_parse() local [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | device.c | 665 hd_res_t *res; in ntfs_device_get_geo() local [all...] |
H A D | ea.c | 78 int res; in ntfs_need_ea() local 151 int res; in ntfs_update_ea() local 204 int res = 0; ntfs_get_ntfs_ea() local 247 int res; ntfs_set_ntfs_ea() local 352 int res; ntfs_remove_ntfs_ea() local 420 int res; ntfs_ea_check_wsldev() local 492 int res; ntfs_ea_set_wsl_not_symlink() local [all...] |
H A D | object_id.c | 230 int res; in merge_index_data() local 330 int res; in update_object_id() local 388 int res; add_object_id() local 430 int res; ntfs_delete_object_id_index() local 524 int res; ntfs_set_ntfs_object_id() local 572 int res; ntfs_remove_ntfs_object_id() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscluster.c | 487 int res; in main() local
|
H A D | ntfsmove.c | 398 runlist *res = NULL; in find_unused() local 514 int res; bitmap_alloc() local 532 int res; bitmap_free() local 552 s64 res = 0; data_copy() local 675 s64 res = -1; move_datarun() local 763 s64 res; move_attribute() local 810 s64 res; move_file() local [all...] |
H A D | ntfslabel.c | 241 int res; in change_serial() local 286 int res; in set_new_serial() local 323 int res; print_serial() local [all...] |
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 234 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() argument
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 246 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() argument
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getaddrinfo.c | 16 int reportdnsresult(int netid, char* name, int usedtime, int queryret, struct addrinfo *res, struct queryparam *param) in reportdnsresult() argument 58 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) in getaddrinfo() argument 64 getaddrinfo_ext(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res, struct queryparam *restrict param) getaddrinfo_ext() argument [all...] |
/third_party/musl/src/network/linux/ |
H A D | getaddrinfo.c | 19 int reportdnsresult(int netid, char* name, int usedtime, int queryret, struct addrinfo *res, struct queryparam *param) in reportdnsresult() argument 73 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) in getaddrinfo() argument 61 getaddrinfo_hook(const char* host, const char* serv, const struct addrinfo* hints, struct addrinfo** res) getaddrinfo_hook() argument 79 getaddrinfo_ext(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res, struct queryparam *restrict param) getaddrinfo_ext() argument [all...] |
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 234 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() argument
|
/third_party/musl/src/regex/ |
H A D | glob.c | 205 struct passwd pw, *res; in expand_tilde() local
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_buf.c | 437 uint8_t *res; in nghttp2_bufs_remove() local
|
/third_party/nghttp2/src/ |
H A D | allocator.h | 127 auto res = head->last + sizeof(size_t); in alloc() local 163 auto res = alloc(nalloclen); in realloc() local
|
H A D | util_test.cc | 502 auto res = util::parse_config_str_list(StringRef::from_lit("a")); in test_util_parse_config_str_list() local [all...] |