/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnndec.c | 36 struct rnndeccontext *res = calloc (sizeof *res, 1); in rnndec_newcontext() local 161 char *res = 0; in rnndec_decodeval() local 327 char *res; appendidx() local 371 struct rnndecaddrinfo *res; trymatch() local 473 struct rnndecaddrinfo *res = trymatch(ctx, domain->subelems, domain->subelemsnum, addr, write, domain->width, 0, 0); rnndec_checkaddr() local 482 struct rnndecaddrinfo *res = trymatch(ctx, domain->subelems, domain->subelemsnum, addr, write, domain->width, 0, 0); rnndec_decodeaddr() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.c | 103 nir_ssa_def *res = in nir_nextafter() local 126 nir_ssa_def *res = nir_fmul(b, temp, nir_frsq(b, nir_fdot(b, temp, temp))); in nir_normalize() local 152 nir_ssa_def *res[NIR_MAX_VEC_COMPONENTS]; in nir_upsample() local
|
H A D | nir_lower_double_ops.c | 93 fix_inv_result(nir_builder *b, nir_ssa_def *res, nir_ssa_def *src, in fix_inv_result() argument 279 nir_ssa_def *res; in lower_sqrt_rsq() local 416 nir_ssa_def *res = nir_fsub(b, nir_fadd(b, nir_fabs(b, src), two52), two52); lower_round_even() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_fast_clear.c | 416 VkResult res = VK_SUCCESS; in radv_device_init_meta_fast_clear_flush_state_internal() local
|
H A D | radv_meta_decompress.c | 331 VkResult res = VK_SUCCESS; in radv_device_init_meta_depth_decomp_state() local [all...] |
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_win32.c | 390 thrd_exit(int res) in thrd_exit() argument 398 thrd_join(thrd_t thr, int *res) in thrd_join() argument
|
/third_party/ltp/lib/ |
H A D | tst_safe_macros.c | 441 int res; in safe_unshare() local
|
/third_party/ltp/testcases/kernel/device-drivers/acpi/ |
H A D | ltp_acpi_cmds.c | 78 int res; in get_str_object() local
|
/third_party/ltp/metadata/ |
H A D | metaparse.c | 326 static void try_apply_macro(char **res) in try_apply_macro() argument 378 static void look_for_array_size(FILE *f, const char *arr_id, struct data_node **res) in look_for_array_size() argument 407 static int parse_array_size(FILE *f, struct data_node **res) in parse_array_size() argument 683 struct data_node *res = data_node_hash(); parse_file() local 736 convert_str2int(struct data_node *res, const char *id, const char *str_val) convert_str2int() argument 756 check_normalize_types(struct data_node *res) check_normalize_types() argument 833 struct data_node *res; main() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_uav.c | 388 struct pipe_resource *res = cur_image_view->resource; in svga_create_uav_list() local 449 struct pipe_resource *res = cur_sbuf->resource; in svga_create_uav_list() local 157 svga_uav_cache_add_uav(struct svga_context *svga, enum svga_uav_type uav_type, void *desc, unsigned desc_len, struct pipe_resource *res, SVGA3dUAViewId uaViewId) svga_uav_cache_add_uav() argument 521 struct pipe_resource *res = cur_sbuf->resource; svga_create_uav_list() local [all...] |
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 126 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height, struct pipe_resource *res) get_image_shm() argument 428 drisw_update_tex_buffer(struct dri_drawable *drawable, struct dri_context *ctx, struct pipe_resource *res) drisw_update_tex_buffer() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_blend.c | 155 ubyte src[4][4], dst[4][4], res[4][4]; in logicop_quad() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 515 zink_batch_resource_usage_set(struct zink_batch *batch, struct zink_resource *res, bool write) in zink_batch_resource_usage_set() argument 536 zink_batch_reference_resource_rw(struct zink_batch *batch, struct zink_resource *res, bool write) zink_batch_reference_resource_rw() argument 572 zink_batch_reference_resource(struct zink_batch *batch, struct zink_resource *res) zink_batch_reference_resource() argument 583 zink_batch_reference_resource_move(struct zink_batch *batch, struct zink_resource *res) zink_batch_reference_resource_move() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | mixer.c | 251 struct pipe_resource res_tmpl, *res; in vlVdpVideoMixerRender() local [all...] |
H A D | output.c | 53 struct pipe_resource res_tmpl, *res; in vlVdpOutputSurfaceCreate() local 204 struct pipe_resource *res; in vlVdpOutputSurfaceGetBitsNative() local 303 struct pipe_resource *res, res_tmpl; vlVdpOutputSurfacePutBitsIndexed() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 447 stbrp__findresult res = stbrp__skyline_find_best_pos(context, width, height); in stbrp__skyline_pack_rectangle() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_combine_constants.cpp | 342 int res = ((d & 0xffff8000) + 0x8000) & 0xffff7fff; in representable_as_w() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | surface9.c | 778 struct pipe_resource *res = This->base.resource; in NineSurface9_UploadSelf() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_buffer.c | 45 void si_init_resource_fields(struct si_screen *sscreen, struct si_resource *res, uint64_t size, in si_init_resource_fields() argument 168 si_alloc_resource(struct si_screen *sscreen, struct si_resource *res) si_alloc_resource() argument 664 struct si_resource *res = si_alloc_buffer_struct(screen, templ, false); si_buffer_from_winsys_buffer() local 725 si_buffer_commit(struct si_context *ctx, struct si_resource *res, struct pipe_box *box, bool commit) si_buffer_commit() argument 735 struct si_resource *res = si_resource(resource); si_resource_commit() local [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | inode.c | 508 int res; in ntfs_inode_close() local 1089 int res; in ntfs_inode_close_in_dir() local [all...] |
H A D | mft.c | 150 int cnt = 0, res = 0; in ntfs_mft_records_write() local
|
H A D | xattrs.c | 487 int res; in ntfs_xattr_system_getxattr() local 614 int res; ntfs_xattr_system_setxattr() local 743 int res; ntfs_xattr_system_removexattr() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsck.c | 335 VCN res; in get_last_vcn() local 726 int res; in verify_mft_preliminary() local
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g_common.c | 802 int res; local 920 BOOL res; local [all...] |
/third_party/nghttp2/src/ |
H A D | http2.cc | 305 const Headers::value_type *res = nullptr; in get_header() local [all...] |