Searched refs:TextureType (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp38 void getAdjustmentFromTextureTarget(unsigned TextureType, bool hasLOD, argument
61 switch (TextureType) {
90 if (TextureType == TEXTURE_RECT ||
91 TextureType == TEXTURE_SHADOWRECT) {
96 if (TextureType == TEXTURE_CUBE_ARRAY ||
97 TextureType == TEXTURE_SHADOWCUBE_ARRAY)
100 if (TextureType == TEXTURE_1D_ARRAY ||
101 TextureType == TEXTURE_SHADOW1D_ARRAY) {
108 } else if (TextureType == TEXTURE_2D_ARRAY ||
109 TextureType
164 unsigned TextureType = local
188 unsigned TextureType = local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderTextureSizeTests.cpp58 enum TextureType enum in class:deqp::gles31::Functional::__anon20333::TextureSizeCase
70 TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samples);
87 const TextureType m_type;
101 TextureSizeCase::TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samples)
494 TextureSizeCase::TextureType type;
H A Des31fShaderImageLoadStoreTests.cpp88 static inline IVec3 defaultImageSize (TextureType type)
119 static const char* getTextureTypeName (TextureType 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)
262 static inline deUint32 getGLTextureTarget (TextureType texType)
329 static inline TextureType textureLayerType (TextureType entireTextureType)
353 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type)
359 static inline string textureTypeExtensionShaderRequires (TextureType typ
[all...]
H A Des31fTextureGatherTests.cpp67 using gls::TextureTestUtil::TextureType;
837 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format)
889 static inline int getNumTextureSamplingDimensions (TextureType type)
900 static deUint32 getGLTextureType (TextureType type)
946 TextureType textureType,
1005 static glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange);
1007 const TextureType m_textureType;
1022 TextureType textureType,
1213 TextureType textureType,
1981 static inline TextureGatherCase* makeTextureGatherCase (TextureType textureTyp
[all...]
H A Des31fOpaqueTypeIndexingTests.cpp78 enum TextureType enum in namespace:deqp::gles31::Functional::__anon20280
118 static TextureType getTextureType (glu::DataType samplerType)
223 const TextureType texType = getTextureType(samplerType);
245 static deUint32 getGLTextureTarget (TextureType texType)
266 const TextureType texType = getTextureType(samplerType);
H A Des31fTextureMultisampleTests.cpp1035 enum TextureType enum in class:deqp::gles31::Functional::__anon20359::MultisampleTextureUsageCase
1049 MultisampleTextureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type);
1068 const TextureType m_type;
1084 MultisampleTextureUsageCase::MultisampleTextureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type)
1837 static const struct TextureType
2040 static const struct TextureType
2043 MultisampleTextureUsageCase::TextureType type;
H A Des31fGeometryShaderTests.cpp4827 static const struct TextureType
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp60 enum TextureType enum in namespace:deqp::gls::TextureTestUtil
103 RenderParams (TextureType texType_)
115 TextureType texType; //!< Texture type.
217 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
326 ReferenceParams (TextureType texType_)
337 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT)
H A DglsLongStressCase.hpp134 gls::TextureTestUtil::TextureType textureType;
149 TextureSpec (const gls::TextureTestUtil::TextureType texType,
H A DglsLongStressCase.cpp78 using TextureTestUtil::TextureType;
450 Texture (TextureType type);
473 const TextureType m_type;
481 Texture::Texture (const TextureType type)
908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); }
H A DglsTextureTestUtil.cpp1261 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType)
/external/deqp/modules/gles2/functional/
H A 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<TexType>::V> t; };
139 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
141 template <TextureType> struct TexTypeCoordParams;
177 template <TextureType TexType>
207 template <TextureType TexType>
219 template <TextureType TexType>
225 template <TextureType TexTyp
[all...]
H A Des2fShaderTextureFunctionTests.cpp115 enum TextureType enum in namespace:deqp::gles2::Functional::__anon19907
125 TextureType type; //!< Texture type (2D, cubemap, ...)
143 TextureSpec (TextureType type_,
H A Des2fTextureSpecificationTests.cpp331 enum TextureType enum in namespace:deqp::gles2::Functional
357 TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height);
365 const TextureType m_texType;
393 TextureSpecCase::TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height)
/external/deqp/modules/gles3/functional/
H A 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<TexType>::V> t; };
173 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
175 template <TextureType> struct TexTypeCoordParams;
227 template <TextureType TexType>
257 template <TextureType TexType>
269 template <TextureType TexType>
275 template <TextureType TexTyp
[all...]
H A Des3fTextureShadowTests.cpp95 template<typename TextureType>
98 const TextureType& src,
118 TextureType clampedSource(src);
H A Des3fShaderTextureFunctionTests.cpp167 enum TextureType enum in namespace:deqp::gles3::Functional::__anon20076
179 TextureType type; //!< Texture type (2D, cubemap, ...)
197 TextureSpec (TextureType type_,
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1005 enum TextureType
1020 TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType);
1032 const TextureType m_textureType;
1038 TextureCase::TextureCase (Context& context, const char* name, const char* desc, ShaderType type, TextureType texType, UploadType uploadType)
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp62 enum TextureType enum in struct:deqp::egl::__anon19823::TestConfig
88 TextureType textureType;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1380 milliseconds