/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 1311 VkSubpassContents contents; in subDecode() 1316 memcpy((VkSubpassContents*)&contents, *readStreamPtrPtr, sizeof(VkSubpassContents)); in subDecode() 1317 *readStreamPtrPtr += sizeof(VkSubpassContents); in subDecode() 1329 VkSubpassContents contents; in subDecode() 1330 memcpy((VkSubpassContents*)&contents, *readStreamPtrPtr, sizeof(VkSubpassContents)); in subDecode() 1331 *readStreamPtrPtr += sizeof(VkSubpassContents); in subDecode()
|
D | VkDecoderGlobalState.h | 615 VkSubpassContents contents);
|
D | VkDecoderSnapshot.h | 581 VkSubpassContents contents); 584 VkSubpassContents contents);
|
D | VkDecoderSnapshot.cpp | 1567 VkSubpassContents contents) { in vkCmdBeginRenderPass() 1581 VkSubpassContents contents) { in vkCmdNextSubpass() 5067 VkSubpassContents contents) { in vkCmdBeginRenderPass() 5076 VkSubpassContents contents) { in vkCmdNextSubpass()
|
D | VkDecoder.cpp | 8631 VkSubpassContents contents; in decode() 8642 memcpy((VkSubpassContents*)&contents, *readStreamPtrPtr, sizeof(VkSubpassContents)); in decode() 8643 *readStreamPtrPtr += sizeof(VkSubpassContents); in decode() 8673 VkSubpassContents contents; in decode() 8683 memcpy((VkSubpassContents*)&contents, *readStreamPtrPtr, sizeof(VkSubpassContents)); in decode() 8684 *readStreamPtrPtr += sizeof(VkSubpassContents); in decode()
|
D | VkDecoderGlobalState.cpp | 5832 VkSubpassContents contents) { in on_vkCmdBeginRenderPass() 8648 VkSubpassContents contents) { in on_vkCmdBeginRenderPass()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 403 VkSubpassContents contents, uint32_t doLock); 404 void vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents,
|
D | func_table.cpp | 1691 VkSubpassContents contents) { in gfxstream_vk_CmdBeginRenderPass() 1701 void gfxstream_vk_CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) { in gfxstream_vk_CmdNextSubpass()
|
D | VkEncoder.cpp | 15898 VkSubpassContents contents, uint32_t doLock) { in vkCmdBeginRenderPass() 15936 VkSubpassContents local_contents; in vkCmdBeginRenderPass() 15957 *countPtr += sizeof(VkSubpassContents); in vkCmdBeginRenderPass() 15979 memcpy(*streamPtrPtr, (VkSubpassContents*)&local_contents, sizeof(VkSubpassContents)); in vkCmdBeginRenderPass() 15980 *streamPtrPtr += sizeof(VkSubpassContents); in vkCmdBeginRenderPass() 15995 void VkEncoder::vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents, in vkCmdNextSubpass() 16032 VkSubpassContents local_contents; in vkCmdNextSubpass() 16040 *countPtr += sizeof(VkSubpassContents); in vkCmdNextSubpass() 16059 memcpy(*streamPtrPtr, (VkSubpassContents*)&local_contents, sizeof(VkSubpassContents)); in vkCmdNextSubpass() 16060 *streamPtrPtr += sizeof(VkSubpassContents); in vkCmdNextSubpass()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4962 memcpy(*ptr, (VkSubpassContents*)&forMarshaling->contents, sizeof(VkSubpassContents)); in reservedmarshal_VkSubpassBeginInfo() 4963 *ptr += sizeof(VkSubpassContents); in reservedmarshal_VkSubpassBeginInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 7197 vkStream->write((VkSubpassContents*)&forMarshaling->contents, sizeof(VkSubpassContents)); in marshal_VkSubpassBeginInfo() 7208 vkStream->read((VkSubpassContents*)&forUnmarshaling->contents, sizeof(VkSubpassContents)); in unmarshal_VkSubpassBeginInfo()
|
D | goldfish_vk_counting_guest.cpp | 3873 *count += sizeof(VkSubpassContents); in count_VkSubpassBeginInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 249 VkSubpassContents contents) in vk_common_CmdBeginRenderPass() 282 VkSubpassContents contents) in vk_common_CmdNextSubpass()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 47 printer.write_enum("contents", VkSubpassContents, indent) 2699 VkSubpassContents = { variable
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2163 typedef enum VkSubpassContents { enum 2167 } VkSubpassContents; typedef 4081 …ndBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents); 4082 typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass)(VkCommandBuffer commandBuffer, VkSubpassContents con… 4870 VkSubpassContents contents); 4874 VkSubpassContents contents); 6092 VkSubpassContents contents;
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1744 …ffer commandBuffer, const VkRenderPassBeginInfo * pRenderPassBegin, VkSubpassContents contents ) c… in vkCmdBeginRenderPass() 1750 …void vkCmdNextSubpass( VkCommandBuffer commandBuffer, VkSubpassContents contents ) const VULKAN_HP… in vkCmdNextSubpass()
|
D | vk_enum_string_helper.h | 4556 static inline const char* string_VkSubpassContents(VkSubpassContents input_value) in string_VkSubpassContents()
|
D | vulkansc_funcs.hpp | 3629 …ast<const VkRenderPassBeginInfo *>( pRenderPassBegin ), static_cast<VkSubpassContents>( contents )… in beginRenderPass() 3640 …ast<const VkRenderPassBeginInfo *>( &renderPassBegin ), static_cast<VkSubpassContents>( contents )… in beginRenderPass() 3652 d.vkCmdNextSubpass( m_commandBuffer, static_cast<VkSubpassContents>( contents ) ); in nextSubpass()
|
D | vulkansc_raii.hpp | 7216 …ast<const VkRenderPassBeginInfo *>( &renderPassBegin ), static_cast<VkSubpassContents>( contents )… in beginRenderPass() 7229 …bpass( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkSubpassContents>( contents )… in nextSubpass()
|
D | vulkan.hpp | 1811 …ffer commandBuffer, const VkRenderPassBeginInfo * pRenderPassBegin, VkSubpassContents contents ) c… in vkCmdBeginRenderPass() 1817 …void vkCmdNextSubpass( VkCommandBuffer commandBuffer, VkSubpassContents contents ) const VULKAN_HP… in vkCmdNextSubpass()
|
D | vulkan_raii.hpp | 12046 …ast<const VkRenderPassBeginInfo *>( &renderPassBegin ), static_cast<VkSubpassContents>( contents )… in beginRenderPass() 12059 …bpass( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkSubpassContents>( contents )… in nextSubpass()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 5522 * pname:contents is a elink:VkSubpassContents value specifying how the 6367 * pname:contents is a elink:VkSubpassContents value specifying how the 6386 [open,refpage='VkSubpassContents',desc='Specify how commands in the first subpass of a render pass … 6391 include::{generated}/api/enums/VkSubpassContents.adoc[]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 8693 vkStream->write((VkSubpassContents*)&forMarshaling->contents, sizeof(VkSubpassContents)); in marshal_VkSubpassBeginInfo() 8716 vkStream->read((VkSubpassContents*)&forUnmarshaling->contents, sizeof(VkSubpassContents)); in unmarshal_VkSubpassBeginInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 6650 memcpy((VkSubpassContents*)&forUnmarshaling->contents, *ptr, sizeof(VkSubpassContents)); in reservedunmarshal_VkSubpassBeginInfo() 6651 *ptr += sizeof(VkSubpassContents); in reservedunmarshal_VkSubpassBeginInfo()
|