HomeSort by relevance Sort by last modified time
    Searched refs:TLayoutFormat (Results 1 - 5 of 5) sorted by null

  /external/deqp-deps/glslang/glslang/Include/
Types.h 321 enum TLayoutFormat {
819 TLayoutFormat layoutFormat : 8;
980 static const char* getLayoutFormatString(TLayoutFormat f)
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 196 TLayoutFormat getLayoutFromTxType(const TSourceLoc&, const TType&);
hlslParseHelper.cpp 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 {
    [all...]
hlslGrammar.cpp     [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]

Completed in 536 milliseconds