Home
last modified time | relevance | path

Searched refs:VkSubpassContents (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp1311 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()
DVkDecoderGlobalState.h615 VkSubpassContents contents);
DVkDecoderSnapshot.h581 VkSubpassContents contents);
584 VkSubpassContents contents);
DVkDecoderSnapshot.cpp1567 VkSubpassContents contents) { in vkCmdBeginRenderPass()
1581 VkSubpassContents contents) { in vkCmdNextSubpass()
5067 VkSubpassContents contents) { in vkCmdBeginRenderPass()
5076 VkSubpassContents contents) { in vkCmdNextSubpass()
DVkDecoder.cpp8631 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()
DVkDecoderGlobalState.cpp5832 VkSubpassContents contents) { in on_vkCmdBeginRenderPass()
8648 VkSubpassContents contents) { in on_vkCmdBeginRenderPass()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h403 VkSubpassContents contents, uint32_t doLock);
404 void vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents,
Dfunc_table.cpp1691 VkSubpassContents contents) { in gfxstream_vk_CmdBeginRenderPass()
1701 void gfxstream_vk_CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) { in gfxstream_vk_CmdNextSubpass()
DVkEncoder.cpp15898 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp4962 memcpy(*ptr, (VkSubpassContents*)&forMarshaling->contents, sizeof(VkSubpassContents)); in reservedmarshal_VkSubpassBeginInfo()
4963 *ptr += sizeof(VkSubpassContents); in reservedmarshal_VkSubpassBeginInfo()
Dgoldfish_vk_marshaling_guest.cpp7197 vkStream->write((VkSubpassContents*)&forMarshaling->contents, sizeof(VkSubpassContents)); in marshal_VkSubpassBeginInfo()
7208 vkStream->read((VkSubpassContents*)&forUnmarshaling->contents, sizeof(VkSubpassContents)); in unmarshal_VkSubpassBeginInfo()
Dgoldfish_vk_counting_guest.cpp3873 *count += sizeof(VkSubpassContents); in count_VkSubpassBeginInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c249 VkSubpassContents contents) in vk_common_CmdBeginRenderPass()
282 VkSubpassContents contents) in vk_common_CmdNextSubpass()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py47 printer.write_enum("contents", VkSubpassContents, indent)
2699 VkSubpassContents = { variable
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2163 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/
Dvulkansc.hpp1744 …ffer commandBuffer, const VkRenderPassBeginInfo * pRenderPassBegin, VkSubpassContents contents ) c… in vkCmdBeginRenderPass()
1750 …void vkCmdNextSubpass( VkCommandBuffer commandBuffer, VkSubpassContents contents ) const VULKAN_HP… in vkCmdNextSubpass()
Dvk_enum_string_helper.h4556 static inline const char* string_VkSubpassContents(VkSubpassContents input_value) in string_VkSubpassContents()
Dvulkansc_funcs.hpp3629 …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()
Dvulkansc_raii.hpp7216 …ast<const VkRenderPassBeginInfo *>( &renderPassBegin ), static_cast<VkSubpassContents>( contents )… in beginRenderPass()
7229 …bpass( static_cast<VkCommandBuffer>( m_commandBuffer ), static_cast<VkSubpassContents>( contents )… in nextSubpass()
Dvulkan.hpp1811 …ffer commandBuffer, const VkRenderPassBeginInfo * pRenderPassBegin, VkSubpassContents contents ) c… in vkCmdBeginRenderPass()
1817 …void vkCmdNextSubpass( VkCommandBuffer commandBuffer, VkSubpassContents contents ) const VULKAN_HP… in vkCmdNextSubpass()
Dvulkan_raii.hpp12046 …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/
Drenderpass.adoc5522 * 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/
Dgoldfish_vk_marshaling.cpp8693 vkStream->write((VkSubpassContents*)&forMarshaling->contents, sizeof(VkSubpassContents)); in marshal_VkSubpassBeginInfo()
8716 vkStream->read((VkSubpassContents*)&forUnmarshaling->contents, sizeof(VkSubpassContents)); in unmarshal_VkSubpassBeginInfo()
Dgoldfish_vk_reserved_marshaling.cpp6650 memcpy((VkSubpassContents*)&forUnmarshaling->contents, *ptr, sizeof(VkSubpassContents)); in reservedunmarshal_VkSubpassBeginInfo()
6651 *ptr += sizeof(VkSubpassContents); in reservedunmarshal_VkSubpassBeginInfo()