Home | History | Annotate | Download | only in hlsl

Lines Matching refs:TLayoutFormat

183 // Return a TLayoutFormat corresponding to the given texture type.
185 TLayoutFormat HlslParseContext::getLayoutFromTxType(const TSourceLoc& loc, const TType& txType)
196 const auto selectFormat = [this,&components](TLayoutFormat v1, TLayoutFormat v2, TLayoutFormat v4) -> TLayoutFormat {