Home
last modified time | relevance | path

Searched refs:SVGA3dSurfaceFormat (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_format.h66 SVGA3dSurfaceFormat *svga_format,
71 SVGA3dSurfaceFormat *svga_format,
74 enum SVGA3dSurfaceFormat
81 SVGA3dSurfaceFormat format,
85 svga_format_size(SVGA3dSurfaceFormat format,
91 svga_format_name(SVGA3dSurfaceFormat format);
94 svga_format_is_integer(SVGA3dSurfaceFormat format);
108 SVGA3dSurfaceFormat
109 svga_typeless_format(SVGA3dSurfaceFormat format);
112 SVGA3dSurfaceFormat
[all …]
Dsvga_format.c40 SVGA3dSurfaceFormat vertex_format;
41 SVGA3dSurfaceFormat pixel_format;
42 SVGA3dSurfaceFormat view_format; /* view format for texture buffer */
49 const SVGA3dSurfaceFormat *compat_format;
233 SVGA3dSurfaceFormat *svga_format, in svga_translate_vertex_format_vgpu10()
251 SVGA3dSurfaceFormat *svga_format, in svga_translate_texture_buffer_view_format()
265 static SVGA3dSurfaceFormat
287 SVGA3dSurfaceFormat
385 SVGA3dSurfaceFormat format;
1375 static const SVGA3dSurfaceFormat compat_x8r8g8b8[] = {
[all …]
Dsvga_screen.h78 enum SVGA3dSurfaceFormat z16;
81 enum SVGA3dSurfaceFormat x8z24;
82 enum SVGA3dSurfaceFormat s8z24;
Dsvga_cmd.h103 SVGA3dSurfaceFormat format,
112 SVGA3dSurfaceFormat format);
485 SVGA3dSurfaceFormat format,
497 SVGA3dSurfaceFormat format,
509 SVGA3dSurfaceFormat format,
649 SVGA3dSurfaceFormat format, uint32 offset);
704 const SVGA3dSurfaceFormat copyFormat);
Dsvga_surface.h40 enum SVGA3dSurfaceFormat;
99 SVGA3dSurfaceFormat format,
Dsvga_winsys.h550 SVGA3dSurfaceFormat format,
564 SVGA3dSurfaceFormat *format);
599 SVGA3dSurfaceFormat format,
814 enum SVGA3dSurfaceFormat format,
Dsvga_sampler_view.h41 enum SVGA3dSurfaceFormat;
Dsvga_screen_cache.h64 SVGA3dSurfaceFormat format;
Dsvga_pipe_vertex.c130 SVGA3dSurfaceFormat svga_format; in define_input_element_object()
207 SVGA3dSurfaceFormat svga_format; in translate_vertex_decls()
Dsvga_resource.c84 SVGA3dSurfaceFormat format; in svga_can_create_resource()
Dsvga_resource_texture.h41 enum SVGA3dSurfaceFormat;
Dsvga_cmd_vgpu10.c728 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineShaderResourceView()
769 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineRenderTargetView()
809 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineDepthStencilView()
1215 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_SetIndexBuffer()
1440 const SVGA3dSurfaceFormat copyFormat) in SVGA3D_vgpu10_ResolveCopy()
Dsvga_pipe_blit.c212 SVGA3dSurfaceFormat src_svga_fmt, in formats_compatible()
213 SVGA3dSurfaceFormat dst_svga_fmt) in formats_compatible()
535 SVGA3dSurfaceFormat surf_svga_fmt, in is_view_format_compatible()
Dsvga_sampler_view.c66 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, in svga_get_tex_sampler_view()
Dsvga_surface.c186 SVGA3dSurfaceFormat format, in svga_texture_view_surface()
297 SVGA3dSurfaceFormat format; in svga_create_surface_view()
610 SVGA3dSurfaceFormat view_format = s->key.format; in svga_validate_surface_view()
Dsvga_swtnl_state.c169 static SVGA3dSurfaceFormat
Dsvga_state_sampler.c135 SVGA3dSurfaceFormat format; in svga_validate_pipe_sampler_view()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h393 SVGA3dSurfaceFormat format;
726 SVGA3dSurfaceFormat copyFormat;
742 SVGA3dSurfaceFormat copyFormat;
986 SVGA3dSurfaceFormat format;
1000 SVGA3dSurfaceFormat format;
1045 SVGA3dSurfaceFormat format;
1059 SVGA3dSurfaceFormat format;
1090 SVGA3dSurfaceFormat format;
1109 SVGA3dSurfaceFormat format;
1136 SVGA3dSurfaceFormat format;
Dsvga3d_surfacedefs.h169 SVGA3dSurfaceFormat format;
929 svga3dsurface_get_desc(SVGA3dSurfaceFormat format) in svga3dsurface_get_desc()
1049 svga3dsurface_get_image_offset(SVGA3dSurfaceFormat format, in svga3dsurface_get_image_offset()
1084 svga3dsurface_get_serialized_size(SVGA3dSurfaceFormat format, in svga3dsurface_get_serialized_size()
1113 svga3dsurface_get_serialized_size_extended(SVGA3dSurfaceFormat format, in svga3dsurface_get_serialized_size_extended()
1137 svga3dsurface_get_pixel_offset(SVGA3dSurfaceFormat format, in svga3dsurface_get_pixel_offset()
Dsvga3d_cmd.h364 SVGA3dSurfaceFormat format;
392 SVGA3dSurfaceFormat format;
1379 SVGA3dSurfaceFormat format;
1689 SVGA3dSurfaceFormat format;
1709 SVGA3dSurfaceFormat format;
1728 SVGA3dSurfaceFormat format;
Dsvga3d_types.h163 typedef enum SVGA3dSurfaceFormat { enum
344 } SVGA3dSurfaceFormat; typedef
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_dri.c56 SVGA3dSurfaceFormat *format);
61 SVGA3dSurfaceFormat *format);
144 SVGA3dSurfaceFormat *format) in vmw_drm_gb_surface_from_handle()
216 SVGA3dSurfaceFormat *format) in vmw_drm_surface_from_handle()
Dvmw_screen.h140 SVGA3dSurfaceFormat format,
149 SVGA3dSurfaceFormat format,
164 SVGA3dSurfaceFormat *format,
Dvmw_screen_svga.c179 SVGA3dSurfaceFormat format, in vmw_svga_winsys_surface_create()
331 SVGA3dSurfaceFormat format, in vmw_svga_winsys_surface_can_create()
Dvmw_screen_ioctl.c140 SVGA3dSurfaceFormat format, in vmw_ioctl_surface_create()
202 SVGA3dSurfaceFormat format, in vmw_ioctl_gb_surface_create()
410 SVGA3dSurfaceFormat *format, in vmw_ioctl_gb_surface_ref()

12