Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c222 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
225 bfmt = d3d9_to_pipe_format_checked(screen, BackBufferFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
306 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
395 pf = d3d9_to_pipe_format_checked(screen, CheckFormat, target, in NineAdapter9_CheckDeviceFormat()
447 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
455 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
502 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDepthStencilMatch()
504 bfmt = d3d9_to_pipe_format_checked(screen, RenderTargetFormat, in NineAdapter9_CheckDepthStencilMatch()
509 zsfmt = d3d9_to_pipe_format_checked(screen, DepthStencilFormat, in NineAdapter9_CheckDepthStencilMatch()
545 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.h314 d3d9_to_pipe_format_checked(struct pipe_screen *screen, in d3d9_to_pipe_format_checked() function
427 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.c70 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0, in NineCubeTexture9_ctor()
Dswapchain9.c282 pf = d3d9_to_pipe_format_checked(This->screen, pParams->BackBufferFormat, in NineSwapChain9_Resize()
362 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize()
416 tmplt.format = d3d9_to_pipe_format_checked(This->screen, in NineSwapChain9_Resize()
Dtexture9.c111 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_2D, 0, in NineTexture9_ctor()
Dsurface9.c124 This->base.info.format = d3d9_to_pipe_format_checked(This->base.info.screen, in NineSurface9_ctor()
144 This->format_internal = d3d9_to_pipe_format_checked(This->base.info.screen, in NineSurface9_ctor()