Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c223 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
226 bfmt = d3d9_to_pipe_format_checked(screen, BackBufferFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
307 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
387 pf = d3d9_to_pipe_format_checked(screen, CheckFormat, target, in NineAdapter9_CheckDeviceFormat()
439 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
447 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
494 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDepthStencilMatch()
496 bfmt = d3d9_to_pipe_format_checked(screen, RenderTargetFormat, in NineAdapter9_CheckDepthStencilMatch()
501 zsfmt = d3d9_to_pipe_format_checked(screen, DepthStencilFormat, in NineAdapter9_CheckDepthStencilMatch()
537 dfmt = d3d9_to_pipe_format_checked(screen, TargetFormat, PIPE_TEXTURE_2D, 1, in NineAdapter9_CheckDeviceFormatConversion()
[all …]
Dvolume9.c99 This->info.format = d3d9_to_pipe_format_checked(This->info.screen, in NineVolume9_ctor()
115 This->format_internal = d3d9_to_pipe_format_checked(This->info.screen, in NineVolume9_ctor()
Dnine_pipe.h294 d3d9_to_pipe_format_checked(struct pipe_screen *screen, in d3d9_to_pipe_format_checked() function
393 if (d3d9_to_pipe_format_checked(screen, format, PIPE_TEXTURE_2D, in d3dmultisample_type_check()
Dvolumetexture9.c61 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_3D, 0, in NineVolumeTexture9_ctor()
Dcubetexture9.c67 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0, in NineCubeTexture9_ctor()
Dtexture9.c108 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_2D, 0, in NineTexture9_ctor()
Dswapchain9.c279 pf = d3d9_to_pipe_format_checked(This->screen, pParams->BackBufferFormat, in NineSwapChain9_Resize()
359 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize()
413 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize()
Dsurface9.c122 This->base.info.format = d3d9_to_pipe_format_checked(This->base.info.screen, in NineSurface9_ctor()
142 This->format_internal = d3d9_to_pipe_format_checked(This->base.info.screen, in NineSurface9_ctor()