Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1389 const TBasicType txBasicType = txType.isStruct() ? (*txType.getStruct())[0].type->getBasicType() in acceptTextureType() local
1398 sampler.setImage(txBasicType, dim, array, shadow, ms); in acceptTextureType()
1400 sampler.setTexture(txBasicType, dim, array, shadow, ms); in acceptTextureType()
DhlslParseHelper.cpp196 const TBasicType txBasicType = txType.getBasicType(); in getLayoutFromTxType() local
206 switch (txBasicType) { in getLayoutFromTxType()