Home
last modified time | relevance | path

Searched refs:TestTextureCubeArray (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1452 TestTextureCubeArray::TestTextureCubeArray(const tcu::TextureFormat &format, int size, int arraySiz… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1460 TestTextureCubeArray::TestTextureCubeArray(const tcu::CompressedTexFormat &format, int size, int ar… in TestTextureCubeArray() function in vkt::pipeline::TestTextureCubeArray
1476 TestTextureCubeArray::~TestTextureCubeArray(void) in ~TestTextureCubeArray()
1480 int TestTextureCubeArray::getNumLevels(void) const in getNumLevels()
1485 tcu::PixelBufferAccess TestTextureCubeArray::getLevel(int level, int layer) in getLevel()
1496 const tcu::ConstPixelBufferAccess TestTextureCubeArray::getLevel(int level, int layer) const in getLevel()
1507 int TestTextureCubeArray::getArraySize(void) const in getArraySize()
1512 const tcu::TextureCubeArray &TestTextureCubeArray::getTexture(void) const in getTexture()
1517 tcu::TextureCubeArray &TestTextureCubeArray::getTexture(void) in getTexture()
1522 de::MovePtr<TestTexture> TestTextureCubeArray::copy(const tcu::TextureFormat format) const in copy()
[all …]
H A DvktPipelineImageUtil.hpp342 class TestTextureCubeArray : public TestTexture class
348 TestTextureCubeArray(const tcu::TextureFormat &format, int size, int arraySize);
349 TestTextureCubeArray(const tcu::CompressedTexFormat &format, int size, int arraySize);
350 virtual ~TestTextureCubeArray(void);
H A DvktPipelineImageSamplingInstance.cpp167 … texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
1376 …const TestTextureCubeArray *texCubeArray = dynamic_cast<const TestTextureCubeArray *>(&testTexture… in getTextureCubeView()
1412 …const TestTextureCubeArray *texCubeArray = dynamic_cast<const TestTextureCubeArray *>(&testTexture… in getTextureCubeArrayView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp293 … texture = MovePtr<TestTexture>(new TestTextureCubeArray(format, size.x(), layerCount)); in createTestTexture()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp130 typedef de::SharedPtr<pipeline::TestTextureCubeArray> TestTextureCubeArraySp;
264 const pipeline::TestTextureCubeArray &getCubeArrayTexture(int textureIndex) const;
H A DvktTextureTestUtil.cpp1296 const pipeline::TestTextureCubeArray &TextureRenderer::getCubeArrayTexture(int textureIndex) const in getCubeArrayTexture()
1301 …return dynamic_cast<const pipeline::TestTextureCubeArray &>(m_textureBindings[textureIndex]->getTe… in getCubeArrayTexture()
H A DvktTextureShadowTests.cpp1535 m_textures.push_back(TestTextureCubeArraySp(new pipeline::TestTextureCubeArray( in TextureCubeArrayShadowTestInstance()
1623 …const pipeline::TestTextureCubeArray &texture = m_renderer.getCubeArrayTexture(curCase.textureInde… in iterate()