Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
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/
Des31fNegativeShaderImageLoadStoreTests.cpp118 …mageTypeDeclaration (const tcu::TextureFormat& format, gls::TextureTestUtil::TextureType imageType) in getShaderImageTypeDeclaration()
160 std::string getShaderImageTypeExtensionString (gls::TextureTestUtil::TextureType imageType) in getShaderImageTypeExtensionString()
189 std::string getShaderImageParamP (gls::TextureTestUtil::TextureType imageType) in getShaderImageParamP()
342 …ImageOperation function, MemoryQualifier memory, gls::TextureTestUtil::TextureType imageType, cons… in generateShaderSource()
370 …ImageOperation function, MemoryQualifier memory, gls::TextureTestUtil::TextureType imageType, cons… in testShader()
393 void image_store (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType) in image_store()
431 void image_load (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType) in image_load()
469 void image_atomic (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType) in image_atomic()
516 void image_atomic_exchange (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType) in image_atomic_exchange()
561 image_load(ctx, (gls::TextureTestUtil::TextureType)Type); in loadFuncWrapper()
[all …]
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, const RenderContext& ren… in textureTypeExtensionShaderRequires()
573 LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d);
[all …]
Des31fShaderTextureSizeTests.cpp58 enum TextureType enum in deqp::gles31::Functional::__anon5871c5bc0111::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()
497 TextureSizeCase::TextureType type; in init()
Des31fTextureGatherTests.cpp67 using gls::TextureTestUtil::TextureType;
837 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType()
889 static inline int getNumTextureSamplingDimensions (TextureType type) in getNumTextureSamplingDimensions()
900 static deUint32 getGLTextureType (TextureType type) in getGLTextureType()
946 TextureType textureType,
1005 …static glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureForma…
1007 const TextureType m_textureType;
1022 TextureType textureType, in TextureGatherCase()
1213 TextureType textureType, in genProgramSources()
1980 static inline TextureGatherCase* makeTextureGatherCase (TextureType textureType, in makeTextureGatherCase()
[all …]
Des31fOpaqueTypeIndexingTests.cpp78 enum TextureType enum
119 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
235 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType()
258 static deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
279 const TextureType texType = getTextureType(samplerType); in setupTexture()
Des31fTextureMultisampleTests.cpp1035 enum TextureType enum in deqp::gles31::Functional::__anon0af772f70111::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
Des31fGeometryShaderTests.cpp5032 static const struct TextureType in iterate() struct
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp165 template<typename TextureType>
171 const TextureType m_texture;
179 …SamplerFragmentShader (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tc… in SamplerFragmentShader()
266 template<typename TextureType>
271 SamplerFragmentShader<TextureType> m_fragmentShader;
273 …SamplerProgram (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tcu::Samp… in SamplerProgram()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp63 enum TextureType enum
106 RenderParams (TextureType texType_) in RenderParams()
118 TextureType texType; //!< Texture type.
220 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
317 ReferenceParams (TextureType texType_) in ReferenceParams()
328 …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()
DglsTextureTestUtil.cpp1278 void TextureRenderer::renderQuad (int texUnit, const float* texCoord, TextureType texType) in renderQuad()
/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.cpp116 enum TextureType enum
126 TextureType type; //!< Texture type (2D, cubemap, ...)
144 TextureSpec (TextureType type_, in TextureSpec()
Des2fTextureSpecificationTests.cpp330 enum TextureType enum
356 …TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, co…
364 const TextureType m_texType;
392 …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/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.cpp170 enum TextureType enum
182 TextureType type; //!< Texture type (2D, cubemap, ...)
200 TextureSpec (TextureType type_, in TextureSpec()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp58 enum TextureType enum
232 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
337 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType()
380 static vk::VkImageType getVkImageType (TextureType texType) in getVkImageType()
395 static vk::VkImageViewType getVkImageViewType (TextureType texType) in getVkImageViewType()
481 const TextureType texType = getTextureType(m_samplerType); in iterate()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1005 enum TextureType enum in deqp::gles3::Stress::__anon78796b6c0111::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.cpp64 enum TextureType enum
90 TextureType textureType;