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

  /external/deqp/framework/common/
tcuTextureUtil.hpp 42 bool isCombinedDepthStencilType (TextureFormat::ChannelType type);
63 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuTexture.hpp 69 enum ChannelType
103 ChannelType type;
105 TextureFormat (ChannelOrder order_, ChannelType type_)
    [all...]
tcuTextureUtil.cpp 81 bool isCombinedDepthStencilType (TextureFormat::ChannelType type)
91 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType)
96 switch (channelType)
237 static Vec2 getChannelValueRange (TextureFormat::ChannelType channelType)
245 switch (channelType)
324 static IVec4 getChannelBitDepth (TextureFormat::ChannelType channelType)
329 switch (channelType)
    [all...]
tcuTexture.cpp 150 int getChannelSize (TextureFormat::ChannelType type)
210 inline float channelToFloat (const deUint8* value, TextureFormat::ChannelType type)
239 inline int channelToInt (const deUint8* value, TextureFormat::ChannelType type)
268 void floatToChannel (deUint8* dst, float src, TextureFormat::ChannelType type)
324 void intToChannel (deUint8* dst, int src, TextureFormat::ChannelType type)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type)
141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type)
148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type)
153 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type)
160 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type)
236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler)
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType)
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType)
    [all...]
es31fTextureGatherTests.cpp 112 static inline bool isUnormFormatType (tcu::TextureFormat::ChannelType type)
119 static inline bool isSIntFormatType (tcu::TextureFormat::ChannelType type)
126 static inline bool isUIntFormatType (tcu::TextureFormat::ChannelType type)
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 395 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized)
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 688 tcu::TextureFormat::ChannelType channelType;
692 case glu::TYPE_UINT: channelType = tcu::TextureFormat::UNSIGNED_INT32; break;
693 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
694 case glu::TYPE_BOOL: channelType = tcu::TextureFormat::SIGNED_INT32; break;
695 case glu::TYPE_FLOAT: channelType = useIntOutputs ? tcu::TextureFormat::UNSIGNED_INT32 : tcu::TextureFormat::FLOAT; break;
702 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
    [all...]

Completed in 3494 milliseconds