Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp1100 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1108 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arra… in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1122 TestTexture1DArray::~TestTexture1DArray (void) in ~TestTexture1DArray()
1126 int TestTexture1DArray::getNumLevels (void) const in getNumLevels()
1131 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel()
1140 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const in getLevel()
1149 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture()
1154 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture()
1159 int TestTexture1DArray::getArraySize (void) const in getArraySize()
1164 de::MovePtr<TestTexture> TestTexture1DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp224 class TestTexture1DArray : public TestTexture class
230 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
231 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
232 virtual ~TestTexture1DArray (void);
DvktPipelineImageSamplingInstance.cpp144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
1266 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp214 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1100 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1108 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arra… in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1122 TestTexture1DArray::~TestTexture1DArray (void) in ~TestTexture1DArray()
1126 int TestTexture1DArray::getNumLevels (void) const in getNumLevels()
1131 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel()
1140 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const in getLevel()
1149 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture()
1154 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture()
1159 int TestTexture1DArray::getArraySize (void) const in getArraySize()
1164 de::MovePtr<TestTexture> TestTexture1DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp224 class TestTexture1DArray : public TestTexture class
230 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
231 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
232 virtual ~TestTexture1DArray (void);
DvktPipelineImageSamplingInstance.cpp144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
1266 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp214 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp127 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp;
262 const pipeline::TestTexture1DArray& get1DArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1098 const pipeline::TestTexture1DArray& TextureRenderer::get1DArrayTexture (int textureIndex) const in get1DArrayTexture()
1103 …return dynamic_cast<const pipeline::TestTexture1DArray&>(m_textureBindings[textureIndex]->getTestT… in get1DArrayTexture()
DvktTextureShadowTests.cpp1208 …m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray(vk::mapVkFormat(m_testP… in Texture1DArrayShadowTestInstance()
1286 const pipeline::TestTexture1DArray& texture = m_renderer.get1DArrayTexture(curCase.textureIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.hpp127 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp;
262 const pipeline::TestTexture1DArray& get1DArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1098 const pipeline::TestTexture1DArray& TextureRenderer::get1DArrayTexture (int textureIndex) const in get1DArrayTexture()
1103 …return dynamic_cast<const pipeline::TestTexture1DArray&>(m_textureBindings[textureIndex]->getTestT… in get1DArrayTexture()
DvktTextureShadowTests.cpp1208 …m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray(vk::mapVkFormat(m_testP… in Texture1DArrayShadowTestInstance()
1286 const pipeline::TestTexture1DArray& texture = m_renderer.get1DArrayTexture(curCase.textureIndex); in iterate()