Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp1376 const TBasicType txBasicType = txType.isStruct() ? (*txType.getStruct())[0].type->getBasicType() in acceptTextureType() local
1385 sampler.setImage(txBasicType, dim, array, shadow, ms); in acceptTextureType()
1387 sampler.setTexture(txBasicType, dim, array, shadow, ms); in acceptTextureType()
DhlslParseHelper.cpp194 const TBasicType txBasicType = txType.getBasicType(); in getLayoutFromTxType() local
204 switch (txBasicType) { in getLayoutFromTxType()