Home
last modified time | relevance | path

Searched refs:VkCommandBufferInheritanceInfo (Results 1 – 25 of 31) sorted by relevance

12

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_unbox.h394 VkCommandBufferInheritanceInfo* unbox_VkCommandBufferInheritanceInfo(
396 const VkCommandBufferInheritanceInfo* toUnbox);
Dgoldfish_vk_unbox.cpp993 VkCommandBufferInheritanceInfo* unbox_VkCommandBufferInheritanceInfo( in unbox_VkCommandBufferInheritanceInfo()
995 const VkCommandBufferInheritanceInfo* toUnbox) in unbox_VkCommandBufferInheritanceInfo()
998VkCommandBufferInheritanceInfo* res = (VkCommandBufferInheritanceInfo*)pool->alloc(sizeof(const Vk… in unbox_VkCommandBufferInheritanceInfo()
Dgoldfish_vk_testing.h364 void checkEqual_VkCommandBufferInheritanceInfo(const VkCommandBufferInheritanceInfo* a,
365 const VkCommandBufferInheritanceInfo* b,
Dgoldfish_vk_deepcopy.h382 const VkCommandBufferInheritanceInfo* from,
383 VkCommandBufferInheritanceInfo* to);
Dgoldfish_vk_transform.h626 VkCommandBufferInheritanceInfo* toTransform);
629 VkCommandBufferInheritanceInfo* toTransform);
Dgoldfish_vk_handlemap.h284 VkCommandBufferInheritanceInfo* toMap);
Dgoldfish_vk_marshaling.h734 const VkCommandBufferInheritanceInfo* forMarshaling);
737 VkCommandBufferInheritanceInfo* forUnmarshaling);
Dgoldfish_vk_transform.cpp2096 VkCommandBufferInheritanceInfo* toTransform) { in transform_tohost_VkCommandBufferInheritanceInfo()
2105 VkDecoderGlobalState* resourceTracker, VkCommandBufferInheritanceInfo* toTransform) { in transform_fromhost_VkCommandBufferInheritanceInfo()
2122 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_tohost_VkCommandBufferBeginInfo()
2135 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_fromhost_VkCommandBufferBeginInfo()
Dgoldfish_vk_handlemap.cpp1055 VkCommandBufferInheritanceInfo* toMap) { in handlemap_VkCommandBufferInheritanceInfo()
1074 handlemap, (VkCommandBufferInheritanceInfo*)(toMap->pInheritanceInfo)); in handlemap_VkCommandBufferBeginInfo()
Dgoldfish_vk_reserved_marshaling.h387 VkCommandBufferInheritanceInfo* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp2008 const VkCommandBufferInheritanceInfo* from, in deepcopy_VkCommandBufferInheritanceInfo()
2009 VkCommandBufferInheritanceInfo* to) { in deepcopy_VkCommandBufferInheritanceInfo()
2051 to->pInheritanceInfo = (VkCommandBufferInheritanceInfo*)alloc->alloc( in deepcopy_VkCommandBufferBeginInfo()
2052 sizeof(const VkCommandBufferInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
2055 (VkCommandBufferInheritanceInfo*)(to->pInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
Dvulkanhal_unittest.cpp1899 VkCommandBufferInheritanceInfo inheritanceInfo = { in TEST_P()
2139 VkCommandBufferInheritanceInfo inheritanceInfo = { in TEST_P()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h388 const VkCommandBufferInheritanceInfo* from,
389 VkCommandBufferInheritanceInfo* to);
Dgoldfish_vk_transform_guest.h619 VkCommandBufferInheritanceInfo* toTransform);
622 VkCommandBufferInheritanceInfo* toTransform);
Dgoldfish_vk_handlemap_guest.h290 VkCommandBufferInheritanceInfo* toMap);
Dgoldfish_vk_marshaling_guest.h749 const VkCommandBufferInheritanceInfo* forMarshaling);
752 VkCommandBufferInheritanceInfo* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp2093 VkCommandBufferInheritanceInfo* toTransform) { in transform_tohost_VkCommandBufferInheritanceInfo()
2102 ResourceTracker* resourceTracker, VkCommandBufferInheritanceInfo* toTransform) { in transform_fromhost_VkCommandBufferInheritanceInfo()
2119 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_tohost_VkCommandBufferBeginInfo()
2132 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_fromhost_VkCommandBufferBeginInfo()
Dgoldfish_vk_handlemap_guest.cpp1055 VkCommandBufferInheritanceInfo* toMap) { in handlemap_VkCommandBufferInheritanceInfo()
1074 handlemap, (VkCommandBufferInheritanceInfo*)(toMap->pInheritanceInfo)); in handlemap_VkCommandBufferBeginInfo()
Dgoldfish_vk_counting_guest.h351 const VkCommandBufferInheritanceInfo* toCount,
Dgoldfish_vk_reserved_marshaling_guest.h411 const VkCommandBufferInheritanceInfo* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp2008 const VkCommandBufferInheritanceInfo* from, in deepcopy_VkCommandBufferInheritanceInfo()
2009 VkCommandBufferInheritanceInfo* to) { in deepcopy_VkCommandBufferInheritanceInfo()
2051 to->pInheritanceInfo = (VkCommandBufferInheritanceInfo*)alloc->alloc( in deepcopy_VkCommandBufferBeginInfo()
2052 sizeof(const VkCommandBufferInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
2055 (VkCommandBufferInheritanceInfo*)(to->pInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
Dgoldfish_vk_marshaling_guest.cpp4079 const VkCommandBufferInheritanceInfo* forMarshaling) { in marshal_VkCommandBufferInheritanceInfo()
4102 VkCommandBufferInheritanceInfo* forUnmarshaling) { in unmarshal_VkCommandBufferInheritanceInfo()
4140 (const VkCommandBufferInheritanceInfo*)(forMarshaling->pInheritanceInfo)); in marshal_VkCommandBufferBeginInfo()
4155 const VkCommandBufferInheritanceInfo* check_pInheritanceInfo; in unmarshal_VkCommandBufferBeginInfo()
4156 check_pInheritanceInfo = (const VkCommandBufferInheritanceInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkCommandBufferBeginInfo()
4165 (VkCommandBufferInheritanceInfo*)(forUnmarshaling->pInheritanceInfo)); in unmarshal_VkCommandBufferBeginInfo()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h3712 typedef struct VkCommandBufferInheritanceInfo { struct
3721 } VkCommandBufferInheritanceInfo; argument
3727 const VkCommandBufferInheritanceInfo* pInheritanceInfo;
Dvulkan_static_assertions.hpp483 …KAN_HPP_NAMESPACE::CommandBufferInheritanceInfo ) == sizeof( VkCommandBufferInheritanceInfo ), "st…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto2490 message VkCommandBufferInheritanceInfo message
2517 …// Original field: struct VkCommandBufferInheritanceInfo pInheritanceInfo. stringarray? 0 string? …
2518 optional VkCommandBufferInheritanceInfo pInheritanceInfo = 4;

12