Home
last modified time | relevance | path

Searched refs:TestTextureCube (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp1397 TestTextureCube::TestTextureCube (const tcu::TextureFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1411 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1429 TestTextureCube::~TestTextureCube (void) in ~TestTextureCube()
1433 int TestTextureCube::getNumLevels (void) const in getNumLevels()
1438 tcu::PixelBufferAccess TestTextureCube::getLevel (int level, int layer) in getLevel()
1443 const tcu::ConstPixelBufferAccess TestTextureCube::getLevel (int level, int layer) const in getLevel()
1448 int TestTextureCube::getArraySize (void) const in getArraySize()
1453 const tcu::TextureCube& TestTextureCube::getTexture (void) const in getTexture()
1458 tcu::TextureCube& TestTextureCube::getTexture (void) in getTexture()
1463 de::MovePtr<TestTexture> TestTextureCube::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp311 class TestTextureCube : public TestTexture class
317 TestTextureCube (const tcu::TextureFormat& format, int size);
318 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
319 virtual ~TestTextureCube (void);
DvktPipelineImageSamplingInstance.cpp159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
1339 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp229 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1397 TestTextureCube::TestTextureCube (const tcu::TextureFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1411 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1429 TestTextureCube::~TestTextureCube (void) in ~TestTextureCube()
1433 int TestTextureCube::getNumLevels (void) const in getNumLevels()
1438 tcu::PixelBufferAccess TestTextureCube::getLevel (int level, int layer) in getLevel()
1443 const tcu::ConstPixelBufferAccess TestTextureCube::getLevel (int level, int layer) const in getLevel()
1448 int TestTextureCube::getArraySize (void) const in getArraySize()
1453 const tcu::TextureCube& TestTextureCube::getTexture (void) const in getTexture()
1458 tcu::TextureCube& TestTextureCube::getTexture (void) in getTexture()
1463 de::MovePtr<TestTexture> TestTextureCube::copy(const tcu::TextureFormat format) const in copy()
[all …]
DvktPipelineImageUtil.hpp311 class TestTextureCube : public TestTexture class
317 TestTextureCube (const tcu::TextureFormat& format, int size);
318 TestTextureCube (const tcu::CompressedTexFormat& format, int size);
319 virtual ~TestTextureCube (void);
DvktPipelineImageSamplingInstance.cpp159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
1339 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp229 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp123 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;
242 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1066 const pipeline::TestTextureCube& TextureRenderer::getCubeTexture (int textureIndex) const in getCubeTexture()
1071 …return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->getTestText… in getCubeTexture()
1784 …texture = TestTextureCubeSp(new pipeline::TestTextureCube(tcu::TextureFormat(tcu::TextureFormat::R… in loadTextureCube()
1809 texture = TestTextureCubeSp(new pipeline::TestTextureCube(commonFormat, level.getWidth())); in loadTextureCube()
DvktTextureShadowTests.cpp521 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeShadowTestInstance()
605 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex); in iterate()
DvktTextureFilteringTests.cpp466 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeFilteringTestInstance()
562 …const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIn… in iterate()
DvktTextureMipmapTests.cpp452 …m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.forma… in TextureCubeMipmapTestInstance()
1266 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(format), m_texSize)); in TextureCubeLodControlTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.hpp123 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;
242 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
DvktTextureTestUtil.cpp1066 const pipeline::TestTextureCube& TextureRenderer::getCubeTexture (int textureIndex) const in getCubeTexture()
1071 …return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->getTestText… in getCubeTexture()
1784 …texture = TestTextureCubeSp(new pipeline::TestTextureCube(tcu::TextureFormat(tcu::TextureFormat::R… in loadTextureCube()
1809 texture = TestTextureCubeSp(new pipeline::TestTextureCube(commonFormat, level.getWidth())); in loadTextureCube()
DvktTextureShadowTests.cpp521 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeShadowTestInstance()
605 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex); in iterate()
DvktTextureFilteringTests.cpp466 …m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParamet… in TextureCubeFilteringTestInstance()
562 …const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIn… in iterate()
DvktTextureMipmapTests.cpp452 …m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.forma… in TextureCubeMipmapTestInstance()
1266 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(format), m_texSize)); in TextureCubeLodControlTestInstance()