/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.cpp | 1108 // 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 D | vktPipelineImageUtil.hpp | 224 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 D | vktPipelineImageSamplingInstance.cpp | 146 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture() 1272 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 266 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 D | vktPipelineImageUtil.cpp | 1098 // 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 D | vktPipelineImageUtil.hpp | 224 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 D | vktPipelineImageSamplingInstance.cpp | 144 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture() 1266 const TestTexture1DArray* tex1DArray = dynamic_cast<const TestTexture1DArray*>(&testTexture); in getTexture1DArrayView()
|
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 214 texture = MovePtr<TestTexture>(new TestTexture1DArray(format, size.x(), layerCount)); in createTestTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 127 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp; 262 const pipeline::TestTexture1DArray& get1DArrayTexture (int textureIndex) const;
|
H A D | vktTextureTestUtil.cpp | 1065 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 D | vktTextureShadowTests.cpp | 1210 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 D | vktTextureTestUtil.hpp | 127 typedef de::SharedPtr<pipeline::TestTexture1DArray> TestTexture1DArraySp; 262 const pipeline::TestTexture1DArray& get1DArrayTexture (int textureIndex) const;
|
H A D | vktTextureTestUtil.cpp | 1098 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 D | vktTextureShadowTests.cpp | 1208 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()
|