Searched refs:d3d9_to_pipe_format_checked (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.c | 223 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 …]
|
D | volume9.c | 99 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()
|
D | nine_pipe.h | 294 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()
|
D | volumetexture9.c | 61 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_3D, 0, in NineVolumeTexture9_ctor()
|
D | cubetexture9.c | 67 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0, in NineCubeTexture9_ctor()
|
D | texture9.c | 108 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_2D, 0, in NineTexture9_ctor()
|
D | swapchain9.c | 279 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()
|
D | surface9.c | 122 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()
|