Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp222 class TestTexture1DArray : public TestTexture class
228 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
229 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
230 virtual ~TestTexture1DArray (void);
DvktPipelineImageUtil.cpp1058 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1066 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arra… in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1080 TestTexture1DArray::~TestTexture1DArray (void) in ~TestTexture1DArray()
1084 int TestTexture1DArray::getNumLevels (void) const in getNumLevels()
1089 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel()
1098 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const in getLevel()
1107 const tcu::Texture1DArray& TestTexture1DArray::getTexture (void) const in getTexture()
1112 tcu::Texture1DArray& TestTexture1DArray::getTexture (void) in getTexture()
1117 int TestTexture1DArray::getArraySize (void) const in getArraySize()
1122 de::MovePtr<TestTexture> TestTexture1DArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageSamplingInstance.cpp144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
1243 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp125 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp;
254 const pipeline::TestTexture1DArray& get1DArrayTexture (int textureIndex) const;
DvktTextureTestUtil.cpp935 const pipeline::TestTexture1DArray& TextureRenderer::get1DArrayTexture (int textureIndex) const in get1DArrayTexture()
940 …return dynamic_cast<const pipeline::TestTexture1DArray&>(m_textureBindings[textureIndex]->getTestT… in get1DArrayTexture()
DvktTextureShadowTests.cpp1141 …m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray(vk::mapVkFormat(m_testP… in Texture1DArrayShadowTestInstance()
1219 const pipeline::TestTexture1DArray& texture = m_renderer.get1DArrayTexture(curCase.textureIndex); in iterate()