Searched refs:TestTexture2DArray (Results  1 – 8 of 8) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ | 
| D | vktPipelineImageUtil.cpp | 1248 TestTexture2DArray::TestTexture2DArray (const tcu::TextureFormat& format, int width, int height, in…  in TestTexture2DArray()  function in vkt::pipeline::TestTexture2DArray 1256 TestTexture2DArray::TestTexture2DArray (const tcu::CompressedTexFormat& format, int width, int heig…  in TestTexture2DArray()  function in vkt::pipeline::TestTexture2DArray 1270 TestTexture2DArray::~TestTexture2DArray (void)  in ~TestTexture2DArray() 1274 int TestTexture2DArray::getNumLevels (void) const  in getNumLevels() 1279 tcu::PixelBufferAccess TestTexture2DArray::getLevel (int level, int layer)  in getLevel() 1288 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const  in getLevel() 1297 const tcu::Texture2DArray& TestTexture2DArray::getTexture (void) const  in getTexture() 1302 tcu::Texture2DArray& TestTexture2DArray::getTexture (void)  in getTexture() 1307 int TestTexture2DArray::getArraySize (void) const  in getArraySize() 1312 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const  in copy() [all …] 
 | 
| D | vktPipelineImageUtil.hpp | 268 class TestTexture2DArray : public TestTexture  class 274 …							TestTexture2DArray	(const tcu::TextureFormat& format, int width, int height, int arraySize); 275 …	TestTexture2DArray	(const tcu::CompressedTexFormat& format, int width, int height, int arraySize); 276 	virtual										~TestTexture2DArray	(void);
  | 
| D | vktPipelineImageSamplingInstance.cpp | 170 					texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount));  in createTestTexture() 1287 	const TestTexture2DArray*	tex2DArray	= dynamic_cast<const TestTexture2DArray*>(&testTexture);  in getTexture2DView() 1309 	const TestTexture2DArray*	tex2DArray	= dynamic_cast<const TestTexture2DArray*>(&testTexture);  in getTexture2DArrayView()
  | 
| D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 240 					texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount));  in createTestTexture()
  | 
| /external/deqp/external/vulkancts/modules/vulkan/texture/ | 
| D | vktTextureTestUtil.hpp | 124 typedef de::SharedPtr<pipeline::TestTexture2DArray>		TestTexture2DArraySp; 247 	const pipeline::TestTexture2DArray&		get2DArrayTexture			(int textureIndex) const;
  | 
| D | vktTextureTestUtil.cpp | 1077 const pipeline::TestTexture2DArray& TextureRenderer::get2DArrayTexture (int textureIndex) const  in get2DArrayTexture() 1082 …return dynamic_cast<const pipeline::TestTexture2DArray&>(m_textureBindings[textureIndex]->getTestT…  in get2DArrayTexture()
  | 
| D | vktTextureShadowTests.cpp | 759 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP…  in Texture2DArrayShadowTestInstance() 840 	const pipeline::TestTexture2DArray&	texture			= m_renderer.get2DArrayTexture(curCase.textureIndex);  in iterate()
  | 
| D | vktTextureFilteringTests.cpp | 716 …m_textures.push_back(TestTexture2DArraySp(new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testP…  in Texture2DArrayFilteringTestInstance() 781 	const pipeline::TestTexture2DArray&	texture		= m_renderer.get2DArrayTexture(curCase.textureIndex);  in iterate()
  |