Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.h68 SVGA3dSurfaceFormat *svga_format,
73 SVGA3dSurfaceFormat *svga_format,
76 enum SVGA3dSurfaceFormat
83 SVGA3dSurfaceFormat format,
87 svga_format_size(SVGA3dSurfaceFormat format,
93 svga_format_name(SVGA3dSurfaceFormat format);
96 svga_format_is_integer(SVGA3dSurfaceFormat format);
110 SVGA3dSurfaceFormat
111 svga_typeless_format(SVGA3dSurfaceFormat format);
114 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;
236 SVGA3dSurfaceFormat *svga_format, in svga_translate_vertex_format_vgpu10()
254 SVGA3dSurfaceFormat *svga_format, in svga_translate_texture_buffer_view_format()
268 static SVGA3dSurfaceFormat
290 SVGA3dSurfaceFormat
398 SVGA3dSurfaceFormat format;
1439 static const SVGA3dSurfaceFormat compat_x8r8g8b8[] = {
[all …]
Dsvga_screen.h86 enum SVGA3dSurfaceFormat z16;
89 enum SVGA3dSurfaceFormat x8z24;
90 enum SVGA3dSurfaceFormat s8z24;
Dsvga_cmd.h103 SVGA3dSurfaceFormat format,
112 SVGA3dSurfaceFormat format);
485 SVGA3dSurfaceFormat format,
497 SVGA3dSurfaceFormat format,
509 SVGA3dSurfaceFormat format,
662 SVGA3dSurfaceFormat format, uint32 offset);
667 SVGA3dSurfaceFormat format, uint32 offset,
672 SVGA3dSurfaceFormat format, uint32 offset,
728 const SVGA3dSurfaceFormat copyFormat);
744 SVGA3dSurfaceFormat format,
Dsvga_surface.h40 enum SVGA3dSurfaceFormat;
99 SVGA3dSurfaceFormat format,
Dsvga_winsys.h567 SVGA3dSurfaceFormat format,
581 SVGA3dSurfaceFormat *format);
616 SVGA3dSurfaceFormat format,
841 enum SVGA3dSurfaceFormat format,
Dsvga_shader_buffer.h51 SVGA3dSurfaceFormat format,
Dsvga_image_view.h44 SVGA3dSurfaceFormat svga_format,
Dsvga_pipe_vertex.c134 SVGA3dSurfaceFormat svga_format; in define_input_element_object()
211 SVGA3dSurfaceFormat svga_format; in translate_vertex_decls()
Dsvga_cmd_vgpu10.c728 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineShaderResourceView()
769 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineRenderTargetView()
809 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_DefineDepthStencilView()
1257 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_SetIndexBuffer()
1278 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_SetIndexBuffer_v2()
1299 SVGA3dSurfaceFormat format, in SVGA3D_vgpu10_SetIndexBufferOffsetAndSize()
1524 const SVGA3dSurfaceFormat copyFormat) in SVGA3D_vgpu10_ResolveCopy()
1596 SVGA3dSurfaceFormat format, in SVGA3D_sm5_DefineUAView()
Dsvga_sampler_view.h41 enum SVGA3dSurfaceFormat;
Dsvga_screen_cache.h64 SVGA3dSurfaceFormat format;
Dsvga_resource.c84 SVGA3dSurfaceFormat format; in svga_can_create_resource()
Dsvga_resource_texture.h42 enum SVGA3dSurfaceFormat;
Dsvga_pipe_blit.c212 SVGA3dSurfaceFormat src_svga_fmt, in formats_compatible()
213 SVGA3dSurfaceFormat dst_svga_fmt) in formats_compatible()
536 SVGA3dSurfaceFormat surf_svga_fmt, in is_view_format_compatible()
Dsvga_surface.c186 SVGA3dSurfaceFormat format, in svga_texture_view_surface()
297 SVGA3dSurfaceFormat format; in svga_create_surface_view()
624 SVGA3dSurfaceFormat view_format = s->key.format; in svga_validate_surface_view()
Dsvga_sampler_view.c66 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, in svga_get_tex_sampler_view()
Dsvga_shader_buffer.c50 SVGA3dSurfaceFormat format, in svga_create_uav_buffer()
Dsvga_image_view.c52 SVGA3dSurfaceFormat svga_format; in svga_create_uav_image()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h464 SVGA3dSurfaceFormat format;
474 SVGA3dSurfaceFormat format;
484 SVGA3dSurfaceFormat format;
876 SVGA3dSurfaceFormat copyFormat;
889 SVGA3dSurfaceFormat copyFormat;
1133 SVGA3dSurfaceFormat format;
1147 SVGA3dSurfaceFormat format;
1193 SVGA3dSurfaceFormat format;
1207 SVGA3dSurfaceFormat format;
1235 SVGA3dSurfaceFormat format;
[all …]
Dsvga3d_surfacedefs.h353 SVGA3dSurfaceFormat format;
1158 svga3dsurface_get_desc(SVGA3dSurfaceFormat format) in svga3dsurface_get_desc()
1278 svga3dsurface_get_image_offset(SVGA3dSurfaceFormat format, in svga3dsurface_get_image_offset()
1313 svga3dsurface_get_serialized_size(SVGA3dSurfaceFormat format, in svga3dsurface_get_serialized_size()
1342 svga3dsurface_get_serialized_size_extended(SVGA3dSurfaceFormat format, in svga3dsurface_get_serialized_size_extended()
1366 svga3dsurface_get_pixel_offset(SVGA3dSurfaceFormat format, in svga3dsurface_get_pixel_offset()
Dsvga3d_cmd.h388 SVGA3dSurfaceFormat format;
416 SVGA3dSurfaceFormat format;
1403 SVGA3dSurfaceFormat format;
1713 SVGA3dSurfaceFormat format;
1733 SVGA3dSurfaceFormat format;
1752 SVGA3dSurfaceFormat format;
/third_party/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.h153 SVGA3dSurfaceFormat format,
162 SVGA3dSurfaceFormat format,
177 SVGA3dSurfaceFormat *format,
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