Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.h33 #define DXIL_FUNC_PARAM_FLOAT64 'g' macro
Ddxil_function.c169 case DXIL_FUNC_PARAM_FLOAT64: return dxil_module_get_float_type(mod, 64); in get_type_from_string()