Searched refs:hlslEnable16BitTypes (Results 1 – 2 of 2) sorted by relevance
152 bool hlslEnable16BitTypes() const { return (messages & EShMsgHlslEnable16BitTypes) != 0; } in hlslEnable16BitTypes() function
873 basicType = parseContext.hlslEnable16BitTypes() ? EbtFloat16 : EbtFloat; in acceptTemplateVecMatBasicType()877 basicType = parseContext.hlslEnable16BitTypes() ? EbtFloat16 : EbtFloat; in acceptTemplateVecMatBasicType()882 basicType = parseContext.hlslEnable16BitTypes() ? EbtInt16 : EbtInt; in acceptTemplateVecMatBasicType()886 basicType = parseContext.hlslEnable16BitTypes() ? EbtUint16 : EbtUint; in acceptTemplateVecMatBasicType()1477 bool enable16BitTypes = parseContext.hlslEnable16BitTypes(); in acceptType()