Searched refs:DepthStencilFormat (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/include/d3dadapter/ |
H A D | d3dadapter9.h | 44 HRESULT (WINAPI *CheckDepthStencilMatch)(ID3DAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat); 79 HRESULT WINAPI CheckDepthStencilMatch(D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat);
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | adapter9.c | 481 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch() 488 "RenderTargetFormat=%s DepthStencilFormat=%s\n", This, in NineAdapter9_CheckDepthStencilMatch() 491 d3dformat_to_string(DepthStencilFormat)); in NineAdapter9_CheckDepthStencilMatch() 497 user_assert(depth_stencil_format(DepthStencilFormat), D3DERR_NOTAVAILABLE); in NineAdapter9_CheckDepthStencilMatch() 509 zsfmt = d3d9_to_pipe_format_checked(screen, DepthStencilFormat, in NineAdapter9_CheckDepthStencilMatch() 511 d3d9_get_pipe_depth_format_bindings(DepthStencilFormat), in NineAdapter9_CheckDepthStencilMatch()
|
H A D | adapter9.h | 110 D3DFORMAT DepthStencilFormat );
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 94 virtual HRESULT WINAPI CheckDepthStencilMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) = 0; 455 HRESULT (WINAPI *CheckDepthStencilMatch)(IDirect3D9 *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat); 502 HRESULT (WINAPI *CheckDepthStencilMatch)(IDirect3D9Ex *This, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 137 struct DepthStencilFormat struct 143 const DepthStencilFormat kDepthStencilFormats[] = 3776 const DepthStencilFormat* dsFormatInfo = nullptr; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 141 struct DepthStencilFormat struct 147 const DepthStencilFormat kDepthStencilFormats[] = 4573 const DepthStencilFormat* dsFormatInfo = nullptr; in iterate()
|
Completed in 31 milliseconds