Home
last modified time | relevance | path

Searched refs:SVGA3D_CMP_LESS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c42 case PIPE_FUNC_LESS: return SVGA3D_CMP_LESS; in svga_translate_compare_func()
90 STATIC_ASSERT(SVGA3D_COMPARISON_LESS == SVGA3D_CMP_LESS); in define_depth_stencil_state_object()
Dsvga_tgsi_vgpu10.c4634 STATIC_ASSERT(SVGA3D_CMP_LESS == (PIPE_FUNC_LESS + 1)); in emit_comparison()
4658 case SVGA3D_CMP_LESS: in emit_comparison()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h873 SVGA3D_CMP_LESS = 2, enumerator