| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | vk_util_unittest.cpp | 251 const VkBaseInStructure* base = reinterpret_cast<VkBaseInStructure*>(&deviceCi); in TEST() 252 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&deviceCi)); in TEST() 254 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&ycbcrFeature)); in TEST() 256 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&indexingFeatures)); in TEST() 258 ASSERT_EQ(base, reinterpret_cast<VkBaseInStructure*>(&physicalDeviceFeature)); in TEST()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | vk_platform_compat.h | 25 typedef struct VkBaseInStructure { struct 27 const struct VkBaseInStructure* pNext; argument 28 } VkBaseInStructure; typedef
|
| D | goldfish_vk_deepcopy_guest.h | 67 const VkBaseInStructure* from, VkBaseInStructure* to);
|
| D | goldfish_vk_transform_guest.h | 81 VkBaseInStructure* toTransform); 84 VkBaseInStructure* toTransform);
|
| D | goldfish_vk_handlemap_guest.h | 59 void handlemap_VkBaseInStructure(VulkanHandleMapping* handlemap, VkBaseInStructure* toMap);
|
| D | ResourceTracker.cpp | 798 const VkBaseInStructure *extensionCreateInfo = in setDeviceInfo() 799 reinterpret_cast<const VkBaseInStructure *>(pNext); in setDeviceInfo()
|
| D | goldfish_vk_marshaling_guest.h | 82 const VkBaseInStructure* forMarshaling); 85 VkBaseInStructure* forUnmarshaling);
|
| D | goldfish_vk_counting_guest.h | 58 const VkBaseInStructure* toCount, size_t* count);
|
| D | goldfish_vk_reserved_marshaling_guest.h | 67 const VkBaseInStructure* forMarshaling, uint8_t** ptr);
|
| D | goldfish_vk_deepcopy_guest.cpp | 85 const VkBaseInStructure* from, VkBaseInStructure* to) { in deepcopy_VkBaseInStructure() 100 to->pNext = (VkBaseInStructure*)alloc->alloc(pNext_size); in deepcopy_VkBaseInStructure()
|
| D | goldfish_vk_transform_guest.cpp | 104 VkBaseInStructure* toTransform) { in transform_tohost_VkBaseInStructure() 113 VkBaseInStructure* toTransform) { in transform_fromhost_VkBaseInStructure()
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_unbox.h | 478 VkBaseInStructure* unbox_VkBaseInStructure( 480 const VkBaseInStructure* toUnbox);
|
| D | goldfish_vk_unbox.cpp | 1224 VkBaseInStructure* unbox_VkBaseInStructure( in unbox_VkBaseInStructure() 1226 const VkBaseInStructure* toUnbox) in unbox_VkBaseInStructure() 1229 VkBaseInStructure* res = (VkBaseInStructure*)pool->alloc(sizeof(const VkBaseInStructure)); in unbox_VkBaseInStructure()
|
| D | goldfish_vk_testing.h | 56 void checkEqual_VkBaseInStructure(const VkBaseInStructure* a, const VkBaseInStructure* b,
|
| D | goldfish_vk_deepcopy.h | 61 const VkBaseInStructure* from, VkBaseInStructure* to);
|
| D | goldfish_vk_transform.h | 82 VkBaseInStructure* toTransform); 85 VkBaseInStructure* toTransform);
|
| D | goldfish_vk_handlemap.h | 53 void handlemap_VkBaseInStructure(VulkanHandleMapping* handlemap, VkBaseInStructure* toMap);
|
| D | goldfish_vk_marshaling.h | 75 const VkBaseInStructure* forMarshaling); 78 VkBaseInStructure* forUnmarshaling);
|
| D | goldfish_vk_reserved_marshaling.h | 60 VkBaseInStructure* forUnmarshaling, uint8_t** ptr);
|
| D | goldfish_vk_deepcopy.cpp | 85 const VkBaseInStructure* from, VkBaseInStructure* to) { in deepcopy_VkBaseInStructure() 100 to->pNext = (VkBaseInStructure*)alloc->alloc(pNext_size); in deepcopy_VkBaseInStructure()
|
| D | goldfish_vk_transform.cpp | 101 VkBaseInStructure* toTransform) { in transform_tohost_VkBaseInStructure() 110 VkBaseInStructure* toTransform) { in transform_fromhost_VkBaseInStructure()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan.hpp | 992 reinterpret_cast<VkBaseInStructure const *>( &std::get<0>( rhs ) ) ); in StructureChain() 1003 reinterpret_cast<VkBaseInStructure const *>( &std::get<0>( rhs ) ) ); in StructureChain() 1019 reinterpret_cast<VkBaseInStructure const *>( &std::get<0>( rhs ) ) ); in operator =() 1070 return isLinked( reinterpret_cast<VkBaseInStructure const *>( &get<ClassType, Which>() ) ); in isLinked() 1081 auto pNext = reinterpret_cast<VkBaseInStructure *>( &get<ClassType, Which>() ); in relink() 1084 pNext->pNext = reinterpret_cast<VkBaseInStructure const *>( headElement.pNext ); in relink() 1131 bool isLinked( VkBaseInStructure const * pNext ) const VULKAN_HPP_NOEXCEPT in isLinked() 1133 VkBaseInStructure const * elementPtr = reinterpret_cast<VkBaseInStructure const *>( in isLinked() 1158 …void link( void * dstBase, void const * srcBase, VkBaseOutStructure * dst, VkBaseInStructure const… in link()
|
| D | vulkan_core.h | 2717 typedef struct VkBaseInStructure { struct 2719 const struct VkBaseInStructure* pNext; argument 2720 } VkBaseInStructure; typedef
|
| D | vulkan_static_assertions.hpp | 40 …_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BaseInStructure ) == sizeof( VkBaseInStructure ), "struct a…
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 3310 message VkBaseInStructure message 3314 // Original field: struct VkBaseInStructure pNext. stringarray? 0 string? 0 hasLenInfo? 0 3315 optional VkBaseInStructure pNext = 2;
|