Searched refs:m_recipe (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 52 m_recipe(DE_NULL), in AmberTestCase() 60 delete m_recipe; in ~AmberTestCase() 65 return new AmberTestInstance(ctx, m_recipe, nullptr); in createInstance() 295 m_recipe = new amber::Recipe(); in parse() 298 amber::Result r = am.Parse(script, m_recipe); in parse() 300 m_recipe->SetFenceTimeout(~0u); // infinity of miliseconds in parse() 313 m_recipe->SetImpl(DE_NULL); in parse() 321 std::vector<amber::ShaderInfo> shaders = m_recipe->GetShaderInfo(); in initPrograms() 410 r = am.AreAllRequirementsSupported(m_recipe, &amber_options); in iterate() 421 std::vector<amber::ShaderInfo> shaders = m_recipe in iterate() [all...] |
H A D | vktAmberTestCase.hpp | 54 : TestInstance(context), m_recipe(recipe), m_customDevice(customDevice) in AmberTestInstance() 61 amber::Recipe* m_recipe; member in vkt::cts_amber::AmberTestInstance 113 amber::Recipe* m_recipe; member in vkt::cts_amber::AmberTestCase
|
H A D | vktAmberDepthTests.cpp | 116 return new AmberTestInstance(ctx, m_recipe, m_useCustomDevice ? g_singletonDeviceDepthGroup->get() : nullptr); in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 52 m_recipe(DE_NULL), in AmberTestCase() 59 delete m_recipe; in ~AmberTestCase() 64 return new AmberTestInstance(ctx, m_recipe, nullptr); in createInstance() 294 m_recipe = new amber::Recipe(); in parse() 297 amber::Result r = am.Parse(script, m_recipe); in parse() 299 m_recipe->SetFenceTimeout(~0u); // infinity of miliseconds in parse() 312 m_recipe->SetImpl(DE_NULL); in parse() 320 std::vector<amber::ShaderInfo> shaders = m_recipe->GetShaderInfo(); in initPrograms() 409 r = am.AreAllRequirementsSupported(m_recipe, &amber_options); in iterate() 420 std::vector<amber::ShaderInfo> shaders = m_recipe in iterate() [all...] |
H A D | vktAmberTestCase.hpp | 54 : TestInstance(context), m_recipe(recipe), m_customDevice(customDevice) in AmberTestInstance() 61 amber::Recipe* m_recipe; member in vkt::cts_amber::AmberTestInstance 113 amber::Recipe* m_recipe; member in vkt::cts_amber::AmberTestCase
|
H A D | vktAmberDepthTests.cpp | 111 return new AmberTestInstance(ctx, m_recipe, m_useCustomDevice ? g_singletonDeviceDepthGroup->get() : nullptr); in createInstance()
|
Completed in 4 milliseconds