Home
last modified time | relevance | path

Searched refs:usageGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp6452 …tcu::TestCaseGroup* const usageGroup = new tcu::TestCaseGroup(m_testCtx, usages[usageNdx].name, us… in init() local
6453 modifyAfterUseGroup->addChild(usageGroup); in init()
6455usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data", "Respecif… in init()
6456usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data_different_size", … in init()
6457usageGroup->addChild(new ModifyAfterWithBufferDataCase (m_context, "buffer_data_repeated", "R… in init()
6459usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_full", … in init()
6460usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_partial", … in init()
6461usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_full_repeat… in init()
6462usageGroup->addChild(new ModifyAfterWithBufferSubDataCase (m_context, "buffer_sub_data_partial_rep… in init()
6464usageGroup->addChild(new ModifyAfterWithMapBufferRangeCase (m_context, "map_flag_write_full", … in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingTests.cpp1571 …tcu::TestCaseGroup* const usageGroup = new tcu::TestCaseGroup(m_testCtx, "usage", "Test using bind… in init() local
1574 addChild(usageGroup); in init()
1583 usageGroup->addChild(singleGroup); in init()
1584 usageGroup->addChild(multipleGroup); in init()
1585 usageGroup->addChild(mixedGroup); in init()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp9893 …de::MovePtr<tcu::TestCaseGroup> usageGroup (new tcu::TestCaseGroup(testCtx, usageGroupName.c_str(… in createPipelineBarrierTests() local
9906usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests()
9909 group->addChild(usageGroup.get()); in createPipelineBarrierTests()
9910 usageGroup.release(); in createPipelineBarrierTests()
9922 …de::MovePtr<tcu::TestCaseGroup> usageGroup (new tcu::TestCaseGroup(testCtx, usageGroupName.c_str(… in createPipelineBarrierTests() local
9935usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests()
9938 group->addChild(usageGroup.get()); in createPipelineBarrierTests()
9939 usageGroup.release(); in createPipelineBarrierTests()
9944 …de::MovePtr<tcu::TestCaseGroup> usageGroup (new tcu::TestCaseGroup(testCtx, usageGroupName.c_str(… in createPipelineBarrierTests() local
9957usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests()
[all …]