Searched refs:TestTexture2DArray (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 1256 TestTexture2DArray::TestTexture2DArray(const tcu::TextureFormat &format, int width, int height, int… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray 1264 TestTexture2DArray::TestTexture2DArray(const tcu::CompressedTexFormat &format, int width, int heigh… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray 1278 TestTexture2DArray::~TestTexture2DArray(void) in ~TestTexture2DArray() 1282 int TestTexture2DArray::getNumLevels(void) const in getNumLevels() 1287 tcu::PixelBufferAccess TestTexture2DArray::getLevel(int level, int layer) in getLevel() 1298 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel(int level, int layer) const in getLevel() 1309 const tcu::Texture2DArray &TestTexture2DArray::getTexture(void) const in getTexture() 1314 tcu::Texture2DArray &TestTexture2DArray::getTexture(void) in getTexture() 1319 int TestTexture2DArray::getArraySize(void) const in getArraySize() 1324 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const in copy() [all …]
|
D | vktPipelineImageUtil.hpp | 261 class TestTexture2DArray : public TestTexture class 267 TestTexture2DArray(const tcu::TextureFormat &format, int width, int height, int arraySize); 268 … TestTexture2DArray(const tcu::CompressedTexFormat &format, int width, int height, int arraySize); 269 virtual ~TestTexture2DArray(void);
|
D | vktPipelineImageSamplingInstance.cpp | 172 … texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture() 1329 const TestTexture2DArray *tex2DArray = dynamic_cast<const TestTexture2DArray *>(&testTexture); in getTexture2DView() 1355 const TestTexture2DArray *tex2DArray = dynamic_cast<const TestTexture2DArray *>(&testTexture); in getTexture2DArrayView()
|
D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 298 … texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 126 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp; 248 const pipeline::TestTexture2DArray &get2DArrayTexture(int textureIndex) const;
|
D | vktTextureTestUtil.cpp | 1264 const pipeline::TestTexture2DArray &TextureRenderer::get2DArrayTexture(int textureIndex) const in get2DArrayTexture() 1269 …return dynamic_cast<const pipeline::TestTexture2DArray &>(m_textureBindings[textureIndex]->getTest… in get2DArrayTexture()
|
D | vktTextureShadowTests.cpp | 802 … new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, in Texture2DArrayShadowTestInstance() 892 … const pipeline::TestTexture2DArray &texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()
|
D | vktTextureFilteringTests.cpp | 775 … new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, in Texture2DArrayFilteringTestInstance() 853 … const pipeline::TestTexture2DArray &texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2853 using TestTexture2DSp = de::SharedPtr<pipeline::TestTexture2DArray>; 2862 , m_texture(TestTexture2DSp(new pipeline::TestTexture2DArray( in CopyCompressedImageToBuffer()
|