| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_gmem.c | 53 enum a5xx_color_fmt format = 0; in emit_mrt() local 525 enum a5xx_color_fmt format = in emit_mem2gmem_surf() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_texture.c | 214 enum pipe_format format = cso->format; in fd6_sampler_view_update() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.c | 90 uint16_t format; member
|
| H A D | freedreno_screen.c | 856 fd_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) fd_screen_query_dmabuf_modifiers() argument 886 fd_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) fd_screen_is_dmabuf_modifier_supported() argument
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_screen.c | 542 i915_is_format_supported(struct pipe_screen *screen, enum pipe_format format, in i915_is_format_supported() argument
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_clear.c | 145 convert_clear_color(enum pipe_format format, in convert_clear_color() argument 39 iris_is_color_fast_clear_compatible(struct iris_context *ice, enum isl_format format, const union isl_color_value color) iris_is_color_fast_clear_compatible() argument 306 clear_color(struct iris_context *ice, struct pipe_resource *p_res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, enum isl_format format, struct isl_swizzle swizzle, union isl_color_value color) clear_color() argument 700 enum isl_format format = res->surf.format; iris_clear_texture() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_format.c | 72 int format; member
|
| H A D | lima_screen.c | 534 static bool lima_is_modifier_external_only(enum pipe_format format) in lima_is_modifier_external_only() argument 316 lima_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) lima_screen_is_format_supported() argument 540 lima_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) lima_screen_query_dmabuf_modifiers() argument 562 lima_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) lima_screen_is_dmabuf_modifier_supported() argument [all...] |
| H A D | lima_texture.h | 45 uint32_t format : 6; member
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_vs.h | 44 enum pipe_format format; member 52 enum attrib_emit format; /* output format */ member
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_sanity.c | 151 report_error( struct sanity_check_ctx *ctx, const char *format, ... ) report_error() argument 170 report_warning( struct sanity_check_ctx *ctx, const char *format, ... ) report_warning() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_transfer_helper.c | 103 enum pipe_format format in u_transfer_helper_resource_create() local 43 need_interleave_path(struct u_transfer_helper *helper, enum pipe_format format) need_interleave_path() argument 252 enum pipe_format format = prsc->format; u_transfer_helper_transfer_map() local 371 enum pipe_format iformat, format = ptrans->resource->format; flush_region() local 597 enum pipe_format format = prsc->format; u_transfer_helper_deinterleave_transfer_map() local 696 enum pipe_format format = ptrans->resource->format; u_transfer_helper_deinterleave_transfer_unmap() local [all...] |
| H A D | u_debug_image.c | 49 debug_dump_image(const char *prefix, enum pipe_format format, UNUSED unsigned cpp, unsigned width, unsigned height, unsigned stride, const void *data) debug_dump_image() argument
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | magic.c | 86 asahi_classify_attachment(enum pipe_format format) in asahi_classify_attachment() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_format.c | 203 d3d12_get_format(enum pipe_format format) in d3d12_get_format() argument 209 d3d12_get_typeless_format(enum pipe_format format) in d3d12_get_typeless_format() argument 215 d3d12_get_pipe_format(DXGI_FORMAT format) in d3d12_get_pipe_format() argument 226 d3d12_get_default_pipe_format(DXGI_FORMAT format) in d3d12_get_default_pipe_format() argument 413 d3d12_non_opaque_plane_count(DXGI_FORMAT format) in d3d12_non_opaque_plane_count() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_translate.h | 399 translate_clear_depth_stencil(enum pipe_format format, float depth, in translate_clear_depth_stencil() argument
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_get.c | 734 enum pipe_video_format format = u_reduce_video_profile(profile); in si_get_video_param() local 782 static bool si_vid_is_format_supported(struct pipe_screen *screen, enum pipe_format format, in si_vid_is_format_supported() argument [all...] |
| /third_party/mesa3d/src/gallium/tools/trace/ |
| H A D | parse.py | 35 import format namespace
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blend.h | 57 enum pipe_format format; member 74 enum pipe_format format; member
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_image.c | 177 vk_image_set_format(struct vk_image *image, VkFormat format) in vk_image_set_format() argument 299 VkFormat format = vk_format_get_aspect_format(image->format, aspect); vk_image_buffer_copy_layout() local [all...] |
| H A D | vk_image.h | 39 VkFormat format; member 206 VkFormat format; member [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | u_debug.c | 46 _debug_vprintf(const char *format, va_list ap) in _debug_vprintf() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_texture.c | 282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument 363 rbug_send_texture_read_reply(struct rbug_connection *__con, uint32_t serial, uint32_t format, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) rbug_send_texture_read_reply() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.c | 54 vl_get_video_buffer_formats(struct pipe_screen *screen, enum pipe_format format, in vl_get_video_buffer_formats() argument 72 vl_video_buffer_plane_order(enum pipe_format format) in vl_video_buffer_plane_order() argument 95 vl_video_buffer_surface_format(enum pipe_format format) in vl_video_buffer_surface_format() argument 107 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_video_buffer_is_format_supported() argument 118 enum pipe_format format = resource_formats[i]; vl_video_buffer_is_format_supported() local [all...] |
| H A D | vl_stubs.c | 43 vl_get_video_buffer_formats(struct pipe_screen *screen, enum pipe_format format, in vl_get_video_buffer_formats() argument 50 vl_video_buffer_is_format_supported(struct pipe_screen *screen, enum pipe_format format, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint) vl_video_buffer_is_format_supported() argument
|