Searched refs:isHLSL (Results 1 – 3 of 3) sorted by relevance
99 bool isHLSL(ID Id);
294 bool types::isHLSL(ID Id) { return Id == TY_HLSL; } in isHLSL() function in types
3769 if (!types::isHLSL(InputType)) in RenderHLSLOptions()