Searched refs:SVGA3dSurfaceFormat (Results 1 – 25 of 31) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_format.h | 66 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 …]
|
D | svga_format.c | 40 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 …]
|
D | svga_screen.h | 78 enum SVGA3dSurfaceFormat z16; 81 enum SVGA3dSurfaceFormat x8z24; 82 enum SVGA3dSurfaceFormat s8z24;
|
D | svga_cmd.h | 103 SVGA3dSurfaceFormat format, 112 SVGA3dSurfaceFormat format); 485 SVGA3dSurfaceFormat format, 497 SVGA3dSurfaceFormat format, 509 SVGA3dSurfaceFormat format, 649 SVGA3dSurfaceFormat format, uint32 offset); 704 const SVGA3dSurfaceFormat copyFormat);
|
D | svga_surface.h | 40 enum SVGA3dSurfaceFormat; 99 SVGA3dSurfaceFormat format,
|
D | svga_winsys.h | 550 SVGA3dSurfaceFormat format, 564 SVGA3dSurfaceFormat *format); 599 SVGA3dSurfaceFormat format, 814 enum SVGA3dSurfaceFormat format,
|
D | svga_sampler_view.h | 41 enum SVGA3dSurfaceFormat;
|
D | svga_screen_cache.h | 64 SVGA3dSurfaceFormat format;
|
D | svga_pipe_vertex.c | 130 SVGA3dSurfaceFormat svga_format; in define_input_element_object() 207 SVGA3dSurfaceFormat svga_format; in translate_vertex_decls()
|
D | svga_resource.c | 84 SVGA3dSurfaceFormat format; in svga_can_create_resource()
|
D | svga_resource_texture.h | 41 enum SVGA3dSurfaceFormat;
|
D | svga_cmd_vgpu10.c | 728 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()
|
D | svga_pipe_blit.c | 212 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()
|
D | svga_sampler_view.c | 66 SVGA3dSurfaceFormat format = svga_translate_format(ss, pt->format, in svga_get_tex_sampler_view()
|
D | svga_surface.c | 186 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()
|
D | svga_swtnl_state.c | 169 static SVGA3dSurfaceFormat
|
D | svga_state_sampler.c | 135 SVGA3dSurfaceFormat format; in svga_validate_pipe_sampler_view()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 393 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;
|
D | svga3d_surfacedefs.h | 169 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()
|
D | svga3d_cmd.h | 364 SVGA3dSurfaceFormat format; 392 SVGA3dSurfaceFormat format; 1379 SVGA3dSurfaceFormat format; 1689 SVGA3dSurfaceFormat format; 1709 SVGA3dSurfaceFormat format; 1728 SVGA3dSurfaceFormat format;
|
D | svga3d_types.h | 163 typedef enum SVGA3dSurfaceFormat { enum 344 } SVGA3dSurfaceFormat; typedef
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_dri.c | 56 SVGA3dSurfaceFormat *format); 61 SVGA3dSurfaceFormat *format); 144 SVGA3dSurfaceFormat *format) in vmw_drm_gb_surface_from_handle() 216 SVGA3dSurfaceFormat *format) in vmw_drm_surface_from_handle()
|
D | vmw_screen.h | 140 SVGA3dSurfaceFormat format, 149 SVGA3dSurfaceFormat format, 164 SVGA3dSurfaceFormat *format,
|
D | vmw_screen_svga.c | 179 SVGA3dSurfaceFormat format, in vmw_svga_winsys_surface_create() 331 SVGA3dSurfaceFormat format, in vmw_svga_winsys_surface_can_create()
|
D | vmw_screen_ioctl.c | 140 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