Searched refs:testTypeIndex (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_relationals.cpp | 590 unsigned int index, typeIndex, testTypeIndex; in test_relational_select_signed() local 607 for( testTypeIndex = 0; testVecType[ testTypeIndex ] != kNumExplicitTypes; testTypeIndex++ ) in test_relational_select_signed() 609 if( testVecType[ testTypeIndex ] != vecType[ typeIndex ] ) in test_relational_select_signed() 615 …ueue, "select", vecType[ typeIndex ], vecSizes[ index ], testVecType[ testTypeIndex ], select_sign… in test_relational_select_signed() 618 … get_explicit_type_name( testVecType[ testTypeIndex ] ), vecSizes[ index ] ); in test_relational_select_signed() 679 unsigned int index, typeIndex, testTypeIndex; in test_relational_select_unsigned() local 697 for( testTypeIndex = 0; testVecType[ testTypeIndex ] != kNumExplicitTypes; testTypeIndex++ ) in test_relational_select_unsigned() 699 if( testVecType[ testTypeIndex ] != vecType[ typeIndex ] ) in test_relational_select_unsigned() 705 …ueue, "select", vecType[ typeIndex ], vecSizes[ index ], testVecType[ testTypeIndex ], select_unsi… in test_relational_select_unsigned() 708 … get_explicit_type_name( testVecType[ testTypeIndex ] ), vecSizes[ index ] ); in test_relational_select_unsigned()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 1754 const deUint32 testTypeIndex = 0; in vkDeviceMemoryAllocateAndFreeTest() local 1755 const deUint32 testHeapIndex = memoryProperties.memoryTypes[testTypeIndex].heapIndex; in vkDeviceMemoryAllocateAndFreeTest() 1835 const deUint32 testTypeIndex = 0; in vkDeviceMemoryAllocationFailedTest() local 1836 const deUint32 testHeapIndex = memoryProperties.memoryTypes[testTypeIndex].heapIndex; in vkDeviceMemoryAllocationFailedTest()
|