Home
last modified time | relevance | path

Searched refs:orderName (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp836 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon() local
837 const char* const orderDescription = orderName; in createAllocationTestsCommon()
838 …de::MovePtr<tcu::TestCaseGroup> orderGroup (new tcu::TestCaseGroup(testCtx, orderName, orderDesc… in createAllocationTestsCommon()
886 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon() local
887 const char* const orderDescription = orderName; in createAllocationTestsCommon()
888 …de::MovePtr<tcu::TestCaseGroup> orderGroup (new tcu::TestCaseGroup(testCtx, orderName, orderDesc… in createAllocationTestsCommon()
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_shuffles.cpp248 static char orderName[ 512 ] = ""; in get_order_name() local
260 sprintf( orderName, "order %s%s -> %s%s", in get_order_name()
262 return orderName; in get_order_name()