Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.h41 DXIL_SEM_POSITION, enumerator
Ddxil_signature.c289 info->kind = DXIL_SEM_POSITION; in get_semantic_name()
365 case DXIL_SEM_POSITION: return DXIL_PROG_SEM_POSITION; in prog_semantic_from_kind()
653 mod->info.has_out_position |= semantic.kind== DXIL_SEM_POSITION; in process_output_signature()