Home
last modified time | relevance | path

Searched refs:TestImage (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp193 class TestImage class
196 TestImage (const DeviceInterface& vkd,
213 TestImage::TestImage (const DeviceInterface& vkd, in TestImage() function in vkt::ycbcr::__anon37eb4e340111::TestImage
226 typedef de::SharedPtr<TestImage> TestImageSp;
412 …testImages[ndx] = TestImageSp(new TestImage(vkd, device, context.getDefaultAllocator(), params.for… in testImageQuery()
415 …testImages.push_back(TestImageSp(new TestImage(vkd, device, context.getDefaultAllocator(), params.… in testImageQuery()
562 …testImages[ndx] = TestImageSp(new TestImage(vkd, device, context.getDefaultAllocator(), params.for… in testImageQueryLod()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp468 class TestImage class
471TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorVal…
543 TestImage::TestImage (Context& context, TextureType texType, tcu::TextureFormat format, const void*… in TestImage() function in vkt::shaderexecutor::__anon8df3781e0111::TestImage
707 typedef SharedPtr<TestImage> TestImageSp;
837 …images.push_back(TestImageSp(new TestImage(m_context, texType, texFormat, &texData[ndx * texFormat… in iterate()