Home
last modified time | relevance | path

Searched refs:DXIL_SEM_DEPTH_GE (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.h57 DXIL_SEM_DEPTH_GE, enumerator
Ddxil_signature.c54 return kind == DXIL_SEM_DEPTH || kind == DXIL_SEM_DEPTH_GE || in is_depth_output()
381 case DXIL_SEM_DEPTH_GE: return DXIL_PROG_SEM_DEPTH_GE; in prog_semantic_from_kind()