Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DparseVersions.h152 bool hlslEnable16BitTypes() const { return (messages & EShMsgHlslEnable16BitTypes) != 0; } in hlslEnable16BitTypes() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp873 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()