/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 874 sname:VkCommandBufferInheritanceInfo structure 938 sname:VkCommandBufferInheritanceInfo structure, used if 1027 slink:VkCommandBufferInheritanceInfo:pname:framebuffer must: not be 1067 [open,refpage='VkCommandBufferInheritanceInfo',desc='Structure specifying command buffer inheritanc… 1070 sname:VkCommandBufferInheritanceInfo structure defines any state that will 1073 include::{generated}/api/structs/VkCommandBufferInheritanceInfo.adoc[] 1128 * [[VUID-VkCommandBufferInheritanceInfo-occlusionQueryEnable-00056]] 1131 * [[VUID-VkCommandBufferInheritanceInfo-queryFlags-00057]] 1135 * [[VUID-VkCommandBufferInheritanceInfo-queryFlags-02788]] 1138 * [[VUID-VkCommandBufferInheritanceInfo-pipelineStatistics-02789]] [all …]
|
D | queries.adoc | 532 pname:pipelineStatistics members of slink:VkCommandBufferInheritanceInfo to 1639 slink:VkCommandBufferInheritanceInfo::pname:pipelineStatistics for secondary
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_ANDROID_external_format_resolve.adoc | 74 …OID] in the `pNext` chain of link:{refpage}VkCommandBufferInheritanceInfo.html[VkCommandBufferInhe…
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2217 VkCommandBufferInheritanceInfo inhe_info; in overlay_BeginCommandBuffer() 2228 VkCommandBufferInheritanceInfo *parent_inhe_info = (VkCommandBufferInheritanceInfo *) in overlay_BeginCommandBuffer() 2230 inhe_info = (VkCommandBufferInheritanceInfo) { in overlay_BeginCommandBuffer()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 390 const VkCommandBufferInheritanceInfo* from, 391 VkCommandBufferInheritanceInfo* to);
|
D | goldfish_vk_transform_guest.h | 621 VkCommandBufferInheritanceInfo* toTransform); 624 VkCommandBufferInheritanceInfo* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 751 const VkCommandBufferInheritanceInfo* forMarshaling); 754 VkCommandBufferInheritanceInfo* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 2094 VkCommandBufferInheritanceInfo* toTransform) { in transform_tohost_VkCommandBufferInheritanceInfo() 2103 ResourceTracker* resourceTracker, VkCommandBufferInheritanceInfo* toTransform) { in transform_fromhost_VkCommandBufferInheritanceInfo() 2120 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_tohost_VkCommandBufferBeginInfo() 2133 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_fromhost_VkCommandBufferBeginInfo()
|
D | goldfish_vk_counting_guest.h | 353 const VkCommandBufferInheritanceInfo* toCount,
|
D | goldfish_vk_reserved_marshaling_guest.h | 413 const VkCommandBufferInheritanceInfo* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 2009 const VkCommandBufferInheritanceInfo* from, in deepcopy_VkCommandBufferInheritanceInfo() 2010 VkCommandBufferInheritanceInfo* to) { in deepcopy_VkCommandBufferInheritanceInfo() 2052 to->pInheritanceInfo = (VkCommandBufferInheritanceInfo*)alloc->alloc( in deepcopy_VkCommandBufferBeginInfo() 2053 sizeof(const VkCommandBufferInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo() 2056 (VkCommandBufferInheritanceInfo*)(to->pInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 4080 const VkCommandBufferInheritanceInfo* forMarshaling) { in marshal_VkCommandBufferInheritanceInfo() 4103 VkCommandBufferInheritanceInfo* forUnmarshaling) { in unmarshal_VkCommandBufferInheritanceInfo() 4141 (const VkCommandBufferInheritanceInfo*)(forMarshaling->pInheritanceInfo)); in marshal_VkCommandBufferBeginInfo() 4156 const VkCommandBufferInheritanceInfo* check_pInheritanceInfo; in unmarshal_VkCommandBufferBeginInfo() 4157 check_pInheritanceInfo = (const VkCommandBufferInheritanceInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkCommandBufferBeginInfo() 4166 (VkCommandBufferInheritanceInfo*)(forUnmarshaling->pInheritanceInfo)); in unmarshal_VkCommandBufferBeginInfo()
|
D | goldfish_vk_counting_guest.cpp | 2149 const VkCommandBufferInheritanceInfo* toCount, in count_VkCommandBufferInheritanceInfo() 2187 (const VkCommandBufferInheritanceInfo*)(toCount->pInheritanceInfo), count); in count_VkCommandBufferBeginInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 383 const VkCommandBufferInheritanceInfo* from, 384 VkCommandBufferInheritanceInfo* to);
|
D | goldfish_vk_transform.h | 627 VkCommandBufferInheritanceInfo* toTransform); 630 VkCommandBufferInheritanceInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 735 const VkCommandBufferInheritanceInfo* forMarshaling); 738 VkCommandBufferInheritanceInfo* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 2097 VkCommandBufferInheritanceInfo* toTransform) { in transform_tohost_VkCommandBufferInheritanceInfo() 2106 VkDecoderGlobalState* resourceTracker, VkCommandBufferInheritanceInfo* toTransform) { in transform_fromhost_VkCommandBufferInheritanceInfo() 2123 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_tohost_VkCommandBufferBeginInfo() 2136 resourceTracker, (VkCommandBufferInheritanceInfo*)(toTransform->pInheritanceInfo)); in transform_fromhost_VkCommandBufferBeginInfo()
|
D | goldfish_vk_reserved_marshaling.h | 388 VkCommandBufferInheritanceInfo* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 2009 const VkCommandBufferInheritanceInfo* from, in deepcopy_VkCommandBufferInheritanceInfo() 2010 VkCommandBufferInheritanceInfo* to) { in deepcopy_VkCommandBufferInheritanceInfo() 2052 to->pInheritanceInfo = (VkCommandBufferInheritanceInfo*)alloc->alloc( in deepcopy_VkCommandBufferBeginInfo() 2053 sizeof(const VkCommandBufferInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo() 2056 (VkCommandBufferInheritanceInfo*)(to->pInheritanceInfo)); in deepcopy_VkCommandBufferBeginInfo()
|
D | goldfish_vk_marshaling.cpp | 4621 const VkCommandBufferInheritanceInfo* forMarshaling) { in marshal_VkCommandBufferInheritanceInfo() 4644 VkCommandBufferInheritanceInfo* forUnmarshaling) { in unmarshal_VkCommandBufferInheritanceInfo() 4694 (const VkCommandBufferInheritanceInfo*)(forMarshaling->pInheritanceInfo)); in marshal_VkCommandBufferBeginInfo() 4722 (const VkCommandBufferInheritanceInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkCommandBufferBeginInfo() 4725 sizeof(const VkCommandBufferInheritanceInfo)); in unmarshal_VkCommandBufferBeginInfo() 4728 (VkCommandBufferInheritanceInfo*)(forUnmarshaling->pInheritanceInfo)); in unmarshal_VkCommandBufferBeginInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 3435 VkCommandBufferInheritanceInfo* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkCommandBufferInheritanceInfo() 3508 memcpy((VkCommandBufferInheritanceInfo**)&forUnmarshaling->pInheritanceInfo, (*ptr), 8); in reservedunmarshal_VkCommandBufferBeginInfo() 3513 sizeof(const VkCommandBufferInheritanceInfo)); in reservedunmarshal_VkCommandBufferBeginInfo() 3516 (VkCommandBufferInheritanceInfo*)(forUnmarshaling->pInheritanceInfo), ptr); in reservedunmarshal_VkCommandBufferBeginInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 893 const VkCommandBufferInheritanceInfo *inheritance = in vk_get_command_buffer_inheritance_rendering_info() 940 const VkCommandBufferInheritanceInfo *inheritance = in vk_get_command_buffer_inheritance_as_rendering_resume()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 447 …KAN_HPP_NAMESPACE::CommandBufferInheritanceInfo ) == sizeof( VkCommandBufferInheritanceInfo ), "st…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3847 typedef struct VkCommandBufferInheritanceInfo { struct 3856 } VkCommandBufferInheritanceInfo; typedef 3862 const VkCommandBufferInheritanceInfo* pInheritanceInfo;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1724 slink:VkCommandBufferInheritanceInfo (internal issue 3142). 6741 of slink:VkCommandBufferInheritanceInfo.txt (public pull request 1167). 7381 slink:VkCommandBufferInheritanceInfo (public pull request 1017). 11621 slink:VkCommandBufferInheritanceInfo (public issue 224). 11650 slink:VkCommandBufferInheritanceInfo::pname:queryFlags (public issue 12364 sname:VkCommandBufferInheritanceInfo::pname:framebuffer. If used, it 12700 slink:VkCommandBufferInheritanceInfo::pname:pipelineStatistics (public
|