Home
last modified time | relevance | path

Searched refs:TestTexture1DArray (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1108 // TestTexture1DArray
1110 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1118 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1132 TestTexture1DArray::~TestTexture1DArray (void) in ~TestTexture1DArray()
1136 int TestTexture1DArray::getNumLevels (void) const in getNumLevels()
1141 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel()
1150 const tcu::ConstPixelBufferAccess TestTexture1DArray
[all...]
H A DvktPipelineImageUtil.hpp224 class TestTexture1DArray : public TestTexture class
230 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
231 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
232 virtual ~TestTexture1DArray (void);
H A DvktPipelineImageSamplingInstance.cpp146 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
1272 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp266 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp1098 // TestTexture1DArray
1100 TestTexture1DArray::TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1108 TestTexture1DArray::TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize) in TestTexture1DArray() function in vkt::pipeline::TestTexture1DArray
1122 TestTexture1DArray::~TestTexture1DArray (void) in ~TestTexture1DArray()
1126 int TestTexture1DArray::getNumLevels (void) const in getNumLevels()
1131 tcu::PixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) in getLevel()
1140 const tcu::ConstPixelBufferAccess TestTexture1DArray
[all...]
H A DvktPipelineImageUtil.hpp224 class TestTexture1DArray : public TestTexture class
230 TestTexture1DArray (const tcu::TextureFormat& format, int width, int arraySize);
231 TestTexture1DArray (const tcu::CompressedTexFormat& format, int width, int arraySize);
232 virtual ~TestTexture1DArray (void);
H A DvktPipelineImageSamplingInstance.cpp144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
1266 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp214 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.hpp127 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp;
262 const pipeline::TestTexture1DArray& get1DArrayTexture (int textureIndex) const;
H A DvktTextureTestUtil.cpp1065 const pipeline::TestTexture1DArray& TextureRenderer::get1DArrayTexture (int textureIndex) const in get1DArrayTexture()
1070 return dynamic_cast<const pipeline::TestTexture1DArray&>(m_textureBindings[textureIndex]->getTestTexture()); in get1DArrayTexture()
H A DvktTextureShadowTests.cpp1210 m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.numLayers))); in Texture1DArrayShadowTestInstance()
1288 const pipeline::TestTexture1DArray& texture = m_renderer.get1DArrayTexture(curCase.textureIndex); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.hpp127 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp;
262 const pipeline::TestTexture1DArray& get1DArrayTexture (int textureIndex) const;
H A DvktTextureTestUtil.cpp1098 const pipeline::TestTexture1DArray& TextureRenderer::get1DArrayTexture (int textureIndex) const in get1DArrayTexture()
1103 return dynamic_cast<const pipeline::TestTexture1DArray&>(m_textureBindings[textureIndex]->getTestTexture()); in get1DArrayTexture()
H A DvktTextureShadowTests.cpp1208 m_textures.push_back(TestTexture1DArraySp(new pipeline::TestTexture1DArray(vk::mapVkFormat(m_testParameters.format), m_testParameters.width, m_testParameters.numLayers))); in Texture1DArrayShadowTestInstance()
1286 const pipeline::TestTexture1DArray& texture = m_renderer.get1DArrayTexture(curCase.textureIndex); in iterate()

Completed in 32 milliseconds