Home
last modified time | relevance | path

Searched refs:TextureType (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/Target/R600/
DR600TextureIntrinsicsReplacer.cpp38 void getAdjustmentFromTextureTarget(unsigned TextureType, bool hasLOD, in getAdjustmentFromTextureTarget() argument
61 switch (TextureType) { in getAdjustmentFromTextureTarget()
90 if (TextureType == TEXTURE_RECT || in getAdjustmentFromTextureTarget()
91 TextureType == TEXTURE_SHADOWRECT) { in getAdjustmentFromTextureTarget()
96 if (TextureType == TEXTURE_CUBE_ARRAY || in getAdjustmentFromTextureTarget()
97 TextureType == TEXTURE_SHADOWCUBE_ARRAY) in getAdjustmentFromTextureTarget()
100 if (TextureType == TEXTURE_1D_ARRAY || in getAdjustmentFromTextureTarget()
101 TextureType == TEXTURE_SHADOW1D_ARRAY) { in getAdjustmentFromTextureTarget()
108 } else if (TextureType == TEXTURE_2D_ARRAY || in getAdjustmentFromTextureTarget()
109 TextureType == TEXTURE_SHADOW2D_ARRAY) { in getAdjustmentFromTextureTarget()
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp88 static inline IVec3 defaultImageSize (TextureType type) in defaultImageSize()
119 static const char* getTextureTypeName (TextureType type) in getTextureTypeName()
236 …ng getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bo… in getShaderSamplerOrImageType()
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageTy… in getShaderImageType()
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType()
262 static inline deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
329 static inline TextureType textureLayerType (TextureType entireTextureType) in textureLayerType()
353 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType typ… in checkTextureTypeExtensions()
359 static inline string textureTypeExtensionShaderRequires (TextureType type) in textureTypeExtensionShaderRequires()
563 LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d);
[all …]
Des31fShaderTextureSizeTests.cpp58 enum TextureType enum in deqp::gles31::Functional::__anonc286ae9f0111::TextureSizeCase
70 …TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samp…
87 const TextureType m_type;
101 TextureSizeCase::TextureSizeCase (Context& context, const char* name, const char* desc, TextureType in TextureSizeCase()
494 TextureSizeCase::TextureType type; in init()
Des31fTextureGatherTests.cpp67 using gls::TextureTestUtil::TextureType;
831 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType()
883 static inline int getNumTextureSamplingDimensions (TextureType type) in getNumTextureSamplingDimensions()
894 static deUint32 getGLTextureType (TextureType type) in getGLTextureType()
940 TextureType textureType,
999 …static glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureForma…
1001 const TextureType m_textureType;
1016 TextureType textureType, in TextureGatherCase()
1206 TextureType textureType, in genProgramSources()
1971 static inline TextureGatherCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase()
[all …]
Des31fOpaqueTypeIndexingTests.cpp78 enum TextureType enum
118 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
223 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType()
245 static deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
266 const TextureType texType = getTextureType(samplerType); in setupTexture()
Des31fTextureMultisampleTests.cpp1035 enum TextureType enum in deqp::gles31::Functional::__anonb7a9783a0111::MultisampleTextureUsageCase
1049 …extureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type);
1068 const TextureType m_type;
1084 …eTextureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type) in MultisampleTextureUsageCase()
1837 static const struct TextureType in iterate() struct
2040 static const struct TextureType in init() struct
2043 MultisampleTextureUsageCase::TextureType type; in init() argument
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp60 enum TextureType enum
103 RenderParams (TextureType texType_) in RenderParams()
115 TextureType texType; //!< Texture type.
217 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
326 ReferenceParams (TextureType texType_) in ReferenceParams()
337 …ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EX… in ReferenceParams()
DglsLongStressCase.hpp134 gls::TextureTestUtil::TextureType textureType;
149 TextureSpec (const gls::TextureTestUtil::TextureType texType, in TextureSpec()
DglsLongStressCase.cpp78 using TextureTestUtil::TextureType;
450 Texture (TextureType type);
473 const TextureType m_type;
481 Texture::Texture (const TextureType type) in Texture()
908 …void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_obj… in make()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp126 template <TextureType> struct TexTypeTcuClass;
130 template <TextureType> struct TexTypeSizeDims;
134 template <TextureType> struct TexTypeCoordDims;
138 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<…
139 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDim…
141 template <TextureType> struct TexTypeCoordParams;
177 template <TextureType TexType>
207 template <TextureType TexType>
219 template <TextureType TexType>
225 template <TextureType TexType>
[all …]
Des2fShaderTextureFunctionTests.cpp115 enum TextureType enum
125 TextureType type; //!< Texture type (2D, cubemap, ...)
143 TextureSpec (TextureType type_, in TextureSpec()
Des2fTextureSpecificationTests.cpp331 enum TextureType enum
357 …TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, co…
365 const TextureType m_texType;
393 …eSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu… in TextureSpecCase()
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm12 enum TextureType { TextureType3D };
/external/chromium_org/third_party/angle/src/libGLESv2/
DProgramBinary.h93 TextureType getSamplerTextureType(SamplerType type, unsigned int samplerIndex);
215 static TextureType getTextureType(GLenum samplerType, InfoLog &infoLog);
261 TextureType textureType;
DContext.h357 Texture *getSamplerTexture(unsigned int sampler, TextureType type) const;
471 …void applyTextures(SamplerType shaderType, Texture *textures[], TextureType *textureTypes, Sampler…
488TextureType *outTextureTypes, SamplerState *outSamplers);
489 Texture *getIncompleteTexture(TextureType type);
DResourceManager.h73 void checkTextureAllocation(GLuint texture, TextureType type);
Dangletypes.h22 enum TextureType enum
DContext.cpp1615 Texture *Context::getSamplerTexture(unsigned int sampler, TextureType type) const in getSamplerTexture()
2454TextureType *outTextureTypes, SamplerState *outSamplers) in getCurrentTexturesAndSamplerStates()
2494 void Context::applyTextures(SamplerType shaderType, Texture *textures[], TextureType *textureTypes,… in applyTextures()
2506 TextureType textureType = textureTypes[samplerIndex]; in applyTextures()
2882 TextureType vsTextureTypes[IMPLEMENTATION_MAX_VERTEX_TEXTURE_IMAGE_UNITS]; in drawArrays()
2887 TextureType psTextureTypes[MAX_TEXTURE_IMAGE_UNITS]; in drawArrays()
2960 TextureType vsTextureTypes[IMPLEMENTATION_MAX_VERTEX_TEXTURE_IMAGE_UNITS]; in drawElements()
2965 TextureType psTextureTypes[MAX_TEXTURE_IMAGE_UNITS]; in drawElements()
3494 Texture *Context::getIncompleteTexture(TextureType type) in getIncompleteTexture()
DResourceManager.cpp371 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type) in checkTextureAllocation()
DProgramBinary.cpp350 TextureType ProgramBinary::getSamplerTextureType(SamplerType type, unsigned int samplerIndex) in getSamplerTextureType()
1818 TextureType ProgramBinary::getTextureType(GLenum samplerType, InfoLog &infoLog) in getTextureType()
2537 TextureType textureUnitType[IMPLEMENTATION_MAX_COMBINED_TEXTURE_IMAGE_UNITS]; in validateSamplers()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp154 template <TextureType> struct TexTypeTcuClass;
160 template <TextureType> struct TexTypeSizeDims;
166 template <TextureType> struct TexTypeCoordDims;
172 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<…
173 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDim…
175 template <TextureType> struct TexTypeCoordParams;
227 template <TextureType TexType>
257 template <TextureType TexType>
269 template <TextureType TexType>
275 template <TextureType TexType>
[all …]
Des3fTextureShadowTests.cpp95 template<typename TextureType>
98 const TextureType& src, in verifyTexCompareResult()
118 TextureType clampedSource(src); in verifyTexCompareResult()
Des3fShaderTextureFunctionTests.cpp167 enum TextureType enum
179 TextureType type; //!< Texture type (2D, cubemap, ...)
197 TextureSpec (TextureType type_, in TextureSpec()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1005 enum TextureType enum in deqp::gles3::Stress::__anond6db342f0111::TextureCase
1020 …Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, Upload…
1032 const TextureType m_textureType;
1038 …Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, Upload… in TextureCase()
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp62 enum TextureType enum
88 TextureType textureType;

12