Home
last modified time | relevance | path

Searched refs:D3DRS_ZFUNC (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c39 dsa.depth_func = d3dcmpfunc_to_pipe_func(rs[D3DRS_ZFUNC]); in nine_convert_dsa_state()
Dnine_state.c2693 [D3DRS_ZFUNC] = D3DCMP_LESSEQUAL,
3464 [D3DRS_ZFUNC] = NINE_STATE_DSA,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp569 device->SetRenderState(D3DRS_ZFUNC, gl_d3d9::ConvertComparison(depthFunc)); in setDepthFunc()
DRenderer9.cpp1994 mDevice->SetRenderState(D3DRS_ZFUNC, D3DCMP_ALWAYS); in clear()
2033 mDevice->SetRenderState(D3DRS_ZFUNC, D3DCMP_ALWAYS); in clear()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DStateManager9.cpp569 device->SetRenderState(D3DRS_ZFUNC, gl_d3d9::ConvertComparison(depthFunc)); in setDepthFunc()
DRenderer9.cpp1954 mDevice->SetRenderState(D3DRS_ZFUNC, D3DCMP_ALWAYS); in clear()
1993 mDevice->SetRenderState(D3DRS_ZFUNC, D3DCMP_ALWAYS); in clear()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h758 D3DRS_ZFUNC = 23, enumerator