Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c45 case PIPE_FUNC_GEQUAL: return SVGA3D_CMP_GREATEREQUAL; in svga_translate_compare_func()
Dsvga_tgsi_vgpu10.c7563 STATIC_ASSERT(SVGA3D_CMP_GREATEREQUAL == (PIPE_FUNC_GEQUAL + 1)); in emit_comparison()
7603 case SVGA3D_CMP_GREATEREQUAL: in emit_comparison()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h1083 SVGA3D_CMP_GREATEREQUAL = 7, enumerator