Searched refs:SVGA3D_CMP_ALWAYS (Results 1 – 4 of 4) sorted by relevance
48 case PIPE_FUNC_ALWAYS: return SVGA3D_CMP_ALWAYS; in svga_translate_compare_func()51 return SVGA3D_CMP_ALWAYS; in svga_translate_compare_func()158 ds->stencil[0].func = SVGA3D_CMP_ALWAYS; in svga_create_depth_stencil_state()206 ds->zfunc = SVGA3D_CMP_ALWAYS; in svga_create_depth_stencil_state()215 ds->alphafunc = SVGA3D_CMP_ALWAYS; in svga_create_depth_stencil_state()
344 key->fs.alpha_func = SVGA3D_CMP_ALWAYS; in make_fs_key()
2720 if (emit->key.fs.alpha_func != SVGA3D_CMP_ALWAYS || in emit_temporaries_declaration()4649 case SVGA3D_CMP_ALWAYS: in emit_comparison()6115 emit->key.fs.alpha_func != SVGA3D_CMP_ALWAYS) { in emit_pre_helpers()6299 if (emit->key.fs.alpha_func != SVGA3D_CMP_ALWAYS) { in emit_post_helpers()6532 emit->key.fs.alpha_func = SVGA3D_CMP_ALWAYS; in svga_tgsi_vgpu10_translate()
879 SVGA3D_CMP_ALWAYS = 8, enumerator