| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineImageUtil.cpp | 1476 TestTextureCubeArray::TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySi… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray 1484 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray 1500 TestTextureCubeArray::~TestTextureCubeArray (void) in ~TestTextureCubeArray() 1504 int TestTextureCubeArray::getNumLevels (void) const in getNumLevels() 1509 tcu::PixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) in getLevel() 1518 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) const in getLevel() 1527 int TestTextureCubeArray::getArraySize (void) const in getArraySize() 1532 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture() 1537 tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) in getTexture() 1542 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy() [all …]
|
| D | vktPipelineImageUtil.hpp | 333 class TestTextureCubeArray: public TestTexture class 339 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize); 340 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize); 341 virtual ~TestTextureCubeArray (void);
|
| D | vktPipelineImageSamplingInstance.cpp | 165 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture() 1340 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView() 1371 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()
|
| D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 235 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineImageUtil.cpp | 1486 TestTextureCubeArray::TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySi… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray 1494 TestTextureCubeArray::TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int a… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray 1510 TestTextureCubeArray::~TestTextureCubeArray (void) in ~TestTextureCubeArray() 1514 int TestTextureCubeArray::getNumLevels (void) const in getNumLevels() 1519 tcu::PixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) in getLevel() 1528 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel (int level, int layer) const in getLevel() 1537 int TestTextureCubeArray::getArraySize (void) const in getArraySize() 1542 const tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) const in getTexture() 1547 tcu::TextureCubeArray& TestTextureCubeArray::getTexture (void) in getTexture() 1552 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy() [all …]
|
| D | vktPipelineImageUtil.hpp | 333 class TestTextureCubeArray: public TestTexture class 339 TestTextureCubeArray (const tcu::TextureFormat& format, int size, int arraySize); 340 TestTextureCubeArray (const tcu::CompressedTexFormat& format, int size, int arraySize); 341 virtual ~TestTextureCubeArray (void);
|
| D | vktPipelineImageSamplingInstance.cpp | 167 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture() 1346 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeView() 1377 const TestTextureCubeArray* texCubeArray = dynamic_cast<const TestTextureCubeArray*>(&testTexture); in getTextureCubeArrayView()
|
| D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 287 texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktTextureTestUtil.hpp | 128 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp; 267 const pipeline::TestTextureCubeArray& getCubeArrayTexture (int textureIndex) const;
|
| D | vktTextureTestUtil.cpp | 1106 const pipeline::TestTextureCubeArray& TextureRenderer::getCubeArrayTexture (int textureIndex) const in getCubeArrayTexture() 1111 …return dynamic_cast<const pipeline::TestTextureCubeArray&>(m_textureBindings[textureIndex]->getTes… in getCubeArrayTexture()
|
| D | vktTextureShadowTests.cpp | 1436 …m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray(vk::mapVkFormat(m_t… in TextureCubeArrayShadowTestInstance() 1514 …const pipeline::TestTextureCubeArray& texture = m_renderer.getCubeArrayTexture(curCase.textureIn… in iterate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureTestUtil.hpp | 128 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp; 267 const pipeline::TestTextureCubeArray& getCubeArrayTexture (int textureIndex) const;
|
| D | vktTextureTestUtil.cpp | 1073 const pipeline::TestTextureCubeArray& TextureRenderer::getCubeArrayTexture (int textureIndex) const in getCubeArrayTexture() 1078 …return dynamic_cast<const pipeline::TestTextureCubeArray&>(m_textureBindings[textureIndex]->getTes… in getCubeArrayTexture()
|
| D | vktTextureShadowTests.cpp | 1438 …m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray(vk::mapVkFormat(m_t… in TextureCubeArrayShadowTestInstance() 1516 …const pipeline::TestTextureCubeArray& texture = m_renderer.getCubeArrayTexture(curCase.textureIn… in iterate()
|