Home
last modified time | relevance | path

Searched refs:pInheritanceInfo (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc873 pname:pInheritanceInfo member of pname:pBeginInfo must: be a valid
877 pname:occlusionQueryEnable member of the pname:pInheritanceInfo member
880 is not enabled, then pname:pBeginInfo->pInheritanceInfo->queryFlags
937 * pname:pInheritanceInfo is a pointer to a
953 pname:framebuffer member of pname:pInheritanceInfo must: be either
955 with the pname:renderPass member of pname:pInheritanceInfo
962 the pname:framebuffer member of pname:pInheritanceInfo must: be either
964 with the pname:renderPass member of pname:pInheritanceInfo
969 ename:VK_FALSE, the pname:framebuffer member of pname:pInheritanceInfo
971 pname:renderPass member of pname:pInheritanceInfo and must: not have
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_dynamic_rendering_unused_attachments.adoc58 … structure included in the pNext chain of VkCommandBufferBeginInfo::pInheritanceInfo used to begin…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_performance_query.adoc207 .pInheritanceInfo = NULL
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c894 pBeginInfo->pInheritanceInfo; in vk_get_command_buffer_inheritance_rendering_info()
941 pBeginInfo->pInheritanceInfo; in vk_get_command_buffer_inheritance_as_rendering_resume()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp2118 if (toTransform->pInheritanceInfo) { in transform_tohost_VkCommandBufferBeginInfo()
2120 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_tohost_VkCommandBufferBeginInfo()
2131 if (toTransform->pInheritanceInfo) { in transform_fromhost_VkCommandBufferBeginInfo()
2133 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_fromhost_VkCommandBufferBeginInfo()
Dgoldfish_vk_deepcopy_guest.cpp2050 to->pInheritanceInfo = nullptr; in deepcopy_VkCommandBufferBeginInfo()
2051 if (from->pInheritanceInfo) { in deepcopy_VkCommandBufferBeginInfo()
2052 to->pInheritanceInfo = (VkCommandBufferInheritanceInfo*)alloc->alloc( in deepcopy_VkCommandBufferBeginInfo()
2055 alloc, rootType, from->pInheritanceInfo, in deepcopy_VkCommandBufferBeginInfo()
2056 (VkCommandBufferInheritanceInfo*)(to->pInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
DResourceTracker.cpp6822 if (pBeginInfo->pInheritanceInfo && !cb->isSecondary) { in on_vkBeginCommandBuffer()
6824 modifiedBeginInfo.pInheritanceInfo = nullptr; in on_vkBeginCommandBuffer()
Dgoldfish_vk_counting_guest.cpp2184 if (toCount->pInheritanceInfo) { in count_VkCommandBufferBeginInfo()
2187 (const VkCommandBufferInheritanceInfo*)(toCount->pInheritanceInfo), count); in count_VkCommandBufferBeginInfo()
Dgoldfish_vk_marshaling_guest.cpp4136 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pInheritanceInfo; in marshal_VkCommandBufferBeginInfo()
4138 if (forMarshaling->pInheritanceInfo) { in marshal_VkCommandBufferBeginInfo()
4141 (const VkCommandBufferInheritanceInfo*)(forMarshaling->pInheritanceInfo)); in marshal_VkCommandBufferBeginInfo()
4158 if (forUnmarshaling->pInheritanceInfo) { in unmarshal_VkCommandBufferBeginInfo()
4166 (VkCommandBufferInheritanceInfo*)(forUnmarshaling->pInheritanceInfo)); in unmarshal_VkCommandBufferBeginInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2928 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pInheritanceInfo; in reservedmarshal_VkCommandBufferBeginInfo()
2932 if (forMarshaling->pInheritanceInfo) { in reservedmarshal_VkCommandBufferBeginInfo()
2935 (const VkCommandBufferInheritanceInfo*)(forMarshaling->pInheritanceInfo), ptr); in reservedmarshal_VkCommandBufferBeginInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp2121 if (toTransform->pInheritanceInfo) { in transform_tohost_VkCommandBufferBeginInfo()
2123 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_tohost_VkCommandBufferBeginInfo()
2134 if (toTransform->pInheritanceInfo) { in transform_fromhost_VkCommandBufferBeginInfo()
2136 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_fromhost_VkCommandBufferBeginInfo()
Dgoldfish_vk_deepcopy.cpp2050 to->pInheritanceInfo = nullptr; in deepcopy_VkCommandBufferBeginInfo()
2051 if (from->pInheritanceInfo) { in deepcopy_VkCommandBufferBeginInfo()
2052 to->pInheritanceInfo = (VkCommandBufferInheritanceInfo*)alloc->alloc( in deepcopy_VkCommandBufferBeginInfo()
2055 alloc, rootType, from->pInheritanceInfo, in deepcopy_VkCommandBufferBeginInfo()
2056 (VkCommandBufferInheritanceInfo*)(to->pInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
Dgoldfish_vk_marshaling.cpp4689 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pInheritanceInfo; in marshal_VkCommandBufferBeginInfo()
4691 if (forMarshaling->pInheritanceInfo) { in marshal_VkCommandBufferBeginInfo()
4694 (const VkCommandBufferInheritanceInfo*)(forMarshaling->pInheritanceInfo)); in marshal_VkCommandBufferBeginInfo()
4721 forUnmarshaling->pInheritanceInfo = in unmarshal_VkCommandBufferBeginInfo()
4723 if (forUnmarshaling->pInheritanceInfo) { in unmarshal_VkCommandBufferBeginInfo()
4724 vkStream->alloc((void**)&forUnmarshaling->pInheritanceInfo, in unmarshal_VkCommandBufferBeginInfo()
4728 (VkCommandBufferInheritanceInfo*)(forUnmarshaling->pInheritanceInfo)); in unmarshal_VkCommandBufferBeginInfo()
Dgoldfish_vk_reserved_marshaling.cpp3508 memcpy((VkCommandBufferInheritanceInfo**)&forUnmarshaling->pInheritanceInfo, (*ptr), 8); in reservedunmarshal_VkCommandBufferBeginInfo()
3509 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pInheritanceInfo); in reservedunmarshal_VkCommandBufferBeginInfo()
3511 if (forUnmarshaling->pInheritanceInfo) { in reservedunmarshal_VkCommandBufferBeginInfo()
3512 vkStream->alloc((void**)&forUnmarshaling->pInheritanceInfo, in reservedunmarshal_VkCommandBufferBeginInfo()
3516 (VkCommandBufferInheritanceInfo*)(forUnmarshaling->pInheritanceInfo), ptr); in reservedunmarshal_VkCommandBufferBeginInfo()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp3525 .pInheritanceInfo = nullptr, in releaseColorBufferForGuestUse()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1000 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.pInheritanceInfo ); in operator ()()
Dvulkan_hash.hpp1986 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.pInheritanceInfo ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3862 const VkCommandBufferInheritanceInfo* pInheritanceInfo; member