Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.h41 #define DXIL_FUNC_PARAM_CBUF_RET 'B' macro
Ddxil_function.c177 case DXIL_FUNC_PARAM_CBUF_RET: return dxil_module_get_cbuf_ret_type(mod, overload); in get_type_from_string()