Home
last modified time | relevance | path

Searched defs:usage (Results 1501 - 1525 of 1990) sorted by relevance

1...<<61626364656667686970>>...80

/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp26 static void usage(const char *prog) { in usage() function
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h1564 StringProp usage; // = StringProp(); (no usage) member
[all...]
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzdump.c319 usage(FILE * const stream, const int status) in usage() function
/third_party/libfuse/util/
H A Dfusermount.c1325 static void usage(void) in usage() function
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c869 void usage(void) in usage() function
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c869 void usage(void) in usage() function
/third_party/lz4/tests/
H A Dfullbench.c767 static int usage(const char* exename) in usage() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c305 translate_usage(unsigned usage) in translate_usage() argument
319 fd_resource_busy(struct pipe_screen *pscreen, struct pipe_resource *prsc, unsigned usage) fd_resource_busy() argument
782 resource_transfer_map_unsync(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct fd_transfer *trans) resource_transfer_map_unsync() argument
964 fd_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) fd_resource_transfer_map() argument
1059 fd_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, struct winsys_handle *handle, unsigned usage) fd_resource_get_handle() argument
1381 fd_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle, unsigned usage) fd_resource_from_handle() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c325 trace_context_is_resource_busy(struct pipe_screen *_screen, struct pipe_resource *resource, unsigned usage) trace_context_is_resource_busy() argument
752 trace_screen_resource_from_handle(struct pipe_screen *_screen, const struct pipe_resource *templ, struct winsys_handle *handle, unsigned usage) trace_screen_resource_from_handle() argument
790 trace_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *resource, struct winsys_handle *handle, unsigned usage) trace_screen_resource_get_handle() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c110 agx_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templat, struct winsys_handle *whandle, unsigned usage) agx_resource_from_handle() argument
119 agx_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_resource *pt, struct winsys_handle *handle, unsigned usage) agx_resource_get_handle() argument
274 agx_transfer_map(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **out_transfer) agx_transfer_map() argument
1008 agx_is_format_supported(struct pipe_screen* pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) agx_is_format_supported() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c653 amdgpu_cs_add_buffer(struct radeon_cmdbuf *rcs, struct pb_buffer *buf, unsigned usage, enum radeon_bo_domain domains) amdgpu_cs_add_buffer() argument
1839 amdgpu_bo_is_referenced(struct radeon_cmdbuf *rcs, struct pb_buffer *_buf, unsigned usage) amdgpu_bo_is_referenced() argument
[all...]
H A Damdgpu_bo.c50 amdgpu_bo_wait(struct radeon_winsys *rws, struct pb_buffer *_buf, uint64_t timeout, unsigned usage) amdgpu_bo_wait() argument
273 amdgpu_bo_map(struct radeon_winsys *rws, struct pb_buffer *buf, struct radeon_cmdbuf *rcs, enum pipe_map_flags usage) amdgpu_bo_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c58 panfrost_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templat, struct winsys_handle *whandle, unsigned usage) panfrost_resource_from_handle() argument
138 panfrost_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_resource *pt, struct winsys_handle *handle, unsigned usage) panfrost_resource_get_handle() argument
186 panfrost_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) panfrost_resource_get_param() argument
950 panfrost_ptr_map(struct pipe_context *pctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **out_transfer) panfrost_ptr_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c1234 r600_compute_global_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_compute_global_transfer_map() argument
H A Dr600_query.c1340 unsigned usage = PIPE_MAP_READ | in r600_query_hw_get_result() local
/third_party/node/deps/uv/src/unix/
H A Dcore.c966 struct rusage usage; in uv_getrusage() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp285 VkImageFormatProperties getPhysicalDeviceImageFormatProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags) in getPhysicalDeviceImageFormatProperties() argument
296 std::vector<VkSparseImageFormatProperties> getPhysicalDeviceSparseImageFormatProperties(const InstanceInterface& vk, VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling) in getPhysicalDeviceSparseImageFormatProperties() argument
H A DvkWsiUtil.cpp932 createBuffer(const DeviceInterface& vkd, VkDevice device, VkDeviceSize size, VkBufferUsageFlags usage) createBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp384 VkBufferUsageFlags usage = 0; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp585 createBufferAndBind(ut::BufferHandleAllocSp& output, const vkt::Context& ctx, VkBufferUsageFlags usage, VkDeviceSize desiredSize) createBufferAndBind() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
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
H A DvktDrawShaderLayerTests.cpp86 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, const deUint32 numLayers, VkImageUsageFlags usage) in makeImageCreateInfo() argument
H A DvktDrawShaderViewportIndexTests.cpp90 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsOcclusionQueryTests.cpp63 inline VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument

Completed in 42 milliseconds

1...<<61626364656667686970>>...80