Home
last modified time | relevance | path

Searched refs:SVGA3D_CMP_ALWAYS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c48 case PIPE_FUNC_ALWAYS: return SVGA3D_CMP_ALWAYS; in svga_translate_compare_func()
51 return SVGA3D_CMP_ALWAYS; in svga_translate_compare_func()
149 ds->stencil[0].func = SVGA3D_CMP_ALWAYS; in svga_create_depth_stencil_state()
197 ds->zfunc = SVGA3D_CMP_ALWAYS; in svga_create_depth_stencil_state()
206 ds->alphafunc = SVGA3D_CMP_ALWAYS; in svga_create_depth_stencil_state()
Dsvga_state_fs.c356 key->fs.alpha_func = SVGA3D_CMP_ALWAYS; in make_fs_key()
Dsvga_tgsi_vgpu10.c5367 if (emit->key.fs.alpha_func != SVGA3D_CMP_ALWAYS || in emit_temporaries_declaration()
7577 case SVGA3D_CMP_ALWAYS: in emit_comparison()
10390 emit->key.fs.alpha_func != SVGA3D_CMP_ALWAYS) { in emit_pre_helpers()
10593 if (emit->key.fs.alpha_func != SVGA3D_CMP_ALWAYS) { in emit_post_helpers()
11084 emit->key.fs.alpha_func = SVGA3D_CMP_ALWAYS; in svga_tgsi_vgpu10_translate()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h1084 SVGA3D_CMP_ALWAYS = 8, enumerator