Home
last modified time | relevance | path

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

/external/opencv3/modules/cudev/test/
Dtest_bitwize_op.cu51 typedef ::testing::Types<uchar, ushort, short, int> IntTypes; typedef
78 TYPED_TEST_CASE(BitNotTest, IntTypes);
111 TYPED_TEST_CASE(BitAndTest, IntTypes);
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp69 int IntTypes[] = in InitAMDILLowering() local
98 size_t numIntTypes = sizeof(IntTypes) / sizeof(*IntTypes); in InitAMDILLowering()
142 MVT::SimpleValueType VT = (MVT::SimpleValueType)IntTypes[x]; in InitAMDILLowering()