Searched refs:ImageSizeTestInstance (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 390 class ImageSizeTestInstance : public SizeTestInstance class 393 ImageSizeTestInstance (Context& context, 411 ImageSizeTestInstance::ImageSizeTestInstance (Context& context, const Texture& texture, const VkFormat format, const bool is2DViewOf3D) in ImageSizeTestInstance() function in vkt::image::__anon28032::ImageSizeTestInstance 429 VkDescriptorSetLayout ImageSizeTestInstance::prepareDescriptors (void) in prepareDescriptors() 457 void ImageSizeTestInstance::commandBeforeCompute (const VkCommandBuffer cmdBuffer) in commandBeforeCompute() 538 return new ImageSizeTestInstance(context, m_texture, m_format, m_2DViewOf3D); in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 392 class ImageSizeTestInstance : public SizeTestInstance class 395 ImageSizeTestInstance (Context& context, 413 ImageSizeTestInstance::ImageSizeTestInstance (Context& context, const Texture& texture, const VkFormat format, const bool is2DViewOf3D) in ImageSizeTestInstance() function in vkt::image::__anon29263::ImageSizeTestInstance 431 VkDescriptorSetLayout ImageSizeTestInstance::prepareDescriptors (void) in prepareDescriptors() 459 void ImageSizeTestInstance::commandBeforeCompute (const VkCommandBuffer cmdBuffer) in commandBeforeCompute() 540 return new ImageSizeTestInstance(context, m_texture, m_format, m_2DViewOf3D); in createInstance()
|
Completed in 3 milliseconds