Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryTraversalControlTests.cpp707 class ComputeConfiguration : public TestConfiguration class
710 virtual ~ComputeConfiguration();
730 ComputeConfiguration::~ComputeConfiguration() in ~ComputeConfiguration()
734 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
782 void ComputeConfiguration::fillCommandBuffer( in fillCommandBuffer()
805 bool ComputeConfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams… in verifyImage()
876 VkFormat ComputeConfiguration::getResultImageFormat() in getResultImageFormat()
881 size_t ComputeConfiguration::getResultImageFormatSize() in getResultImageFormatSize()
886 VkClearValue ComputeConfiguration::getClearValue() in getClearValue()
1898 testConfiguration = de::SharedPtr<TestConfiguration>(new ComputeConfiguration()); in iterate()
DvktRayQueryCullRayFlagsTests.cpp766 class ComputeConfiguration : public TestConfiguration class
769 virtual ~ComputeConfiguration();
789 ComputeConfiguration::~ComputeConfiguration() in ~ComputeConfiguration()
793 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
840 void ComputeConfiguration::fillCommandBuffer( in fillCommandBuffer()
865 bool ComputeConfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams… in verifyImage()
906 VkFormat ComputeConfiguration::getResultImageFormat() in getResultImageFormat()
911 size_t ComputeConfiguration::getResultImageFormatSize() in getResultImageFormatSize()
916 VkClearValue ComputeConfiguration::getClearValue() in getClearValue()
1890 testConfiguration = de::SharedPtr<TestConfiguration>(new ComputeConfiguration()); in iterate()
DvktRayQueryWatertightnessTests.cpp901 class ComputeConfiguration : public PipelineConfiguration class
904 ComputeConfiguration();
905 virtual ~ComputeConfiguration() in ~ComputeConfiguration()
928 ComputeConfiguration::ComputeConfiguration() in ComputeConfiguration() function in vkt::RayQuery::__anon8f7f866b0111::ComputeConfiguration
941 void ComputeConfiguration::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
947 void ComputeConfiguration::initPrograms(SourceCollections &programCollection, const TestParams &tes… in initPrograms()
980 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
1003 void ComputeConfiguration::fillCommandBuffer(Context &context, TestParams &testParams, VkCommandBuf… in fillCommandBuffer()
2012 m_pipelineConfig = de::MovePtr<PipelineConfiguration>(new ComputeConfiguration()); in RayQueryBuiltinTestInstance()
2188 return ComputeConfiguration::checkSupport; in getPipelineCheckSupport()
[all …]
DvktRayQueryAccelerationStructuresTests.cpp773 class ComputeConfiguration : public TestConfiguration class
776 virtual ~ComputeConfiguration();
796 ComputeConfiguration::~ComputeConfiguration() in ~ComputeConfiguration()
800 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
846 void ComputeConfiguration::fillCommandBuffer( in fillCommandBuffer()
869 bool ComputeConfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams… in verifyImage()
902 VkFormat ComputeConfiguration::getResultImageFormat() in getResultImageFormat()
907 size_t ComputeConfiguration::getResultImageFormatSize() in getResultImageFormatSize()
912 VkClearValue ComputeConfiguration::getClearValue() in getClearValue()
1199 return de::SharedPtr<TestConfiguration>(new ComputeConfiguration()); in createTestConfiguration()
DvktRayQueryBuiltinTests.cpp983 class ComputeConfiguration : public PipelineConfiguration class
986 ComputeConfiguration();
987 virtual ~ComputeConfiguration() in ~ComputeConfiguration()
1010 ComputeConfiguration::ComputeConfiguration() in ComputeConfiguration() function in vkt::RayQuery::__anoncea00c060111::ComputeConfiguration
1023 void ComputeConfiguration::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
1029 void ComputeConfiguration::initPrograms(SourceCollections &programCollection, const TestParams &tes… in initPrograms()
1064 void ComputeConfiguration::initConfiguration(const TestEnvironment &env, TestParams &testParams) in initConfiguration()
1087 void ComputeConfiguration::fillCommandBuffer(const TestEnvironment &env, TestParams &testParams, in fillCommandBuffer()
6021 m_pipelineConfig = de::MovePtr<PipelineConfiguration>(new ComputeConfiguration()); in RayQueryBuiltinTestInstance()
6200 return ComputeConfiguration::checkSupport; in getPipelineCheckSupport()
[all …]