Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.h31 #define DXIL_FUNC_PARAM_BOOL 'b' macro
Ddxil_function.c168 case DXIL_FUNC_PARAM_BOOL: return dxil_module_get_int_type(mod, 1); in get_type_from_string()