Searched refs:LineTestInstance (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 580 class LineTestInstance : public DiscardTestInstance class 583 LineTestInstance(Context& context, vk::PipelineConstructionType pipelineConstructionType, const char* vertexShaderName, const char* fragmentShaderName) in LineTestInstance() function in vkt::DynamicState::LineTestInstance 645 return new LineTestInstance(context, m_pipelineConstructionType, "discard.vert", "discard.frag"); in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 568 class LineTestInstance : public DiscardTestInstance class 571 LineTestInstance(Context& context, vk::PipelineConstructionType pipelineConstructionType, const char* vertexShaderName, const char* fragmentShaderName) in LineTestInstance() function in vkt::DynamicState::LineTestInstance 633 return new LineTestInstance(context, m_pipelineConstructionType, "discard.vert", "discard.frag"); in createInstance()
|
Completed in 4 milliseconds