| /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
|
| H A D | etnaviv_clear_blit.c | 73 etna_clear_blit_pack_rgba(enum pipe_format format, const union pipe_color_union *color) in etna_clear_blit_pack_rgba() argument [all...] |
| H A D | etnaviv_texture_state.c | 168 const uint32_t format = translate_texture_format(so->format); in etna_create_sampler_view_state() local [all...] |
| H A D | etnaviv_texture_desc.c | 132 const uint32_t format = translate_texture_format(so->format); in etna_create_sampler_view_desc() local [all...] |
| H A D | etnaviv_screen.c | 495 gpu_supports_render_format(struct etna_screen *screen, enum pipe_format format, in gpu_supports_render_format() argument 456 gpu_supports_texture_format(struct etna_screen *screen, uint32_t fmt, enum pipe_format format) gpu_supports_texture_format() argument 531 gpu_supports_vertex_format(struct etna_screen *screen, enum pipe_format format) gpu_supports_vertex_format() argument 543 etna_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) etna_screen_is_format_supported() argument 627 etna_screen_query_dmabuf_modifiers(struct pipe_screen *pscreen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) etna_screen_query_dmabuf_modifiers() argument 657 etna_screen_is_dmabuf_modifier_supported(struct pipe_screen *pscreen, uint64_t modifier, enum pipe_format format, bool *external_only) etna_screen_is_dmabuf_modifier_supported() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_texture.h | 45 uint32_t format : 6; member
|
| /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
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_gmem.c | 68 enum a3xx_color_fmt format = 0; in emit_mrt() local 339 enum pipe_format format = psurf->format; in emit_gmem2mem_surf() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_gmem.c | 46 fmt2swap(enum pipe_format format) in fmt2swap() argument 95 enum pipe_format format = fd_gmem_restore_format(psurf->format); in emit_gmem2mem_surf() local 239 enum pipe_format format = fd_gmem_restore_format(psurf->format); in emit_mem2gmem_surf() local 492 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); global() variable 675 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); fd2_emit_tile_prep() local 700 enum pipe_format format = pipe_surface_format(pfb->cbufs[0]); global() variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_gmem.c | 74 enum a4xx_color_fmt format = 0; in emit_mrt() local [all...] |
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_time.cpp | 354 const char *format = formatsrc[state.range(0)]; in Bm_function_Strptime() local
|