Home
last modified time | relevance | path

Searched refs:VkBaseInStructure (Results 1 – 25 of 34) sorted by relevance

12

/device/generic/vulkan-cereal/stream-servers/vulkan/
Dvk_util_unittest.cpp251 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/
Dvk_platform_compat.h25 typedef struct VkBaseInStructure { struct
27 const struct VkBaseInStructure* pNext; argument
28 } VkBaseInStructure; typedef
Dgoldfish_vk_deepcopy_guest.h67 const VkBaseInStructure* from, VkBaseInStructure* to);
Dgoldfish_vk_transform_guest.h81 VkBaseInStructure* toTransform);
84 VkBaseInStructure* toTransform);
Dgoldfish_vk_handlemap_guest.h59 void handlemap_VkBaseInStructure(VulkanHandleMapping* handlemap, VkBaseInStructure* toMap);
DResourceTracker.cpp798 const VkBaseInStructure *extensionCreateInfo = in setDeviceInfo()
799 reinterpret_cast<const VkBaseInStructure *>(pNext); in setDeviceInfo()
Dgoldfish_vk_marshaling_guest.h82 const VkBaseInStructure* forMarshaling);
85 VkBaseInStructure* forUnmarshaling);
Dgoldfish_vk_counting_guest.h58 const VkBaseInStructure* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h67 const VkBaseInStructure* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp85 const VkBaseInStructure* from, VkBaseInStructure* to) { in deepcopy_VkBaseInStructure()
100 to->pNext = (VkBaseInStructure*)alloc->alloc(pNext_size); in deepcopy_VkBaseInStructure()
Dgoldfish_vk_transform_guest.cpp104 VkBaseInStructure* toTransform) { in transform_tohost_VkBaseInStructure()
113 VkBaseInStructure* toTransform) { in transform_fromhost_VkBaseInStructure()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_unbox.h478 VkBaseInStructure* unbox_VkBaseInStructure(
480 const VkBaseInStructure* toUnbox);
Dgoldfish_vk_unbox.cpp1224 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()
Dgoldfish_vk_testing.h56 void checkEqual_VkBaseInStructure(const VkBaseInStructure* a, const VkBaseInStructure* b,
Dgoldfish_vk_deepcopy.h61 const VkBaseInStructure* from, VkBaseInStructure* to);
Dgoldfish_vk_transform.h82 VkBaseInStructure* toTransform);
85 VkBaseInStructure* toTransform);
Dgoldfish_vk_handlemap.h53 void handlemap_VkBaseInStructure(VulkanHandleMapping* handlemap, VkBaseInStructure* toMap);
Dgoldfish_vk_marshaling.h75 const VkBaseInStructure* forMarshaling);
78 VkBaseInStructure* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h60 VkBaseInStructure* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp85 const VkBaseInStructure* from, VkBaseInStructure* to) { in deepcopy_VkBaseInStructure()
100 to->pNext = (VkBaseInStructure*)alloc->alloc(pNext_size); in deepcopy_VkBaseInStructure()
Dgoldfish_vk_transform.cpp101 VkBaseInStructure* toTransform) { in transform_tohost_VkBaseInStructure()
110 VkBaseInStructure* toTransform) { in transform_fromhost_VkBaseInStructure()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan.hpp992 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()
Dvulkan_core.h2717 typedef struct VkBaseInStructure { struct
2719 const struct VkBaseInStructure* pNext; argument
2720 } VkBaseInStructure; typedef
Dvulkan_static_assertions.hpp40 …_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BaseInStructure ) == sizeof( VkBaseInStructure ), "struct a…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto3310 message VkBaseInStructure message
3314 // Original field: struct VkBaseInStructure pNext. stringarray? 0 string? 0 hasLenInfo? 0
3315 optional VkBaseInStructure pNext = 2;

12