Home
last modified time | relevance | path

Searched refs:usage (Results 476 - 500 of 3333) sorted by relevance

1...<<11121314151617181920>>...134

/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c234 "bind=%x usage=%d tile=%d last_level=%d\n", __func__, in _lima_resource_create_with_modifiers()
236 pres->target, pres->bind, pres->usage, should_tile, templat->last_level); in _lima_resource_create_with_modifiers()
259 * don't have usage parameter, but buffer created by these functions in lima_resource_create_with_modifiers()
293 struct winsys_handle *handle, unsigned usage) in lima_resource_from_handle()
408 struct winsys_handle *handle, unsigned usage) in lima_resource_get_handle()
437 unsigned usage, uint64_t *value) in lima_resource_get_param()
601 unsigned usage, in lima_transfer_map()
615 if (res->tiled && (usage & PIPE_MAP_DIRECTLY)) in lima_transfer_map()
620 if (usage & PIPE_MAP_DISCARD_WHOLE_RESOURCE) { in lima_transfer_map()
636 else if (!(usage in lima_transfer_map()
291 lima_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templat, struct winsys_handle *handle, unsigned usage) lima_resource_from_handle() argument
405 lima_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, struct winsys_handle *handle, unsigned usage) lima_resource_get_handle() argument
432 lima_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) lima_resource_get_param() argument
598 lima_transfer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) lima_transfer_map() argument
876 lima_texture_subdata(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) lima_texture_subdata() argument
[all...]
/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h78 double usage = 0; member
81 os << "{\"name\":\"" << p.name << "\",\"tid\":" << p.tid << ",\"usage\":" << p.usage << "}"; in operator <<()
101 uint64_t usage = 0; member
113 UsageStatInfo usage; member
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } function
12 usage
21 usage
28 usage
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-vivaldi.c74 struct hid_usage *usage) in vivaldi_feature_mapping()
84 (usage->hid & HID_USAGE_PAGE) != HID_UP_ORDINAL) in vivaldi_feature_mapping()
87 fn_key = (usage->hid & HID_USAGE); in vivaldi_feature_mapping()
137 field->value[usage->usage_index]; in vivaldi_feature_mapping()
72 vivaldi_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) vivaldi_feature_mapping() argument
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_attach.c79 static int usage(const char *argv0) in usage() function
144 return usage(argv[0]); in main()
149 return usage(argv[0]); in main()
156 return usage(argv[0]); in main()
/kernel/linux/linux-5.10/tools/spi/
H A Dspidev_fdx.c119 goto usage; in main()
124 goto usage; in main()
131 usage: in main()
133 "usage: %s [-h] [-m N] [-r N] /dev/spidevB.D\n", in main()
140 goto usage; in main()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fdinfo.c63 ktime_t usage[AMDGPU_HW_IP_NUM]; in amdgpu_show_fdinfo() local
81 amdgpu_ctx_mgr_usage(&fpriv->ctx_mgr, usage); in amdgpu_show_fdinfo()
85 * For text output format description please see drm-usage-stats.rst! in amdgpu_show_fdinfo()
109 if (!usage[hw_ip]) in amdgpu_show_fdinfo()
113 ktime_to_ns(usage[hw_ip])); in amdgpu_show_fdinfo()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-vivaldi-common.c26 * @usage: HID usage to parse
32 struct hid_field *field, struct hid_usage *usage) in vivaldi_feature_mapping()
42 (usage->hid & HID_USAGE_PAGE) != HID_UP_ORDINAL) in vivaldi_feature_mapping()
45 fn_key = usage->hid & HID_USAGE; in vivaldi_feature_mapping()
96 field->value[usage->usage_index]; in vivaldi_feature_mapping()
31 vivaldi_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) vivaldi_feature_mapping() argument
H A Dhid-chicony.c57 #define ch_map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, \
60 struct hid_field *field, struct hid_usage *usage, in ch_input_mapping()
63 if ((usage->hid & HID_USAGE_PAGE) != HID_UP_MSVENDOR) in ch_input_mapping()
67 switch (usage->hid & HID_USAGE) { in ch_input_mapping()
97 /* Change usage maximum and logical maximum from 0x7fff to in ch_switch12_report_fixup()
59 ch_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) ch_input_mapping() argument
H A Dhid-razer.c19 #define map_key_clear(c) hid_map_usage_clear(hi, usage, bit, max, EV_KEY, (c))
46 struct hid_usage *usage, unsigned long **bit, int *max) in razer_input_mapping()
52 if ((usage->hid & HID_UP_KEYBOARD) != HID_UP_KEYBOARD) in razer_input_mapping()
55 switch (usage->hid & ~HID_UP_KEYBOARD) { in razer_input_mapping()
44 razer_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) razer_input_mapping() argument
/kernel/linux/linux-6.6/tools/spi/
H A Dspidev_fdx.c119 goto usage; in main()
124 goto usage; in main()
131 usage: in main()
133 "usage: %s [-h] [-m N] [-r N] /dev/spidevB.D\n", in main()
140 goto usage; in main()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh165 usage() function
168 usage: ${0##*/} OPTS
189 h) usage; exit 0;;
190 *) usage; exit 1;;
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } function
12 usage
21 usage
28 usage
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_attach.c84 static int usage(const char *argv0) in usage() function
149 return usage(argv[0]); in main()
154 return usage(argv[0]); in main()
161 return usage(argv[0]); in main()
/test/testfwk/developer_test/src/core/build/
H A Dbuild_lite_testcases.sh34 usage() function
64 *) usage
72 usage
77 usage
/third_party/ffmpeg/tools/
H A Dpktdumper.c41 static int usage(int ret) in usage() function
73 return usage(1); in main()
83 return usage(1); in main()
87 return usage(1); in main()
/third_party/alsa-lib/test/
H A Dchmap.c13 static void usage(void) in usage() function
15 printf("usage: chmap [options] query\n" in usage()
183 usage(); in main()
189 usage(); in main()
213 usage(); in main()
/third_party/icu/tools/scripts/
H A Dicurun13 # In its simplest usage, simply type:
54 # * should support pkg-config, which is preferred over icu-config, although icu-config makes this usage
57 # * need to test the $PATH and $ICU_CONFIG usage models
64 usage() function
72 usage
78 usage
195 usage
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DSourceSet.java62 usage(); in main()
69 usage(); in main()
73 usage(); in main()
113 static void usage() { in usage() method in SourceSet
/third_party/mbedtls/programs/pkey/
H A Ddh_genprime.c44 "\n usage: dh_genprime param=<>...\n" \
75 usage: in main()
83 goto usage; in main()
90 goto usage; in main()
93 goto usage; in main()
/third_party/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh54 usage() function
57 usage: $0 -c command [ext3,ext2,jfs,xfs,reiserfs,ramfs]
186 usage;;
188 usage;;
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c91 unsigned usage, index; in emit_hw_vs_vdecl() local
98 svga_generate_vdecl_semantics( i, &usage, &index ); in emit_hw_vs_vdecl()
104 decls[i].identity.usage = usage; in emit_hw_vs_vdecl()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.h185 unsigned usage,
193 unsigned level, unsigned usage,
206 unsigned usage);
213 unsigned usage,
/third_party/mesa3d/include/android_stub/android/
H A Dhardware_buffer.h164 * Buffer usage flags, specifying how the buffer will be accessed.
300 * is a multiple of 6 and the usage flag
306 uint64_t usage; ///< Combination of AHardwareBuffer_UsageFlags. member
339 * usage flags specified in its description. If a buffer is used in ways
340 * not compatible with its usage flags, the results are undefined and
394 * The \a usage parameter may only specify AHARDWAREBUFFER_USAGE_CPU_*.
397 * usage flags specified at buffer creation: if a read flag is passed,
424 * \return 0 on success. -EINVAL if \a buffer is NULL, the usage flags
429 int AHardwareBuffer_lock(AHardwareBuffer* buffer, uint64_t usage,
454 * \return 0 on success. -EINVAL if \a buffer is NULL, the usage flag
[all...]
/third_party/ltp/testcases/lib/
H A Dtst_supported_fs.c21 usage(); \
37 static void usage(void) in usage() function
98 usage(); in main()
102 usage(); in main()

Completed in 15 milliseconds

1...<<11121314151617181920>>...134