Home
last modified time | relevance | path

Searched refs:TestTexture1DArray (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1074 TestTexture1DArray::TestTexture1DArray(const tcu::TextureFormat &format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1082 TestTexture1DArray::TestTexture1DArray(const tcu::CompressedTexFormat &format, int width, int array… in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1096 TestTexture1DArray::~TestTexture1DArray(void) in ~TestTexture1DArray()
1100 int TestTexture1DArray::getNumLevels(void) const in getNumLevels()
1105 tcu::PixelBufferAccess TestTexture1DArray::getLevel(int level, int layer) in getLevel()
1115 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel(int level, int layer) const in getLevel()
1125 const tcu::Texture1DArray &TestTexture1DArray::getTexture(void) const in getTexture()
1130 tcu::Texture1DArray &TestTexture1DArray::getTexture(void) in getTexture()
1135 int TestTexture1DArray::getArraySize(void) const in getArraySize()
1140 de::MovePtr<TestTexture> TestTexture1DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
H A DvktPipelineImageUtil.hpp203 class TestTexture1DArray : public TestTexture class
209 TestTexture1DArray(const tcu::TextureFormat &format, int width, int arraySize);
210 TestTexture1DArray(const tcu::CompressedTexFormat &format, int width, int arraySize);
211 virtual ~TestTexture1DArray(void);
H A DvktPipelineImageSamplingInstance.cpp146 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
1296 const TestTexture1DArray *tex1DArray = dynamic_cast<const TestTexture1DArray *>(&testTexture); in getTexture1DArrayView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp272 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp129 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp;
260 const pipeline::TestTexture1DArray &get1DArrayTexture(int textureIndex) const;
H A DvktTextureTestUtil.cpp1288 const pipeline::TestTexture1DArray &TextureRenderer::get1DArrayTexture(int textureIndex) const in get1DArrayTexture()
1293 …return dynamic_cast<const pipeline::TestTexture1DArray &>(m_textureBindings[textureIndex]->getTest… in get1DArrayTexture()
H A DvktTextureShadowTests.cpp1273 m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray( in Texture1DArrayShadowTestInstance()
1383 … const pipeline::TestTexture1DArray &texture = m_renderer.get1DArrayTexture(curCase.textureIndex); in iterate()