Home
last modified time | relevance | path

Searched refs:usage (Results 1451 - 1475 of 2138) sorted by relevance

1...<<51525354555657585960>>...86

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp143 bufferCreateInfo.usage = VK_BUFFER_USAGE_TRANSFER_SRC_BIT | in iterate()
144 VK_BUFFER_USAGE_TRANSFER_DST_BIT; // VkBufferUsageFlags usage; in iterate()
/third_party/backends/tools/
H A Dsane-find-scanner.c110 usage (char *msg) in usage() function
1581 usage (0); in main()
1613 usage (0); in main()
/third_party/icu/icu4c/source/common/
H A Dlocdspnm.cpp296 // Constants for capitalization context usage types.
306 // Capitalization transforms. For each usage type, indicates whether to titlecase for
343 UnicodeString& adjustForUsageAndContext(CapContextUsage usage, UnicodeString& result) const;
553 LocaleDisplayNamesImpl::adjustForUsageAndContext(CapContextUsage usage, in adjustForUsageAndContext() argument
558 ( capitalizationContext==UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || fCapitalization[usage] ) ) { in adjustForUsageAndContext()
559 // note fCapitalization[usage] won't be set unless capitalizationContext is UI_LIST_OR_MENU or STANDALONE in adjustForUsageAndContext()
/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp306 void usage(const char *name) { in usage() function
343 usage(progName); in processArgs()
348 usage(progName); in processArgs()
/third_party/lame/misc/
H A Dabx.c1180 void usage ( void ) in usage() function
1183 "usage: abx [-v] File_A File_B\n" in usage()
1238 usage (); in main()
1241 usage(); in main()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c107 unsigned usage) in si_is_buffer_idle()
109 return !si_cs_is_buffer_referenced(sctx, buf->buf, usage) && in si_is_buffer_idle()
110 sctx->ws->buffer_wait(sctx->ws, buf->buf, 0, usage); in si_is_buffer_idle()
106 si_is_buffer_idle(struct si_context *sctx, struct si_resource *buf, unsigned usage) si_is_buffer_idle() argument
H A Dradeon_vcn_enc.c541 unsigned usage, enum radeon_bo_domain domain, signed offset) in radeon_enc_add_buffer()
543 enc->ws->cs_add_buffer(&enc->cs, buf, usage | RADEON_USAGE_SYNCHRONIZED, domain); in radeon_enc_add_buffer()
540 radeon_enc_add_buffer(struct radeon_encoder *enc, struct pb_buffer *buf, unsigned usage, enum radeon_bo_domain domain, signed offset) radeon_enc_add_buffer() argument
/third_party/node/deps/icu-small/source/common/
H A Dlocdspnm.cpp296 // Constants for capitalization context usage types.
306 // Capitalization transforms. For each usage type, indicates whether to titlecase for
343 UnicodeString& adjustForUsageAndContext(CapContextUsage usage, UnicodeString& result) const;
553 LocaleDisplayNamesImpl::adjustForUsageAndContext(CapContextUsage usage, in adjustForUsageAndContext() argument
558 ( capitalizationContext==UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || fCapitalization[usage] ) ) { in adjustForUsageAndContext()
559 // note fCapitalization[usage] won't be set unless capitalizationContext is UI_LIST_OR_MENU or STANDALONE in adjustForUsageAndContext()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c1184 uint8_t usage, selector, mtype; in print_verify_detail() local
1189 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1204 usage, selector, mtype, in print_verify_detail()
/third_party/openssl/apps/lib/
H A Ds_cb.c1184 uint8_t usage, selector, mtype; in print_verify_detail() local
1189 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1204 usage, selector, mtype, in print_verify_detail()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp348 const vk::VkImageUsageFlags usage = vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT; in render() local
356 usage); in render()
371 usage); in render()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp241 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage) in checkFormatSupported() argument
247 context.getPhysicalDevice(), format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, usage, 0, &properties); in checkFormatSupported()
252 msg << "Format " << format << " not supported for usage flags 0x" << std::hex << usage; in checkFormatSupported() local
471 | VK_IMAGE_USAGE_TRANSFER_DST_BIT, // VkImageUsageFlags usage; in UnusedClearAttachmentTestInstance()
491 | VK_IMAGE_USAGE_TRANSFER_DST_BIT, // VkImageUsageFlags usage; in UnusedClearAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp105 Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef);
149 Buffer::Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef) in Buffer() argument
157 usage)) in Buffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleInterpolationTests.cpp350 const vk::VkImageUsageFlags usage = vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT | vk::VK_IMAGE_USAGE_TRANSFER_DST_BIT; in render() local
358 usage); in render()
373 usage); in render()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp186 , usage(pCreateInfo->usage) in Image()
1119 if((contentsChangedContext == USING_STORAGE) && !(usage & VK_IMAGE_USAGE_STORAGE_BIT)) in contentsChanged()
H A DVkPhysicalDevice.cpp800 // Maps VkImageUsageFlags to AHB usage flags using this table from the Vulkan spec in getProperties()
801 // https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#memory-external-android-hardware-buffer-usage in getProperties()
806 // "It must include at least one GPU usage flag (AHARDWAREBUFFER_USAGE_GPU_*), even if none of the corresponding Vulkan usages or flags are requested." in getProperties()
809 // Already covered by the default GPU usage flag above. in getProperties()
816 if((pImageFormatInfo->usage & VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT) || (pImageFormatInfo->usage & VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT)) in getProperties()
1673 VkImageUsageFlags usage, VkImageCreateFlags flags, in getImageFormatProperties()
1672 getImageFormatProperties(Format format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties *pImageFormatProperties) const getImageFormatProperties() argument
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp610 imageFormatInfo.usage = usageFlags; in checkOptimalHardwareBuffer()
1142 hwbDesc.usage = AHARDWAREBUFFER_USAGE_CPU_READ_NEVER | in run_test()
1146 hwbDesc.usage = AHARDWAREBUFFER_USAGE_CPU_READ_NEVER | in run_test()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdspnm.cpp296 // Constants for capitalization context usage types.
306 // Capitalization transforms. For each usage type, indicates whether to titlecase for
343 UnicodeString& adjustForUsageAndContext(CapContextUsage usage, UnicodeString& result) const;
553 LocaleDisplayNamesImpl::adjustForUsageAndContext(CapContextUsage usage, in adjustForUsageAndContext() argument
558 ( capitalizationContext==UDISPCTX_CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE || fCapitalization[usage] ) ) { in adjustForUsageAndContext()
559 // note fCapitalization[usage] won't be set unless capitalizationContext is UI_LIST_OR_MENU or STANDALONE in adjustForUsageAndContext()
/third_party/tzdata/
H A Dzdump.c454 usage(FILE * const stream, const int status) in usage() function
457 _("%s: usage: %s OPTIONS TIMEZONE ...\n" in usage()
506 usage(stdout, EXIT_SUCCESS); in main()
522 usage(stderr, EXIT_FAILURE); in main()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DRenderBundleValidationTests.cpp86 // Vertex buffer with storage usage for testing read+write error usage.
720 // as both read and write usage. This is invalid. in TEST_F()
732 // |vertexStorageBuffer| is used as both read and write usage. This is invalid. in TEST_F()
750 // |vertexStorageBuffer| is used as both read and write usage. This is invalid. in TEST_F()
928 textureDesc.usage = wgpu::TextureUsage::RenderAttachment; in TEST_F()
998 textureDesc.usage = wgpu::TextureUsage::RenderAttachment; in TEST_F()
1055 textureDesc.usage = wgpu::TextureUsage::RenderAttachment; in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp242 void checkFormatSupported(Context& context, VkFormat format, VkImageUsageFlags usage) in checkFormatSupported() argument
248 context.getPhysicalDevice(), format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, usage, 0, &properties); in checkFormatSupported()
253 msg << "Format " << format << " not supported for usage flags 0x" << std::hex << usage; in checkFormatSupported() local
472 | VK_IMAGE_USAGE_TRANSFER_DST_BIT, // VkImageUsageFlags usage; in UnusedClearAttachmentTestInstance()
492 | VK_IMAGE_USAGE_TRANSFER_DST_BIT, // VkImageUsageFlags usage; in UnusedClearAttachmentTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp105 Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef);
149 Buffer::Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef) in Buffer() argument
157 usage)) in Buffer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_priv.c1184 static void usage(void) in usage() function
1190 "usage:\n" in usage()
1233 usage(); in main()
1239 usage(); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_priv.c1193 static void usage(void) in usage() function
1199 "usage:\n" in usage()
1243 usage(); in main()
1249 usage(); in main()
/third_party/ltp/include/
H A Dtst_safe_macros.h69 #define SAFE_GETRUSAGE(who, usage) \
70 safe_getrusage(__FILE__, __LINE__, NULL, (who), (usage))

Completed in 47 milliseconds

1...<<51525354555657585960>>...86