Home
last modified time | relevance | path

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

123

/external/swiftshader/src/Renderer/
DSampler.hpp78 enum TextureType : unsigned int enum
141 TextureType textureType : BITS(TEXTURE_LAST);
166 void setTextureLevel(int face, int level, Surface *surface, TextureType type);
196 TextureType getTextureType() const;
204 TextureType textureType;
DSampler.cpp110 void Sampler::setTextureLevel(int face, int level, Surface *surface, TextureType type) in setTextureLevel()
416 TextureType Sampler::getTextureType() const in getTextureType()
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderImageLoadStoreTests.cpp118 …mageTypeDeclaration (const tcu::TextureFormat& format, glu::TextureTestUtil::TextureType imageType) in getShaderImageTypeDeclaration()
160 std::string getShaderImageTypeExtensionString (glu::TextureTestUtil::TextureType imageType) in getShaderImageTypeExtensionString()
189 std::string getShaderImageParamP (glu::TextureTestUtil::TextureType imageType) in getShaderImageParamP()
342 …ImageOperation function, MemoryQualifier memory, glu::TextureTestUtil::TextureType imageType, cons… in generateShaderSource()
370 …ImageOperation function, MemoryQualifier memory, glu::TextureTestUtil::TextureType imageType, cons… in testShader()
393 void image_store (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_store()
431 void image_load (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_load()
469 void image_atomic (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_atomic()
516 void image_atomic_exchange (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType) in image_atomic_exchange()
561 image_load(ctx, (glu::TextureTestUtil::TextureType)Type); in loadFuncWrapper()
[all …]
Des31fShaderImageLoadStoreTests.cpp89 static inline IVec3 defaultImageSize (TextureType type) in defaultImageSize()
120 static const char* getTextureTypeName (TextureType type) in getTextureTypeName()
237 …ng getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bo… in getShaderSamplerOrImageType()
253 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageTy… in getShaderImageType()
258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType image… in getShaderSamplerType()
263 static inline deUint32 getGLTextureTarget (TextureType texType) in getGLTextureTarget()
330 static inline TextureType textureLayerType (TextureType entireTextureType) in textureLayerType()
354 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType typ… in checkTextureTypeExtensions()
360 static inline string textureTypeExtensionShaderRequires (TextureType type, const RenderContext& ren… in textureTypeExtensionShaderRequires()
574 LayeredImage (TextureType type, const TextureFormat& format, int w, int h, int d);
[all …]
Des31fShaderTextureSizeTests.cpp58 enum TextureType enum in deqp::gles31::Functional::__anoneadd815b0111::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 glu::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.cpp1036 enum TextureType enum in deqp::gles31::Functional::__anoneadaa2760111::MultisampleTextureUsageCase
1050 …extureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type);
1069 const TextureType m_type;
1085 …eTextureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type) in MultisampleTextureUsageCase()
1838 static const struct TextureType in iterate() struct
2041 static const struct TextureType in init() struct
2044 MultisampleTextureUsageCase::TextureType type; in init() argument
/external/swiftshader/src/OpenGL/libGLES_CM/
DResourceManager.h33 enum TextureType enum
65 void checkTextureAllocation(GLuint texture, TextureType type);
DResourceManager.cpp136 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type) in checkTextureAllocation()
/external/swiftshader/src/OpenGL/libGL/
DResourceManager.h38 enum TextureType enum
78 void checkTextureAllocation(GLuint texture, TextureType type);
DProgram.h89 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
184 TextureType textureType;
DResourceManager.cpp323 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type) in checkTextureAllocation()
/external/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h37 enum TextureType enum
83 void checkTextureAllocation(GLuint texture, TextureType type);
DProgram.h139 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
294 TextureType textureType;
DResourceManager.cpp285 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type) in checkTextureAllocation()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp46 enum TextureType enum
86 RenderParams (TextureType texType_) in RenderParams()
98 TextureType texType; //!< Texture type.
121 ReferenceParams (TextureType texType_) in ReferenceParams()
132 …ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EX… in ReferenceParams()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp129 template <TextureType> struct TexTypeTcuClass;
133 template <TextureType> struct TexTypeSizeDims;
137 template <TextureType> struct TexTypeCoordDims;
141 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<…
142 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDim…
144 template <TextureType> struct TexTypeCoordParams;
180 template <TextureType TexType>
210 template <TextureType TexType>
222 template <TextureType TexType>
228 template <TextureType TexType>
[all …]
Des2fShaderTextureFunctionTests.cpp116 enum TextureType enum
126 TextureType type; //!< Texture type (2D, cubemap, ...)
144 TextureSpec (TextureType type_, in TextureSpec()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1017 template<> struct TexViewTraits<tcu::Texture1DView> { typedef tcu::Texture1D TextureType; }; typedef
1018 template<> struct TexViewTraits<tcu::Texture1DArrayView> { typedef tcu::Texture1DArray TextureType;… typedef
1019 template<> struct TexViewTraits<tcu::Texture2DView> { typedef tcu::Texture2D TextureType; }; typedef
1020 template<> struct TexViewTraits<tcu::Texture2DArrayView> { typedef tcu::Texture2DArray TextureType;… typedef
1021 template<> struct TexViewTraits<tcu::TextureCubeView> { typedef tcu::TextureCube TextureType; }; typedef
1022 …e<> struct TexViewTraits<tcu::TextureCubeArrayView> { typedef tcu::TextureCubeArray TextureType; }; typedef
1023 template<> struct TexViewTraits<tcu::Texture3DView> { typedef tcu::Texture3D TextureType; }; typedef
1026 typename TexViewTraits<TextureViewType>::TextureType* createSkeletonClone (tcu::TextureFormat forma…
1081 MovePtr<typename TexViewTraits<TextureViewType>::TextureType> createSwizzledCopy (const TextureView… in createSwizzledCopy()
1083 …MovePtr<typename TexViewTraits<TextureViewType>::TextureType> copy (createSkeletonClone<TextureVie… in createSwizzledCopy()
[all …]
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm12 enum TextureType { TextureType3D };
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp159 enum TextureType enum
288 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
393 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType()
436 static vk::VkImageType getVkImageType (TextureType texType) in getVkImageType()
451 static vk::VkImageViewType getVkImageViewType (TextureType texType) in getVkImageViewType()
470 …TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorVal…
480 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tc… in createTestImage()
513 …ImageView (const DeviceInterface& vkd, VkDevice device, VkImage image, TextureType texType, tcu::T… in createTestImageView()
542 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void*… in TestImage()
773 const TextureType texType = getTextureType(m_samplerType); in iterate()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp156 template <TextureType> struct TexTypeTcuClass;
162 template <TextureType> struct TexTypeSizeDims;
168 template <TextureType> struct TexTypeCoordDims;
174 template <TextureType TexType> struct TexTypeSizeIVec { typedef tcu::Vector<int, TexTypeSizeDims<…
175 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDim…
177 template <TextureType> struct TexTypeCoordParams;
229 template <TextureType TexType>
259 template <TextureType TexType>
271 template <TextureType TexType>
277 template <TextureType TexType>
[all …]
/external/deqp/modules/glshared/
DglsLongStressCase.hpp134 glu::TextureTestUtil::TextureType textureType;
149 TextureSpec (const glu::TextureTestUtil::TextureType texType, in TextureSpec()
DglsTextureTestUtil.hpp154 …void renderQuad (int texUnit, const float* texCoord, glu::TextureTestUtil::TextureType tex…

123