Searched refs:TessellationShaderBarrierTestCase (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderBarrier.hpp | 46 class TessellationShaderBarrierTestCase : public TestCaseBase class 50 …TessellationShaderBarrierTestCase(Context& context, const ExtParameters& extParams, const char* na… 53 virtual ~TessellationShaderBarrierTestCase(void) in ~TessellationShaderBarrierTestCase() 91 class TessellationShaderBarrier1 : public TessellationShaderBarrierTestCase 129 class TessellationShaderBarrier2 : public TessellationShaderBarrierTestCase 173 class TessellationShaderBarrier3 : public TessellationShaderBarrierTestCase
|
D | esextcTessellationShaderBarrier.cpp | 62 TessellationShaderBarrierTestCase::TessellationShaderBarrierTestCase(Context& context, const ExtPar… in TessellationShaderBarrierTestCase() function in glcts::TessellationShaderBarrierTestCase 77 void TessellationShaderBarrierTestCase::deinit() in deinit() 154 void TessellationShaderBarrierTestCase::initTest() in initTest() 236 tcu::TestNode::IterateResult TessellationShaderBarrierTestCase::iterate(void) in iterate() 318 : TessellationShaderBarrierTestCase(context, extParams, "barrier_guarded_read_calls", in TessellationShaderBarrier1() 516 : TessellationShaderBarrierTestCase(context, extParams, "barrier_guarded_write_calls", in TessellationShaderBarrier2() 709 : TessellationShaderBarrierTestCase(context, extParams, "barrier_guarded_read_write_calls", in TessellationShaderBarrier3()
|