Home
last modified time | relevance | path

Searched defs:res (Results 1576 - 1600 of 3150) sorted by relevance

1...<<61626364656667686970>>...126

/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c36 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 Dnir_builtin_builder.c103 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 Dnir_lower_double_ops.c93 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 Dradv_meta_fast_clear.c416 VkResult res = VK_SUCCESS; in radv_device_init_meta_fast_clear_flush_state_internal() local
H A Dradv_meta_decompress.c331 VkResult res = VK_SUCCESS; in radv_device_init_meta_depth_decomp_state() local
[all...]
/third_party/mesa3d/src/c11/impl/
H A Dthreads_win32.c390 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 Dtst_safe_macros.c441 int res; in safe_unshare() local
/third_party/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c78 int res; in get_str_object() local
/third_party/ltp/metadata/
H A Dmetaparse.c326 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 Dsvga_state_uav.c388 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 Ddrisw.c126 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 Dsp_quad_blend.c155 ubyte src[4][4], dst[4][4], res[4][4]; in logicop_quad() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c515 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 Dmixer.c251 struct pipe_resource res_tmpl, *res; in vlVdpVideoMixerRender() local
[all...]
H A Doutput.c53 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 Dimstb_rectpack.h447 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 Dbrw_fs_combine_constants.cpp342 int res = ((d & 0xffff8000) + 0x8000) & 0xffff7fff; in representable_as_w() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.c778 struct pipe_resource *res = This->base.resource; in NineSurface9_UploadSelf() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c45 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 Dinode.c508 int res; in ntfs_inode_close() local
1089 int res; in ntfs_inode_close_in_dir() local
[all...]
H A Dmft.c150 int cnt = 0, res = 0; in ntfs_mft_records_write() local
H A Dxattrs.c487 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 Dntfsck.c335 VCN res; in get_last_vcn() local
726 int res; in verify_mft_preliminary() local
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c802 int res; local
920 BOOL res; local
[all...]
/third_party/nghttp2/src/
H A Dhttp2.cc305 const Headers::value_type *res = nullptr; in get_header() local
[all...]

Completed in 25 milliseconds

1...<<61626364656667686970>>...126