/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.c | 234 "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 D | app_event_handler.h | 78 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 D | usbip_test.sh | 7 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 D | hid-vivaldi.c | 74 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 D | test_cgrp2_attach.c | 79 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 D | spidev_fdx.c | 119 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 D | amdgpu_fdinfo.c | 63 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 D | hid-vivaldi-common.c | 26 * @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 D | hid-chicony.c | 57 #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 D | hid-razer.c | 19 #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 D | spidev_fdx.c | 119 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 D | test_vxlan_nolocalbypass.sh | 165 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 D | usbip_test.sh | 7 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 D | test_cgrp2_attach.c | 84 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 D | build_lite_testcases.sh | 34 usage() function 64 *) usage 72 usage 77 usage
|
/third_party/ffmpeg/tools/ |
H A D | pktdumper.c | 41 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 D | chmap.c | 13 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 D | icurun | 13 # 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 D | SourceSet.java | 62 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 D | dh_genprime.c | 44 "\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 D | test_robind.sh | 54 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 D | svga_state_vdecl.c | 91 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 D | virgl_resource.h | 185 unsigned usage, 193 unsigned level, unsigned usage, 206 unsigned usage); 213 unsigned usage,
|
/third_party/mesa3d/include/android_stub/android/ |
H A D | hardware_buffer.h | 164 * 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 D | tst_supported_fs.c | 21 usage(); \ 37 static void usage(void) in usage() function 98 usage(); in main() 102 usage(); in main()
|