Lines Matching refs:AdapterFormat
188 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceType() argument
198 d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDeviceType()
201 user_assert(backbuffer_format(AdapterFormat, BackBufferFormat, bWindowed), in NineAdapter9_CheckDeviceType()
213 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceType()
251 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDeviceFormat() argument
266 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
270 user_assert(display_format(AdapterFormat, FALSE), D3DERR_INVALIDCALL); in NineAdapter9_CheckDeviceFormat()
275 pf = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDeviceFormat()
280 d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
439 D3DFORMAT AdapterFormat, in NineAdapter9_CheckDepthStencilMatch() argument
449 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDepthStencilMatch()
453 user_assert(display_format(AdapterFormat, FALSE), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDepthStencilMatch()
459 dfmt = d3d9_to_pipe_format_checked(screen, AdapterFormat, PIPE_TEXTURE_2D, 0, in NineAdapter9_CheckDepthStencilMatch()