Searched refs:txBasicType (Results 1 – 2 of 2) sorted by relevance
1389 const TBasicType txBasicType = txType.isStruct() ? (*txType.getStruct())[0].type->getBasicType() in acceptTextureType() local1398 sampler.setImage(txBasicType, dim, array, shadow, ms); in acceptTextureType()1400 sampler.setTexture(txBasicType, dim, array, shadow, ms); in acceptTextureType()
196 const TBasicType txBasicType = txType.getBasicType(); in getLayoutFromTxType() local206 switch (txBasicType) { in getLayoutFromTxType()