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/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1395 // TestTextureCube
1407 TestTextureCube::TestTextureCube (const tcu::TextureFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1421 TestTextureCube::TestTextureCube (const tcu::CompressedTexFormat& format, int size) in TestTextureCube() function in vkt::pipeline::TestTextureCube
1439 TestTextureCube::~TestTextureCube (void) in ~TestTextureCube()
1443 int TestTextureCube::getNumLevels (void) const in getNumLevels()
1448 tcu::PixelBufferAccess TestTextureCube::getLevel (int level, int layer) in getLevel()
1453 const tcu::ConstPixelBufferAccess TestTextureCube
[all...]
H A 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);
H A DvktPipelineImageSamplingInstance.cpp161 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
1345 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp281 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1385 // TestTextureCube
1397 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
[all...]
H A 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);
H A DvktPipelineImageSamplingInstance.cpp159 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
1339 const TestTextureCube* texCube = dynamic_cast<const TestTextureCube*>(&testTexture); in getTextureCubeView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp229 texture = MovePtr<TestTexture>(new TestTextureCube(format, size.x())); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp123 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;
242 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
H A DvktTextureTestUtil.cpp1033 const pipeline::TestTextureCube& TextureRenderer::getCubeTexture (int textureIndex) const in getCubeTexture()
1038 return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->getTestTexture()); in getCubeTexture()
1751 texture = TestTextureCubeSp(new pipeline::TestTextureCube(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), level.getWidth())); in loadTextureCube()
1776 texture = TestTextureCubeSp(new pipeline::TestTextureCube(commonFormat, level.getWidth())); in loadTextureCube()
H A DvktTextureFilteringTests.cpp467 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size))); in TextureCubeFilteringTestInstance()
563 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIndex); in iterate()
H A DvktTextureShadowTests.cpp523 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size))); in TextureCubeShadowTestInstance()
607 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex); in iterate()
H A DvktTextureMipmapTests.cpp452 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)); 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/
H A DvktTextureTestUtil.hpp123 typedef de::SharedPtr<pipeline::TestTextureCube> TestTextureCubeSp;
242 const pipeline::TestTextureCube& getCubeTexture (int textureIndex) const;
H A DvktTextureTestUtil.cpp1066 const pipeline::TestTextureCube& TextureRenderer::getCubeTexture (int textureIndex) const in getCubeTexture()
1071 return dynamic_cast<const pipeline::TestTextureCube&>(m_textureBindings[textureIndex]->getTestTexture()); in getCubeTexture()
1784 texture = TestTextureCubeSp(new pipeline::TestTextureCube(tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), level.getWidth())); in loadTextureCube()
1809 texture = TestTextureCubeSp(new pipeline::TestTextureCube(commonFormat, level.getWidth())); in loadTextureCube()
H A DvktTextureFilteringTests.cpp466 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size))); in TextureCubeFilteringTestInstance()
562 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(m_cases[m_caseNdx].textureIndex); in iterate()
H A DvktTextureShadowTests.cpp521 m_textures.push_back(TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size))); in TextureCubeShadowTestInstance()
605 const pipeline::TestTextureCube& texture = m_renderer.getCubeTexture(curCase.textureIndex); in iterate()
H A DvktTextureMipmapTests.cpp452 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(m_testParameters.format), m_testParameters.size)); in TextureCubeMipmapTestInstance()
1266 m_texture = TestTextureCubeSp(new pipeline::TestTextureCube(vk::mapVkFormat(format), m_texSize)); in TextureCubeLodControlTestInstance()

Completed in 49 milliseconds