Home
last modified time | relevance | path

Searched refs:TestTexture2DArray (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1224 TestTexture2DArray::TestTexture2DArray(const tcu::TextureFormat &format, int width, int height, int… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1232 TestTexture2DArray::TestTexture2DArray(const tcu::CompressedTexFormat &format, int width, int heigh… in TestTexture2DArray() function in vkt::pipeline::TestTexture2DArray
1246 TestTexture2DArray::~TestTexture2DArray(void) in ~TestTexture2DArray()
1250 int TestTexture2DArray::getNumLevels(void) const in getNumLevels()
1255 tcu::PixelBufferAccess TestTexture2DArray::getLevel(int level, int layer) in getLevel()
1266 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel(int level, int layer) const in getLevel()
1277 const tcu::Texture2DArray &TestTexture2DArray::getTexture(void) const in getTexture()
1282 tcu::Texture2DArray &TestTexture2DArray::getTexture(void) in getTexture()
1287 int TestTexture2DArray::getArraySize(void) const in getArraySize()
1292 de::MovePtr<TestTexture> TestTexture2DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
H A DvktPipelineImageUtil.hpp259 class TestTexture2DArray : public TestTexture class
265 TestTexture2DArray(const tcu::TextureFormat &format, int width, int height, int arraySize);
266TestTexture2DArray(const tcu::CompressedTexFormat &format, int width, int height, int arraySize);
267 virtual ~TestTexture2DArray(void);
H A DvktPipelineImageSamplingInstance.cpp172 … texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
1321 const TestTexture2DArray *tex2DArray = dynamic_cast<const TestTexture2DArray *>(&testTexture); in getTexture2DView()
1347 const TestTexture2DArray *tex2DArray = dynamic_cast<const TestTexture2DArray *>(&testTexture); in getTexture2DArrayView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp298 … texture = MovePtr<TestTexture>(new TestTexture2DArray(format, size.x(), size.y(), layerCount)); in createTestTexture()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp126 typedef de::SharedPtr<pipeline::TestTexture2DArray> TestTexture2DArraySp;
248 const pipeline::TestTexture2DArray &get2DArrayTexture(int textureIndex) const;
H A DvktTextureTestUtil.cpp1264 const pipeline::TestTexture2DArray &TextureRenderer::get2DArrayTexture(int textureIndex) const in get2DArrayTexture()
1269 …return dynamic_cast<const pipeline::TestTexture2DArray &>(m_textureBindings[textureIndex]->getTest… in get2DArrayTexture()
H A DvktTextureShadowTests.cpp802 … 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()
H A DvktTextureFilteringTests.cpp772 … new pipeline::TestTexture2DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, in Texture2DArrayFilteringTestInstance()
850 … const pipeline::TestTexture2DArray &texture = m_renderer.get2DArrayTexture(curCase.textureIndex); in iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2715 using TestTexture2DSp = de::SharedPtr<pipeline::TestTexture2DArray>;
2724 , m_texture(TestTexture2DSp(new pipeline::TestTexture2DArray( in CopyCompressedImageToBuffer()