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

123

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DResourceManager.h33 enum TextureType enum in namespace:es1
64 void checkTextureAllocation(GLuint texture, TextureType type);
H A DResourceManager.cpp136 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type)
H A DContext.h457 void bindTexture(TextureType type, GLuint texture);
477 Texture *getSamplerTexture(unsigned int sampler, TextureType type);
/external/swiftshader/src/Renderer/
H A 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;
H A DSampler.cpp115 void Sampler::setTextureLevel(int face, int level, Surface *surface, TextureType type)
426 TextureType Sampler::getTextureType() const
/external/swiftshader/src/OpenGL/libGL/
H A DResourceManager.h38 enum TextureType enum in namespace:gl
78 void checkTextureAllocation(GLuint texture, TextureType type);
H A DProgram.h89 TextureType getSamplerTextureType(sw::SamplerType type, unsigned int samplerIndex);
184 TextureType textureType;
H A DResourceManager.cpp323 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type)
/external/swiftshader/src/OpenGL/libGLESv2/
H A DResourceManager.h37 enum TextureType enum in namespace:es2
84 void checkTextureAllocation(GLuint texture, TextureType type);
H A DResourceManager.cpp285 void ResourceManager::checkTextureAllocation(GLuint texture, TextureType type)
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderImageLoadStoreTests.cpp118 std::string getShaderImageTypeDeclaration (const tcu::TextureFormat& format, glu::TextureTestUtil::TextureType imageType)
160 std::string getShaderImageTypeExtensionString (glu::TextureTestUtil::TextureType imageType)
189 std::string getShaderImageParamP (glu::TextureTestUtil::TextureType imageType)
342 std::string generateShaderSource (ImageOperation function, MemoryQualifier memory, glu::TextureTestUtil::TextureType imageType, const tcu::TextureFormat& format, glu::ShaderType shaderType)
370 void testShader (NegativeTestContext& ctx, ImageOperation function, MemoryQualifier memory, glu::TextureTestUtil::TextureType imageType, const tcu::TextureFormat& format)
393 void image_store (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType)
431 void image_load (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType)
469 void image_atomic (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType)
516 void image_atomic_exchange (NegativeTestContext& ctx, glu::TextureTestUtil::TextureType imageType)
561 image_load(ctx, (glu::TextureTestUtil::TextureType)Typ
[all...]
H A Des31fShaderImageLoadStoreTests.cpp89 static inline IVec3 defaultImageSize (TextureType type)
120 static const char* getTextureTypeName (TextureType type)
237 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler)
253 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType)
258 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType)
263 static inline deUint32 getGLTextureTarget (TextureType texType)
330 static inline TextureType textureLayerType (TextureType entireTextureType)
354 static inline void checkTextureTypeExtensions (const glu::ContextInfo& contextInfo, TextureType type, const RenderContext& renderContext)
360 static inline string textureTypeExtensionShaderRequires (TextureType typ
[all...]
H A Des31fShaderTextureSizeTests.cpp68 enum TextureType enum in class:deqp::gles31::Functional::__anon5441::TextureSizeCase
80 TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samples);
97 const TextureType m_type;
111 TextureSizeCase::TextureSizeCase (Context& context, const char* name, const char* desc, TextureType type, int samples)
513 TextureSizeCase::TextureType type;
H A Des31fTextureGatherTests.cpp68 using glu::TextureTestUtil::TextureType;
853 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format)
905 static inline int getNumTextureSamplingDimensions (TextureType type)
916 static deUint32 getGLTextureType (TextureType type)
962 TextureType textureType,
1021 glu::ProgramSources genProgramSources (GatherType, TextureType, const tcu::TextureFormat&, const GatherArgs&, const string& refZExpr, const IVec2& offsetRange);
1023 const TextureType m_textureType;
1038 TextureType textureType,
1232 TextureType textureType,
2000 static inline TextureGatherCase* makeTextureGatherCase (TextureType textureTyp
[all...]
H A Des31fOpaqueTypeIndexingTests.cpp78 enum TextureType enum in namespace:deqp::gles31::Functional::__anon5375
119 static TextureType getTextureType (glu::DataType samplerType)
235 const TextureType texType = getTextureType(samplerType);
258 static deUint32 getGLTextureTarget (TextureType texType)
279 const TextureType texType = getTextureType(samplerType);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dsurface9.h68 uint8_t TextureType, /* 0 if pContainer isn't BaseTexure9 */
80 uint8_t TextureType,
H A Dsurface9.c56 uint8_t TextureType,
80 assert(!allocate || (Level == 0 && Layer == 0 && TextureType == 0));
114 if (TextureType)
179 This->texture = TextureType;
829 uint8_t TextureType,
837 TextureType, Level, Layer, pDesc);
51 NineSurface9_ctor( struct NineSurface9 *This, struct NineUnknownParams *pParams, struct NineUnknown *pContainer, struct pipe_resource *pResource, void *user_buffer, uint8_t TextureType, unsigned Level, unsigned Layer, D3DSURFACE_DESC *pDesc ) argument
825 NineSurface9_new( struct NineDevice9 *pDevice, struct NineUnknown *pContainer, struct pipe_resource *pResource, void *user_buffer, uint8_t TextureType, unsigned Level, unsigned Layer, D3DSURFACE_DESC *pDesc, struct NineSurface9 **ppOut ) argument
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp154 void renderQuad (int texUnit, const float* texCoord, glu::TextureTestUtil::TextureType texType);
H A DglsLongStressCase.hpp134 glu::TextureTestUtil::TextureType textureType;
149 TextureSpec (const glu::TextureTestUtil::TextureType texType,
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp46 enum TextureType enum in namespace:glu::TextureTestUtil
86 RenderParams (TextureType texType_)
98 TextureType texType; //!< Texture type.
121 ReferenceParams (TextureType texType_)
132 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT)
/external/deqp/modules/gles2/functional/
H A 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<TexType>::V> t; };
142 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
144 template <TextureType> struct TexTypeCoordParams;
180 template <TextureType TexType>
210 template <TextureType TexType>
222 template <TextureType TexType>
228 template <TextureType TexTyp
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp1058 template<> struct TexViewTraits<tcu::Texture1DView> { typedef tcu::Texture1D TextureType; }; typedef in struct:vkt::pipeline::__anon4382::TexViewTraits
1059 template<> struct TexViewTraits<tcu::Texture1DArrayView> { typedef tcu::Texture1DArray TextureType; }; typedef in struct:vkt::pipeline::__anon4382::TexViewTraits
1060 template<> struct TexViewTraits<tcu::Texture2DView> { typedef tcu::Texture2D TextureType; }; typedef in struct:vkt::pipeline::__anon4382::TexViewTraits
1061 template<> struct TexViewTraits<tcu::Texture2DArrayView> { typedef tcu::Texture2DArray TextureType; }; typedef in struct:vkt::pipeline::__anon4382::TexViewTraits
1062 template<> struct TexViewTraits<tcu::TextureCubeView> { typedef tcu::TextureCube TextureType; }; typedef in struct:vkt::pipeline::__anon4382::TexViewTraits
1063 template<> struct TexViewTraits<tcu::TextureCubeArrayView> { typedef tcu::TextureCubeArray TextureType; }; typedef in struct:vkt::pipeline::__anon4382::TexViewTraits
1064 template<> struct TexViewTraits<tcu::Texture3DView> { typedef tcu::Texture3D TextureType; }; typedef in struct:vkt::pipeline::__anon4382::TexViewTraits
1067 typename TexViewTraits<TextureViewType>::TextureType* createSkeletonClone (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0);
1122 MovePtr<typename TexViewTraits<TextureViewType>::TextureType> createSwizzledCopy (const TextureViewType& texture, const vk::VkComponentMapping& swz)
1124 MovePtr<typename TexViewTraits<TextureViewType>::TextureType> cop
[all...]
/external/deqp/modules/gles3/functional/
H A 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<TexType>::V> t; };
175 template <TextureType TexType> struct TexTypeCoordVec { typedef tcu::Vector<float, TexTypeCoordDims<TexType>::V> t; };
177 template <TextureType> struct TexTypeCoordParams;
229 template <TextureType TexType>
259 template <TextureType TexType>
271 template <TextureType TexType>
277 template <TextureType TexTyp
[all...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp57 AnisotropyParams (const TextureType texType_,
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp160 enum TextureType enum in namespace:vkt::shaderexecutor::__anon4475
289 static TextureType getTextureType (glu::DataType samplerType)
394 const TextureType texType = getTextureType(samplerType);
437 static vk::VkImageType getVkImageType (TextureType texType)
452 static vk::VkImageViewType getVkImageViewType (TextureType texType)
471 TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue);
481 Move<VkImage> createTestImage (const DeviceInterface& vkd, VkDevice device, TextureType texType, tcu::TextureFormat format)
514 Move<VkImageView> createTestImageView (const DeviceInterface& vkd, VkDevice device, VkImage image, TextureType texType, tcu::TextureFormat format)
543 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue)
755 const TextureType texTyp
[all...]

Completed in 577 milliseconds

123