Searched refs:TextureBinding (Results 1 - 20 of 20) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcShaderRenderCase.cpp76 // TextureBinding
78 TextureBinding::TextureBinding(const glu::Texture2D* tex2D, const tcu::Sampler& sampler) function in class:deqp::TextureBinding
84 TextureBinding::TextureBinding(const glu::TextureCube* texCube, const tcu::Sampler& sampler) function in class:deqp::TextureBinding
90 TextureBinding::TextureBinding(const glu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler) function in class:deqp::TextureBinding
96 TextureBinding::TextureBinding(const glu::Texture3D* tex3D, const tcu::Sampler& sampler) function in class:deqp::TextureBinding
102 TextureBinding function in class:deqp::TextureBinding
[all...]
H A DglcShaderRenderCase.hpp88 // TextureBinding
90 class TextureBinding class in namespace:deqp
104 TextureBinding(const glu::Texture2D* tex2D, const tcu::Sampler& sampler);
105 TextureBinding(const glu::TextureCube* texCube, const tcu::Sampler& sampler);
106 TextureBinding(const glu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler);
107 TextureBinding(const glu::Texture3D* tex3D, const tcu::Sampler& sampler);
108 TextureBinding(void);
298 std::vector<TextureBinding> m_textures;
H A DglcShaderStructTests.cpp102 m_textures.push_back(TextureBinding(
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp67 // TextureBinding
69 TextureBinding::TextureBinding (const glu::Texture2D* tex2D, const tcu::Sampler& sampler) function in class:deqp::gls::TextureBinding
76 TextureBinding::TextureBinding (const glu::TextureCube* texCube, const tcu::Sampler& sampler) function in class:deqp::gls::TextureBinding
83 TextureBinding::TextureBinding (const glu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler) function in class:deqp::gls::TextureBinding
90 TextureBinding::TextureBinding (const glu::Texture3D* tex3D, const tcu::Sampler& sampler) function in class:deqp::gls::TextureBinding
97 TextureBinding function in class:deqp::gls::TextureBinding
[all...]
H A DglsShaderRenderCase.hpp72 // TextureBinding
74 class TextureBinding class in namespace:deqp::gls
88 TextureBinding (const glu::Texture2D* tex2D, const tcu::Sampler& sampler);
89 TextureBinding (const glu::TextureCube* texCube, const tcu::Sampler& sampler);
90 TextureBinding (const glu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler);
91 TextureBinding (const glu::Texture3D* tex3D, const tcu::Sampler& sampler);
92 TextureBinding (void);
252 std::vector<TextureBinding> m_textures;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp68 class TextureBinding class in namespace:vkt::sr
112 TextureBinding (const tcu::Archive& archive,
117 TextureBinding (const tcu::Texture1D* tex1D, const tcu::Sampler& sampler);
118 TextureBinding (const tcu::Texture2D* tex2D, const tcu::Sampler& sampler);
119 TextureBinding (const tcu::Texture3D* tex3D, const tcu::Sampler& sampler);
120 TextureBinding (const tcu::TextureCube* texCube, const tcu::Sampler& sampler);
121 TextureBinding (const tcu::Texture1DArray* tex1DArray, const tcu::Sampler& sampler);
122 TextureBinding (const tcu::Texture2DArray* tex2DArray, const tcu::Sampler& sampler);
123 TextureBinding (const tcu::TextureCubeArray* texCubeArray, const tcu::Sampler& sampler);
125 ~TextureBinding (voi
[all...]
H A DvktShaderRender.cpp65 static VkImageViewType textureTypeToImageViewType (TextureBinding::Type type)
69 case TextureBinding::TYPE_1D: return VK_IMAGE_VIEW_TYPE_1D;
70 case TextureBinding::TYPE_2D: return VK_IMAGE_VIEW_TYPE_2D;
71 case TextureBinding::TYPE_3D: return VK_IMAGE_VIEW_TYPE_3D;
72 case TextureBinding::TYPE_CUBE_MAP: return VK_IMAGE_VIEW_TYPE_CUBE;
73 case TextureBinding::TYPE_1D_ARRAY: return VK_IMAGE_VIEW_TYPE_1D_ARRAY;
74 case TextureBinding::TYPE_2D_ARRAY: return VK_IMAGE_VIEW_TYPE_2D_ARRAY;
75 case TextureBinding::TYPE_CUBE_ARRAY: return VK_IMAGE_VIEW_TYPE_CUBE_ARRAY;
278 // TextureBinding
280 TextureBinding
[all...]
H A DvktShaderRenderDiscardTests.cpp82 de::SharedPtr<TextureBinding> brickTexture(new TextureBinding(m_context.getTestContext().getArchive(),
84 TextureBinding::TYPE_2D,
H A DvktShaderRenderTextureFunctionTests.cpp826 m_textures.push_back(TextureBindingSp(new TextureBinding(texture2D.release(), m_textureSpec.sampler)));
885 m_textures.push_back(TextureBindingSp(new TextureBinding(textureCube.release(), m_textureSpec.sampler)));
922 m_textures.push_back(TextureBindingSp(new TextureBinding(texture2DArray.release(), m_textureSpec.sampler)));
955 m_textures.push_back(TextureBindingSp(new TextureBinding(texture3D.release(), m_textureSpec.sampler)));
985 m_textures.push_back(TextureBindingSp(new TextureBinding(texture1D.release(), m_textureSpec.sampler)));
1021 m_textures.push_back(TextureBindingSp(new TextureBinding(texture1DArray.release(), m_textureSpec.sampler)));
1089 m_textures.push_back(TextureBindingSp(new TextureBinding(textureCubeArray.release(), m_textureSpec.sampler)));
1546 const TextureBinding::Parameters params (lodBase);
1559 textureBinding = TextureBindingSp(new TextureBinding(texture.release(), sampler));
1570 textureBinding = TextureBindingSp(new TextureBinding(textur
[all...]
H A DvktShaderRenderTextureGatherTests.cpp1164 TextureBinding::Parameters textureParams;
1731 return TextureBindingSp(new TextureBinding(texture.release(), sampler));
1943 return TextureBindingSp(new TextureBinding(texture.release(), sampler));
2162 return TextureBindingSp(new TextureBinding(texture.release(), sampler));
H A DvktShaderRenderDerivateTests.cpp1238 de::SharedPtr<TextureBinding> testTexture (new TextureBinding(texture.release(),
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp124 class TextureBinding { class in namespace:vkt::texture::util
136 TextureBinding (Context& context);
137 TextureBinding (Context& context, const TestTextureSp& textureData, const Type type);
145 TextureBinding (const TextureBinding&); // not allowed!
146 TextureBinding& operator= (const TextureBinding&); // not allowed!
158 typedef de::SharedPtr<TextureBinding> TextureBindingSp;
190 TextureBinding* getTextureBinding (int textureIndex) const;
H A DvktTextureTestUtil.cpp119 VkImageViewType textureTypeToImageViewType (TextureBinding::Type type)
123 case TextureBinding::TYPE_2D: return VK_IMAGE_VIEW_TYPE_2D;
124 case TextureBinding::TYPE_2D_ARRAY: return VK_IMAGE_VIEW_TYPE_2D_ARRAY;
125 case TextureBinding::TYPE_CUBE_MAP: return VK_IMAGE_VIEW_TYPE_CUBE;
126 case TextureBinding::TYPE_3D: return VK_IMAGE_VIEW_TYPE_3D;
287 TextureBinding::TextureBinding (Context& context) function in class:vkt::texture::util::TextureBinding
292 TextureBinding::TextureBinding (Context& context, const TestTextureSp& textureData, const TextureBinding function in class:vkt::texture::util::TextureBinding
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp119 m_textures.push_back(TextureBinding(m_brickTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE,
H A Des2fShaderTextureFunctionTests.cpp357 m_textures.push_back(gls::TextureBinding(m_texture2D, m_textureSpec.sampler));
402 m_textures.push_back(gls::TextureBinding(m_textureCube, m_textureSpec.sampler));
H A Des2fShaderStructTests.cpp131 m_textures.push_back(TextureBinding(m_brickTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE,
/external/deqp/modules/gles3/functional/
H A Des3fShaderDiscardTests.cpp98 m_textures.push_back(TextureBinding(m_brickTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE,
H A Des3fShaderStructTests.cpp97 m_textures.push_back(TextureBinding(m_brickTexture, tcu::Sampler(tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE, tcu::Sampler::CLAMP_TO_EDGE,
H A Des3fShaderTextureFunctionTests.cpp603 m_textures.push_back(gls::TextureBinding(m_texture2D, m_textureSpec.sampler));
661 m_textures.push_back(gls::TextureBinding(m_textureCube, m_textureSpec.sampler));
697 m_textures.push_back(gls::TextureBinding(m_texture2DArray, m_textureSpec.sampler));
729 m_textures.push_back(gls::TextureBinding(m_texture3D, m_textureSpec.sampler));
H A Des3fIntegerStateQueryTests.cpp3014 const struct TextureBinding struct

Completed in 708 milliseconds