Home
last modified time | relevance | path

Searched refs:s_desc (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.inl287 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)]);
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl2817 static const tcu::Format::BitDesc s_desc[] = local
2853 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2858 static const tcu::Format::BitDesc s_desc[] = local
2876 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2881 static const tcu::Format::BitDesc s_desc[] = local
2927 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2932 static const tcu::Format::BitDesc s_desc[] = local
2957 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
2962 static const tcu::Format::BitDesc s_desc[] = local
2973 return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
[all …]
/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.inl1805 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)]);
/third_party/vk-gl-cts/modules/glshared/
DglsBufferTestUtil.cpp853 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()
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dprotocol_core.h380 static const DeserializerDescriptorType s_desc( \
382 return s_desc; \
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1377 static const char* s_desc[] = in getTextureAccessTypeDescription() local
1383 return de::getSizedArrayElement<tcu::TEXTUREACCESSTYPE_LAST>(s_desc, type); in getTextureAccessTypeDescription()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc7296 const ServiceDescriptor* s_desc = file_desc->FindServiceByName("S"); in TEST_F() local
7297 EXPECT_TRUE(s_desc->GetSourceLocation(&loc)); in TEST_F()
7300 const MethodDescriptor* m_desc = s_desc->FindMethodByName("Method"); in TEST_F()