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