Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp1506 class ImageLoadStoreLodAMDTestInstance : public BaseTestInstance class
1509 ImageLoadStoreLodAMDTestInstance (Context& context,
1550 ImageLoadStoreLodAMDTestInstance::ImageLoadStoreLodAMDTestInstance (Context& context, in ImageLoadStoreLodAMDTestInstance() function in vkt::image::__anon9df27bca0111::ImageLoadStoreLodAMDTestInstance
1653 tcu::TestStatus ImageLoadStoreLodAMDTestInstance::verifyResult (void) in verifyResult()
1682 VkDescriptorSetLayout ImageLoadStoreLodAMDTestInstance::prepareDescriptors (void) in prepareDescriptors()
1723 void ImageLoadStoreLodAMDTestInstance::commandBindDescriptorsForLayer (const VkCommandBuffer cmdBuf… in commandBindDescriptorsForLayer()
1742 void ImageLoadStoreLodAMDTestInstance::commandBeforeCompute (const VkCommandBuffer cmdBuffer) in commandBeforeCompute()
1794 void ImageLoadStoreLodAMDTestInstance::commandBetweenShaderInvocations (const VkCommandBuffer cmdBu… in commandBetweenShaderInvocations()
1799 void ImageLoadStoreLodAMDTestInstance::commandAfterCompute (const VkCommandBuffer cmdBuffer) in commandAfterCompute()
1910 …return new ImageLoadStoreLodAMDTestInstance(context, m_texture, m_format, m_imageFormat, m_declare… in createInstance()