Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp1416 bool enable16BitTypes = parseContext.hlslEnable16BitTypes(); in acceptType() local
1418 const TBasicType min16float_bt = enable16BitTypes ? EbtFloat16 : EbtFloat; in acceptType()
1419 const TBasicType min10float_bt = enable16BitTypes ? EbtFloat16 : EbtFloat; in acceptType()
1420 const TBasicType half_bt = enable16BitTypes ? EbtFloat16 : EbtFloat; in acceptType()
1421 const TBasicType min16int_bt = enable16BitTypes ? EbtInt16 : EbtInt; in acceptType()
1422 const TBasicType min12int_bt = enable16BitTypes ? EbtInt16 : EbtInt; in acceptType()
1423 const TBasicType min16uint_bt = enable16BitTypes ? EbtUint16 : EbtUint; in acceptType()