Home
last modified time | relevance | path

Searched defs:pipe_format (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/nouveau/nil/
H A Dformat.rs31 impl From<Format> for pipe_format { implementation
32 fn from(format: Format) -> pipe_format { in from()
132 p_format: pipe_format, in nil_format_supports_texturing()
140 p_format: pipe_format, in nil_format_supports_filtering()
148 p_format: pipe_format, in nil_format_supports_buffer()
156 p_format: pipe_format, in nil_format_supports_storage()
164 p_format: pipe_format, in nil_format_supports_color_targets()
172 p_format: pipe_format, in nil_format_supports_blending()
180 p_format: pipe_format, in nil_format_supports_depth_stencil()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs186 format: pipe_format, in resource_create_texture()
216 format: pipe_format, in resource_create_texture_from_user()
242 format: pipe_format, in resource_import_dmabuf()
369 format: pipe_format, in is_format_supported()
H A Dresource.rs124 format: pipe_format, in pipe_image_view()
184 format: pipe_format, in pipe_sampler_view_template()
H A Dcontext.rs434 format: pipe_format, in create_sampler_view()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dformat.rs360 fn to_pipe_format(&self) -> Option<pipe_format>; in to_pipe_format()
425 fn to_pipe_format(&self) -> Option<pipe_format> { in to_pipe_format()
H A Dcontext.rs103 let pipe_format = format.to_pipe_format().unwrap(); in create_texture() localVariable
212 format: pipe_format, in import_gl_buffer()
H A Dmemory.rs222 pub pipe_format: pipe_format, field
533 let pipe_format = image_format.to_pipe_format().unwrap(); in new_image() localVariable
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c68 int pipe_format; member
172 dri2_wl_visual_idx_from_pipe_format(enum pipe_format pipe_format) in dri2_wl_visual_idx_from_pipe_format()
999 enum pipe_format pipe_format, uint32_t use_flags, in create_dri_image()
1076 enum pipe_format pipe_format, in create_dri_image_from_dmabuf_feedback()
1113 enum pipe_format pipe_format, uint32_t use_flags, in create_dri_image_from_formats()
1130 unsigned int pipe_format; in get_back_bo() local
H A Dplatform_android.c791 enum pipe_format pipe_format; in droid_add_configs_for_visuals() member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.h34 enum pipe_format pipe_format; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c3692 enum pipe_format pipe_format, in cdna_emu_make_image_descriptor()
3778 enum pipe_format pipe_format, const unsigned char state_swizzle[4], unsigned first_level, in gfx10_make_texture_descriptor()
3895 enum pipe_format pipe_format, in si_make_texture_descriptor()
4034 enum pipe_format pipe_format; in si_create_sampler_view() local
H A Dsi_texture.c1841 enum pipe_format pipe_format = texture->format; in si_init_flushed_depth_texture() local
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_formats.h227 enum pipe_format pipe_format; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h292 #define format_check_internal(pipe_format) \ argument
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c919 enum pipe_format pipe_format = vk_format_to_pipe_format(pCreateInfo->format); in v3dv_CreateBufferView() local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c841 int level, enum pipe_format pipe_format, in st_context_teximage()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_image.c48 enum pipe_format pipe_format = lvp_vk_format_to_pipe_format(pCreateInfo->format); in lvp_image_create() local
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_image.c672 const enum pipe_format pipe_format = in nvk_GetPhysicalDeviceSparseImageFormatProperties2() local
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_format.h40 #define pipe_format virgl_formats macro
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c1140 enum pipe_format pipe_format = texture->format; in r600_init_flushed_depth_texture() local
H A Devergreen_state.c632 enum pipe_format pipe_format; member
716 enum pipe_format pipe_format; member
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dvarray.c687 enum pipe_format pipe_format = in vertex_format_to_pipe_format() local
702 enum pipe_format pipe_format = in vertex_format_to_pipe_format() local
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.cc2287 enum pipe_format pipe_format = vk_format_to_pipe_format(attr->format); in tu6_emit_vertex_input() local
2813 const enum pipe_format pipe_format = vk_format_to_pipe_format(format); in tu_calc_bandwidth() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_formats.h42 enum pipe_format { enum
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2359 enum pipe_format pipe_format, unsigned present, in panfrost_emit_varying()

12