Home
last modified time | relevance | path

Searched refs:d3d9_to_pipe_format_checked (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c206 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
209 bfmt = d3d9_to_pipe_format_checked(screen, BackBufferFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
290 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
379 pf = d3d9_to_pipe_format_checked(screen, CheckFormat, target, in NineAdapter9_CheckDeviceFormat()
431 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
439 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
486 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDepthStencilMatch()
488 bfmt = d3d9_to_pipe_format_checked(screen, RenderTargetFormat, in NineAdapter9_CheckDepthStencilMatch()
493 zsfmt = d3d9_to_pipe_format_checked(screen, DepthStencilFormat, in NineAdapter9_CheckDepthStencilMatch()
529 dfmt = d3d9_to_pipe_format_checked(screen, TargetFormat, PIPE_TEXTURE_2D, 1, in NineAdapter9_CheckDeviceFormatConversion()
[all …]
Dvolume9.c82 This->info.format = d3d9_to_pipe_format_checked(This->info.screen, in NineVolume9_ctor()
98 This->format_internal = d3d9_to_pipe_format_checked(This->info.screen, in NineVolume9_ctor()
Dnine_pipe.h297 d3d9_to_pipe_format_checked(struct pipe_screen *screen, in d3d9_to_pipe_format_checked() function
419 if (d3d9_to_pipe_format_checked(screen, format, PIPE_TEXTURE_2D, in d3dmultisample_type_check()
Dvolumetexture9.c44 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_3D, 0, in NineVolumeTexture9_ctor()
Dcubetexture9.c53 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0, in NineCubeTexture9_ctor()
Dtexture9.c94 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_2D, 0, in NineTexture9_ctor()
Dswapchain9.c265 pf = d3d9_to_pipe_format_checked(This->screen, pParams->BackBufferFormat, in NineSwapChain9_Resize()
345 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize()
399 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize()
Dsurface9.c107 This->base.info.format = d3d9_to_pipe_format_checked(This->base.info.screen, in NineSurface9_ctor()
127 This->format_internal = d3d9_to_pipe_format_checked(This->base.info.screen, in NineSurface9_ctor()
/external/mesa3d/docs/relnotes/
D23.0.4.rst114 - nine: add fallback for D3DFMT_D16 in d3d9_to_pipe_format_checked
D23.2.1.rst1936 - nine: add fallback for D3DFMT_D16 in d3d9_to_pipe_format_checked
D23.1.0.rst1887 - nine: add fallback for D3DFMT_D16 in d3d9_to_pipe_format_checked