HomeSort by relevance Sort by last modified time
    Searched refs:TextureType (Results 1 - 25 of 25) sorted by null

  /external/llvm/lib/Target/AMDGPU/
R600TextureIntrinsicsReplacer.cpp 38 void getAdjustmentFromTextureTarget(unsigned TextureType, bool hasLOD,
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 == TEXTURE_SHADOW2D_ARRAY)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Program.java 43 * TextureType specifies what textures are attached to Program
47 public enum TextureType {
52 TextureType(int id) {
72 TextureType mTextures[];
118 public TextureType getTextureType(int slot) {
172 mTextures[slot] != TextureType.TEXTURE_CUBE) {
207 TextureType mTextureTypes[];
225 mTextureTypes = new TextureType[MAX_TEXTURE];
329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException {
343 public BaseProgramBuilder addTexture(TextureType texType, String texName
    [all...]
ProgramFragmentFixedFunction.java 312 sb.addTexture(TextureType.TEXTURE_2D);
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 118 std::string getShaderImageTypeDeclaration (const tcu::TextureFormat& format, gls::TextureTestUtil::TextureType imageType)
160 std::string getShaderImageTypeExtensionString (gls::TextureTestUtil::TextureType imageType)
189 std::string getShaderImageParamP (gls::TextureTestUtil::TextureType imageType)
342 std::string generateShaderSource (ImageOperation function, MemoryQualifier memory, gls::TextureTestUtil::TextureType imageType, const tcu::TextureFormat& format, glu::ShaderType shaderType)
370 void testShader (NegativeTestContext& ctx, ImageOperation function, MemoryQualifier memory, gls::TextureTestUtil::TextureType imageType, const tcu::TextureFormat& format)
393 void image_store (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType)
431 void image_load (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType)
469 void image_atomic (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType)
516 void image_atomic_exchange (NegativeTestContext& ctx, gls::TextureTestUtil::TextureType imageType)
561 image_load(ctx, (gls::TextureTestUtil::TextureType)Type)
    [all...]
es31fShaderTextureSizeTests.cpp 58 enum TextureType
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)
497 TextureSizeCase::TextureType type;
es31fShaderImageLoadStoreTests.cpp 88 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)
242 const char* const imageTypePart = textureType == TEXTURETYPE_BUFFER ? "Buffer"
243 : textureType == TEXTURETYPE_2D ? "2D"
244 : textureType == TEXTURETYPE_3D ? "3D"
245 : textureType == TEXTURETYPE_CUBE ? "Cube"
246 : textureType == TEXTURETYPE_2D_ARRAY ? "2DArray"
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType
    [all...]
es31fTextureGatherTests.cpp 67 using gls::TextureTestUtil::TextureType;
837 static inline glu::DataType getSamplerType (TextureType textureType, const tcu::TextureFormat& format)
841 switch (textureType)
851 switch (textureType)
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)
    [all...]
es31fOpaqueTypeIndexingTests.cpp 78 enum TextureType
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);
    [all...]
es31fTextureMultisampleTests.cpp     [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineReferenceRenderer.hpp 165 template<typename TextureType>
171 const TextureType m_texture;
179 SamplerFragmentShader (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tcu::Sampler& sampler, float lod, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::UVec4& swizzle)
266 template<typename TextureType>
271 SamplerFragmentShader<TextureType> m_fragmentShader;
273 SamplerProgram (const tcu::TextureFormat& colorFormat, const TextureType& texture, const tcu::Sampler& sampler, float lod, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::UVec4& swizzle)
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 63 enum TextureType
106 RenderParams (TextureType texType_)
118 TextureType texType; //!< Texture type.
220 void renderQuad (int texUnit, const float* texCoord, TextureType texType);
317 ReferenceParams (TextureType texType_)
328 ReferenceParams (TextureType texType_, const tcu::Sampler& sampler_, LodMode lodMode_ = LODMODE_EXACT)
glsLongStressCase.hpp 134 gls::TextureTestUtil::TextureType textureType;
149 TextureSpec (const gls::TextureTestUtil::TextureType texType,
163 : textureType (texType)
glsLongStressCase.cpp 78 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)); }
    [all...]
glsTextureTestUtil.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 126 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 TexType
    [all...]
es2fShaderTextureFunctionTests.cpp 116 enum TextureType
126 TextureType type; //!< Texture type (2D, cubemap, ...)
144 TextureSpec (TextureType type_,
es2fTextureSpecificationTests.cpp 330 enum TextureType
356 TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height);
364 const TextureType m_texType;
392 TextureSpecCase::TextureSpecCase (Context& context, const char* name, const char* desc, const TextureType type, const tcu::TextureFormat format, const deUint32 flags, int width, int height)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 154 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 TexType
    [all...]
es3fTextureShadowTests.cpp 95 template<typename TextureType>
98 const TextureType& src,
118 TextureType clampedSource(src);
    [all...]
es3fShaderTextureFunctionTests.cpp 170 enum TextureType
182 TextureType type; //!< Texture type (2D, cubemap, ...)
200 TextureSpec (TextureType type_,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 58 enum TextureType
232 static TextureType getTextureType (glu::DataType samplerType)
337 const TextureType texType = getTextureType(samplerType);
380 static vk::VkImageType getVkImageType (TextureType texType)
395 static vk::VkImageViewType getVkImageViewType (TextureType texType)
481 const TextureType texType = getTextureType(m_samplerType);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 64 enum TextureType
90 TextureType textureType;
494 if (m_config.textureType == TestConfig::TEXTURETYPE_IMAGE
495 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE
496 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE_TEXTURE)
515 if (m_config.textureType == TestConfig::TEXTURETYPE_IMAGE
516 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE
517 || m_config.textureType == TestConfig::TEXTURETYPE_SHARED_IMAGE_TEXTURE)
543 if (m_config.textureType == TestConfig::TEXTURETYPE_TEXTURE
    [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 746 milliseconds