Lines Matching refs:AdapterFormat
198 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceType() argument
208 d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDeviceType()
211 user_assert(backbuffer_format(AdapterFormat, BackBufferFormat, bWindowed), in NineAdapter9_CheckDeviceType()
223 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
281 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceFormat() argument
296 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
301 user_assert(adapter_format(AdapterFormat), D3DERR_INVALIDCALL); in NineAdapter9_CheckDeviceFormat()
302 user_assert(display_format(AdapterFormat, FALSE), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDeviceFormat()
307 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
312 d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
471 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDepthStencilMatch() argument
481 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDepthStencilMatch()
488 user_assert(adapter_format(AdapterFormat), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDepthStencilMatch()
494 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDepthStencilMatch()