Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_enums.h193 DXIL_INTERP_LINEAR_SAMPLE = 6, enumerator
Ddxil_signature.c71 case INTERP_MODE_NONE: return DXIL_INTERP_LINEAR_SAMPLE; in get_interpolation()
74 case INTERP_MODE_SMOOTH: return DXIL_INTERP_LINEAR_SAMPLE; in get_interpolation()