Home
last modified time | relevance | path

Searched defs:usage (Results 976 - 1000 of 2057) sorted by relevance

1...<<31323334353637383940>>...83

/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-test.c22 static void usage(char *name) in usage() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c246 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in gfx10_sh_query_get_result() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_formats.c238 pvr_GetPhysicalDeviceSparseImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, uint32_t samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pNumProperties, VkSparseImageFormatProperties *pProperties) pvr_GetPhysicalDeviceSparseImageFormatProperties() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.c64 rvid_create_buffer(struct pipe_screen *screen, struct rvid_buffer *buffer, unsigned size, unsigned usage) rvid_create_buffer() argument
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c94 nine_d3ddeclusage_check(unsigned usage, unsigned usage_idx) in nine_d3ddeclusage_check() argument
122 nine_d3d9_to_nine_declusage(unsigned usage, unsigned usage_idx) in nine_d3d9_to_nine_declusage() argument
202 uint16_t usage = nine_d3d9_to_nine_declusage(This->decls[i].Usage, in NineVertexDeclaration9_ctor() local
[all...]
H A Dvolume9.c259 unsigned usage; in NineVolume9_LockBox() local
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dsurface.c311 unsigned usage = PIPE_MAP_WRITE; in vlVdpVideoSurfacePutBitsYCbCr() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c220 softpipe_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *templat, struct winsys_handle *whandle, unsigned usage) softpipe_resource_from_handle() argument
254 softpipe_resource_get_handle(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_resource *pt, struct winsys_handle *whandle, unsigned usage) softpipe_resource_get_handle() argument
355 softpipe_transfer_map(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **transfer) softpipe_transfer_map() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c574 unsigned usage = 0; in svga_screen_surface_create() local
491 svga_screen_surface_create(struct svga_screen *svgascreen, unsigned bind_flags, enum pipe_resource_usage usage, boolean *validated, struct svga_host_surface_cache_key *key) svga_screen_surface_create() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.c326 vc4_screen_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) vc4_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.h35 VkImageUsageFlags usage; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c400 lvp_GetPhysicalDeviceSparseImageFormatProperties( VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, uint32_t samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t* pNumProperties, VkSparseImageFormatProperties* pProperties) lvp_GetPhysicalDeviceSparseImageFormatProperties() argument
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c305 dump_semantic(uint usage, in dump_semantic() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c82 static void usage(void) in usage() function
H A Dntfsdump_logfile.c170 static void usage(const char *exec_name) in usage() function
H A Dntfsmove.c79 static void usage(void) in usage() function
H A Dntfslabel.c97 static void usage(void) in usage() function
H A Dntfstruncate.c140 static void usage(int ret) in usage() function
/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c418 size_t usage = ctx.usage_by_class[sc|1]; malloc() local
[all...]
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmalloc.c411 size_t usage = ctx.usage_by_class[sc|1]; malloc() local
[all...]
/third_party/node/deps/base64/base64/bin/
H A Dbase64.c427 usage (FILE *fp, const struct config *config) in usage() function
429 const char *usage = in usage() local
/third_party/node/deps/icu-small/source/tools/escapesrc/
H A Descapesrc.cpp60 void usage() { in usage() function
/third_party/mesa3d/src/mesa/main/
H A Dglthread_bufferobj.c236 GLenum usage; member
251 const GLenum usage = cmd->usage; in _mesa_unmarshal_BufferData() local
293 _mesa_marshal_BufferData_merged(GLuint target_or_name, GLsizeiptr size, const GLvoid *data, GLenum usage, bool named, bool ext_dsa, const char *func) _mesa_marshal_BufferData_merged() argument
335 _mesa_marshal_BufferData(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage) _mesa_marshal_BufferData() argument
343 _mesa_marshal_NamedBufferData(GLuint buffer, GLsizeiptr size, const GLvoid * data, GLenum usage) _mesa_marshal_NamedBufferData() argument
351 _mesa_marshal_NamedBufferDataEXT(GLuint buffer, GLsizeiptr size, const GLvoid *data, GLenum usage) _mesa_marshal_NamedBufferDataEXT() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c279 panvk_GetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags createFlags, VkImageFormatProperties *pImageFormatProperties) panvk_GetPhysicalDeviceImageFormatProperties() argument
461 panvk_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, uint32_t samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pNumProperties, VkSparseImageFormatProperties *pProperties) panvk_GetPhysicalDeviceSparseImageFormatProperties() argument
[all...]
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc.h426 map_usage_to_memtrack(uint32_t usage) map_usage_to_memtrack() argument
[all...]

Completed in 18 milliseconds

1...<<31323334353637383940>>...83