/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl.cc | 1960 // Returns the argument with the given usage 1961 auto arg = [&](Usage usage) { 1962 int idx = signature.IndexOf(usage); 2280 for (auto usage : {Usage::kDepthRef, Usage::kBias, Usage::kLevel, Usage::kDdx, 2282 if (usage == Usage::kLevel && pack_level_in_coords) { 2285 if (auto* e = arg(usage)) {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 162 const VkImageUsageFlags usage = VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT; in makeImageCreateInfo() local 175 usage, // VkImageUsageFlags usage; in makeImageCreateInfo() 1764 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage, const VkExtent3D& extent) in checkFormatSupported() argument 1769 result = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties(context.getPhysicalDevice(), format, VK_IMAGE_TYPE_3D, VK_IMAGE_TILING_OPTIMAL, usage, 0, &properties); in checkFormatSupported() 1775 msg << "Format " << format << " not supported for usage flags 0x" << std::hex << usage; in checkFormatSupported() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 1631 // get freed right after usage. if (pNvidiaVulkanParserPictureData->ref_pic_flag) 2433 VK_BUFFER_USAGE_VIDEO_DECODE_SRC_BIT_KHR, // VkBufferUsageFlags usage; 3614 VkResult status = StageImage(vkd, device, pImageCreateInfo->usage, memoryRequirement, queueFamilyIndex); 3640 VkImageUsageFlags usage, 3644 if (usage == 0 && memoryRequirement == MemoryRequirement::Any) 3652 const VkImageLayout layout = (usage & VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR) ? VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR 3653 : (usage & VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR) ? VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_state.c | 247 unsigned usage) in evergreen_is_format_supported() 274 if (usage & PIPE_BIND_SAMPLER_VIEW) { in evergreen_is_format_supported() 284 if ((usage & (PIPE_BIND_RENDER_TARGET | in evergreen_is_format_supported() 290 retval |= usage & in evergreen_is_format_supported() 297 retval |= usage & PIPE_BIND_BLENDABLE; in evergreen_is_format_supported() 300 if ((usage & PIPE_BIND_DEPTH_STENCIL) && in evergreen_is_format_supported() 305 if ((usage & PIPE_BIND_VERTEX_BUFFER) && in evergreen_is_format_supported() 310 if (usage & PIPE_BIND_INDEX_BUFFER && in evergreen_is_format_supported() 315 if ((usage & PIPE_BIND_LINEAR) && in evergreen_is_format_supported() 317 !(usage in evergreen_is_format_supported() 242 evergreen_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) evergreen_is_format_supported() argument [all...] |
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep.c | 676 * The usage character defaults to '.' (i.e., irqs disabled and not in in get_usage_char() 677 * irq context), which is the safest usage category. in get_usage_char() 682 * The order of the following usage checks matters, which will in get_usage_char() 699 void get_usage_chars(struct lock_class *class, char usage[LOCK_USAGE_CHARS]) in get_usage_chars() argument 704 usage[i++] = get_usage_char(class, LOCK_USED_IN_##__STATE); \ in get_usage_chars() 705 usage[i++] = get_usage_char(class, LOCK_USED_IN_##__STATE##_READ); in get_usage_chars() 709 usage[i] = '\0'; in get_usage_chars() 734 char usage[LOCK_USAGE_CHARS]; in print_lock_name() local 736 get_usage_chars(class, usage); in print_lock_name() 740 printk(KERN_CONT "){%s}-{%d:%d}", usage, in print_lock_name() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | decbin.S | 130 | Register usage: 176 | Register usage: 266 | Register usage: 390 | Register usage:
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | decbin.S | 130 | Register usage: 176 | Register usage: 266 | Register usage: 390 | Register usage:
|
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 44 static char *usage = variable
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-magicmouse.c | 549 struct hid_usage *usage, unsigned long **bit, int *max) in magicmouse_input_mapping() 547 magicmouse_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) magicmouse_input_mapping() argument
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth.c | 42 .usage = ATOMIC_INIT(1),
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | process_keys.c | 27 .usage = REFCOUNT_INIT(3), 415 * Returns a pointer to the key with the key usage count incremented if 601 * Returns a pointer to the key with an incremented usage count if successful;
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | net.c | 661 usage(); in do_show()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs.h | 355 * usage filter 360 __u64 usage; member
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth.c | 42 .usage = ATOMIC_INIT(1),
|
/kernel/linux/linux-6.6/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 45 static char *usage = variable
|
/kernel/linux/linux-6.6/security/landlock/ |
H A D | fs.c | 97 if (likely(refcount_inc_not_zero(&object->usage))) { in get_inode_object()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | process_keys.c | 27 .usage = REFCOUNT_INIT(3), 415 * Returns a pointer to the key with the key usage count incremented if 601 * Returns a pointer to the key with an incremented usage count if successful;
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-x509.c | 146 buf->usage = X509_get_key_usage(x509); in lws_tls_openssl_cert_info()
|
/third_party/mesa3d/src/gallium/frontends/osmesa/ |
H A D | osmesa.c | 437 templat.usage = PIPE_USAGE_DEFAULT; in osmesa_st_framebuffer_validate()
|
/third_party/mesa3d/src/mapi/ |
H A D | mapi_abi.py | 646 parser = OptionParser(usage='usage: %prog [options] <xml_file>')
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_copyimage.c | 388 templ.usage = PIPE_USAGE_DEFAULT; in create_texture()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | view.js | 30 static usage = ['[<package-spec>] [<field>[.subfield]...]']
|
/third_party/icu/icu4c/source/test/perf/dicttrieperf/ |
H A D | dicttrieperf.cpp | 179 // memory density, to measure equivalent CPU cache usage. 714 test.usage(); in main()
|
/third_party/node/deps/v8/src/flags/ |
H A D | flags.cc | 712 PrintF(stdout, "%s", help_options.usage()); in SetFlagsFromCommandLine()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.h | 765 /** Aux usage of the fb's depth buffer (which may or may not exist). */ 950 isl_surf_usage_flags_t usage);
|