Home
last modified time | relevance | path

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

123

/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.cpp68 enum TextureType enum in deqp::gles31::Functional::__anondfd734840111::TextureSizeCase
80 …TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samp…
97 const TextureType m_type;
111 TextureSizeCase::TextureSizeCase (Context& context, const char* name, const char* desc, TextureType in TextureSizeCase()
513 TextureSizeCase::TextureType type; in init()
Des31fTextureGatherTests.cpp68 using glu::TextureTestUtil::TextureType;
853 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& form… in getSamplerType()
905 static inline int getNumTextureSamplingDimensions (TextureType type) in getNumTextureSamplingDimensions()
916 static deUint32 getGLTextureType (TextureType type) in getGLTextureType()
962 TextureType textureType,
1021 …glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureFormat&, c…
1023 const TextureType m_textureType;
1038 TextureType textureType, in TextureGatherCase()
1232 TextureType textureType, in genProgramSources()
2000 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.cpp1049 enum TextureType enum in deqp::gles31::Functional::__anon7f0ababf0111::MultisampleTextureUsageCase
1063 …extureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type);
1082 const TextureType m_type;
1098 …eTextureUsageCase (Context& ctx, const char* name, const char* desc, int samples, TextureType type) in MultisampleTextureUsageCase()
1858 static const struct TextureType in iterate() struct
2062 static const struct TextureType in init() struct
2065 MultisampleTextureUsageCase::TextureType type; in init() argument
/external/swiftshader/src/Renderer/
DSampler.hpp68 enum TextureType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
149 TextureType textureType : BITS(TEXTURE_LAST);
175 void setTextureLevel(int face, int level, Surface *surface, TextureType type);
212 TextureType getTextureType() const;
221 TextureType textureType;
DSampler.cpp115 void Sampler::setTextureLevel(int face, int level, Surface *surface, TextureType type) in setTextureLevel()
436 TextureType Sampler::getTextureType() const in getTextureType()
/external/swiftshader/src/Device/
DSampler.hpp68 enum TextureType ENUM_UNDERLYING_TYPE_UNSIGNED_INT
149 TextureType textureType : BITS(TEXTURE_LAST);
175 void setTextureLevel(int face, int level, Surface *surface, TextureType type);
210 TextureType getTextureType() const;
219 TextureType textureType;
DSampler.cpp114 void Sampler::setTextureLevel(int face, int level, Surface *surface, TextureType type) in setTextureLevel()
423 TextureType Sampler::getTextureType() const in getTextureType()
/external/swiftshader/src/OpenGL/libGLES_CM/
DResourceManager.h33 enum TextureType enum
64 void checkTextureAllocation(GLuint texture, TextureType type);
DResourceManager.cpp136 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type) in checkTextureAllocation()
/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/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.h38 enum TextureType enum
85 void checkTextureAllocation(GLuint texture, TextureType type);
DProgram.h140 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
300 TextureType textureType;
/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()
133 …ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EX… in ReferenceParams()
/external/mesa3d/src/gallium/state_trackers/nine/
Dsurface9.h68 uint8_t TextureType, /* 0 if pContainer isn't BaseTexure9 */
80 uint8_t TextureType,
Dsurface9.c56 uint8_t TextureType, in NineSurface9_ctor() argument
80 assert(!allocate || (Level == 0 && Layer == 0 && TextureType == 0)); in NineSurface9_ctor()
114 if (TextureType) in NineSurface9_ctor()
179 This->texture = TextureType; in NineSurface9_ctor()
829 uint8_t TextureType, in NineSurface9_new() argument
837 TextureType, Level, Layer, pDesc); in NineSurface9_new()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp976 template<> struct TexViewTraits<tcu::Texture1DView> { typedef tcu::Texture1D TextureType; }; typedef
977 template<> struct TexViewTraits<tcu::Texture1DArrayView> { typedef tcu::Texture1DArray TextureType;… typedef
978 template<> struct TexViewTraits<tcu::Texture2DView> { typedef tcu::Texture2D TextureType; }; typedef
979 template<> struct TexViewTraits<tcu::Texture2DArrayView> { typedef tcu::Texture2DArray TextureType;… typedef
980 template<> struct TexViewTraits<tcu::TextureCubeView> { typedef tcu::TextureCube TextureType; }; typedef
981 …e<> struct TexViewTraits<tcu::TextureCubeArrayView> { typedef tcu::TextureCubeArray TextureType; }; typedef
982 template<> struct TexViewTraits<tcu::Texture3DView> { typedef tcu::Texture3D TextureType; }; typedef
985 typename TexViewTraits<TextureViewType>::TextureType* createSkeletonClone (tcu::TextureFormat forma…
1040 MovePtr<typename TexViewTraits<TextureViewType>::TextureType> createSwizzledCopy (const TextureView… in createSwizzledCopy()
1042 …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.cpp161 enum TextureType enum
290 static TextureType getTextureType (glu::DataType samplerType) in getTextureType()
395 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType()
438 static vk::VkImageType getVkImageType (TextureType texType) in getVkImageType()
453 static vk::VkImageViewType getVkImageViewType (TextureType texType) in getVkImageViewType()
472 …TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorVal…
482 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tc… in createTestImage()
515 …ImageView (const DeviceInterface& vkd, VkDevice device, VkImage image, TextureType texType, tcu::T… in createTestImageView()
544 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void*… in TestImage()
668 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