Searched refs:d3d9_to_pipe_format_checked (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.c | 206 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 …]
|
D | volume9.c | 82 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()
|
D | nine_pipe.h | 297 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()
|
D | volumetexture9.c | 44 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_3D, 0, in NineVolumeTexture9_ctor()
|
D | cubetexture9.c | 53 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0, in NineCubeTexture9_ctor()
|
D | texture9.c | 94 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_2D, 0, in NineTexture9_ctor()
|
D | swapchain9.c | 265 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()
|
D | surface9.c | 107 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/ |
D | 23.0.4.rst | 114 - nine: add fallback for D3DFMT_D16 in d3d9_to_pipe_format_checked
|
D | 23.2.1.rst | 1936 - nine: add fallback for D3DFMT_D16 in d3d9_to_pipe_format_checked
|
D | 23.1.0.rst | 1887 - nine: add fallback for D3DFMT_D16 in d3d9_to_pipe_format_checked
|