Searched refs:varyingGroup (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryVaryingGeometryShaderTests.cpp | 269 MovePtr<TestCaseGroup> varyingGroup (new TestCaseGroup(testCtx, "varying", "Test varyings.")); in createVaryingGeometryShaderTests() local 283 varyingGroup->addChild(new VaryingTest(testCtx, varyingTests[ndx])); in createVaryingGeometryShaderTests() 286 return varyingGroup.release(); in createVaryingGeometryShaderTests()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderIndexingTests.cpp | 985 …TestCaseGroup* varyingGroup = new TestCaseGroup(m_context, "varying_array", "Varying array access … in init() local 986 addChild(varyingGroup); in init() 999 …varyingGroup->addChild(createVaryingArrayCase(m_context, name.c_str(), desc.c_str(), varType, (Ind… in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderIndexingTests.cpp | 1064 …TestCaseGroup* varyingGroup = new TestCaseGroup(m_context, "varying_array", "Varying array access … in init() local 1065 addChild(varyingGroup); in init() 1078 …varyingGroup->addChild(createVaryingArrayCase(m_context, name.c_str(), desc.c_str(), varType, (Ind… in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderIndexingTests.cpp | 1118 …de::MovePtr<TestCaseGroup> varyingGroup(new TestCaseGroup(m_testCtx, "varying_array", "Varying arr… in init() local 1132 varyingGroup->addChild(testCase.release()); in init() 1137 addChild(varyingGroup.release()); in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderIndexingTests.cpp | 1154 …TestCaseGroup* varyingGroup = new TestCaseGroup(m_context, "varying_array", "Varying array access … in init() local 1155 addChild(varyingGroup); in init() 1173 …varyingGroup->addChild(createVaryingArrayCase(m_context, name.c_str(), desc.c_str(), m_glslVersion, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 6145 …tcu::TestCaseGroup* const varyingGroup = new tcu::TestCaseGroup(m_testCtx, "varying", "Test var… in init() local 6156 this->addChild(varyingGroup); in init() 6352 …varyingGroup->addChild(new VaryingTest(m_context, varyingTests[ndx].name, varyingTests[ndx].desc, … in init()
|