Searched refs:s_desc (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/egl/ |
D | egluStrUtil.inl | 287 static const tcu::Format::BitDesc s_desc[] = local 295 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 300 static const tcu::Format::BitDesc s_desc[] = local 312 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 1408 static const tcu::Format::BitDesc s_desc[] = local 1435 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1440 static const tcu::Format::BitDesc s_desc[] = local 1451 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1456 static const tcu::Format::BitDesc s_desc[] = local 1472 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1477 static const tcu::Format::BitDesc s_desc[] = local 1487 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); 1492 static const tcu::Format::BitDesc s_desc[] = local 1500 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc)); [all …]
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 1805 static const tcu::Format::BitDesc s_desc[] = local 1811 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 1816 static const tcu::Format::BitDesc s_desc[] = local 1825 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 1830 static const tcu::Format::BitDesc s_desc[] = local 1845 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]); 1850 static const tcu::Format::BitDesc s_desc[] = local 1859 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 853 static const char* s_desc[] = in getWriteTypeDescription() local 860 return de::getSizedArrayElement<WRITE_LAST>(s_desc, write); in getWriteTypeDescription() 865 static const char* s_desc[] = in getVerifyTypeDescription() local 873 return de::getSizedArrayElement<VERIFY_LAST>(s_desc, verify); in getVerifyTypeDescription()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1331 static const char* s_desc[] = in getTextureAccessTypeDescription() local 1337 return de::getSizedArrayElement<tcu::TEXTUREACCESSTYPE_LAST>(s_desc, type); in getTextureAccessTypeDescription()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 6479 const ServiceDescriptor *s_desc = file_desc->FindServiceByName("S"); in TEST_F() local 6480 EXPECT_TRUE(s_desc->GetSourceLocation(&loc)); in TEST_F() 6483 const MethodDescriptor *m_desc = s_desc->FindMethodByName("Method"); in TEST_F()
|