Home
last modified time | relevance | path

Searched defs:usage (Results 1226 - 1250 of 2060) sorted by relevance

1...<<41424344454647484950>>...83

/third_party/ltp/testcases/realtime/func/rt-migrate/
H A Drt-migrate.c181 static void usage() in usage() function
/third_party/ltp/tools/genload/
H A Dstress.c331 int usage(int status) in usage() function
H A Dgenload.c331 int usage(int status) in usage() function
/third_party/node/deps/v8/src/objects/
H A Djs-collator.cc153 const char* usage = "sort"; in ResolvedOptions() local
300 Usage usage = maybe_usage.FromJust(); in New() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h236 fd_resource_set_usage(struct pipe_resource *prsc, enum fd_dirty_3d_state usage) in fd_resource_set_usage() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c769 i915_resource_get_handle(struct pipe_screen *screen, struct pipe_context *context, struct pipe_resource *texture, struct winsys_handle *whandle, unsigned usage) i915_resource_get_handle() argument
785 i915_texture_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) i915_texture_transfer_map() argument
894 i915_texture_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) i915_texture_subdata() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.h145 enum isl_aux_usage usage; member
310 iris_mocs(const struct iris_bo *bo, const struct isl_device *dev, isl_surf_usage_flags_t usage) iris_mocs() argument
/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py289 usage="%(prog)s [options] <tracefile #1> <tracefile #2>\n") variable
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c269 rbug_screen_resource_from_handle(struct pipe_screen *_screen, const struct pipe_resource *templ, struct winsys_handle *handle, unsigned usage) rbug_screen_resource_from_handle() argument
299 rbug_screen_resource_get_handle(struct pipe_screen *_screen, struct pipe_context *_pipe, struct pipe_resource *_resource, struct winsys_handle *handle, unsigned usage) rbug_screen_resource_get_handle() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.h155 enum isl_aux_usage usage; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.h55 uint64_t usage; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c464 etna_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle, unsigned usage) etna_resource_from_handle() argument
559 etna_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, struct winsys_handle *handle, unsigned usage) etna_resource_get_handle() argument
607 etna_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) etna_resource_get_param() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c360 nvc0_mt_sync(struct nvc0_context *nvc0, struct nv50_miptree *mt, unsigned usage) in nvc0_mt_sync() argument
373 nvc0_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nvc0_miptree_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture.c1022 r300_resource_get_handle(struct pipe_screen* screen, struct pipe_context *ctx, struct pipe_resource *texture, struct winsys_handle *whandle, unsigned usage) r300_resource_get_handle() argument
1150 r300_texture_from_handle(struct pipe_screen *screen, const struct pipe_resource *base, struct winsys_handle *whandle, unsigned usage) r300_texture_from_handle() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp157 VkImageUsageFlags usage = 0u; in initImages() local
190 usage, // VkImageUsageFlags usage; in initImages() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultisampleLinearInterpolationTests.cpp118 const VkImageUsageFlags usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp72 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp64 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent3D size, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
H A DvktGeometryTestsUtil.cpp374 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage, const deUint32 numArrayLayers) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp548 Move<VkImage> makeImage (const DeviceInterface& vk, const VkDevice device, const VkFormat format, const IVec2& size, const deUint32 numLayers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) in makeImage() argument
608 checkImageFormatRequirements(const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSampleCountFlagBits sampleCount, const VkFormat format, const VkImageUsageFlags usage) checkImageFormatRequirements() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationImageLayoutTransitionTests.cpp62 const VkImageUsageFlags usage = VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT in makeImageCreateInfo() local
H A DvktSynchronizationOperationSingleQueueTests.cpp388 deUint32 usage = m_opSupports[opNdx]->getOutResourceUsageFlags() | m_opSupports[opNdx + 1]->getInResourceUsageFlags(); in TimelineSemaphoreTestInstance() local
658 const deUint32 usage = m_writeOp->getOutResourceUsageFlags() | m_readOp->getInResourceUsageFlags(); in checkSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp72 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const IVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp64 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const VkExtent3D size, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
H A DvktGeometryTestsUtil.cpp374 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage, const deUint32 numArrayLayers) in makeImageCreateInfo() argument

Completed in 27 milliseconds

1...<<41424344454647484950>>...83