Home
last modified time | relevance | path

Searched refs:VkMemoryBarrier (Results 1 – 25 of 43) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c49 upgrade_memory_barrier(const VkMemoryBarrier *barrier, in upgrade_memory_barrier()
111 const VkMemoryBarrier* pMemoryBarriers, in vk_common_CmdPipelineBarrier()
205 const VkMemoryBarrier* pMemoryBarriers, in vk_common_CmdWaitEvents()
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp983 const VkMemoryBarrier* pMemoryBarriers; in subDecode()
984 VkMemoryBarrier stack_pMemoryBarriers[MAX_STACK_ITEMS]; in subDecode()
1016 pMemoryBarriers = (VkMemoryBarrier*)stack_pMemoryBarriers; in subDecode()
1019 ((memoryBarrierCount)) * sizeof(const VkMemoryBarrier)); in subDecode()
1023 (VkMemoryBarrier*)(pMemoryBarriers + i), in subDecode()
1057 (VkMemoryBarrier*)(pMemoryBarriers + i)); in subDecode()
1085 const VkMemoryBarrier* pMemoryBarriers; in subDecode()
1086 VkMemoryBarrier stack_pMemoryBarriers[MAX_STACK_ITEMS]; in subDecode()
1105 pMemoryBarriers = (VkMemoryBarrier*)stack_pMemoryBarriers; in subDecode()
1108 ((memoryBarrierCount)) * sizeof(const VkMemoryBarrier)); in subDecode()
[all …]
DVkDecoderGlobalState.h384 const VkMemoryBarrier* pMemoryBarriers,
DVkDecoderSnapshot.h542 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers,
551 const VkMemoryBarrier* pMemoryBarriers,
DVkDecoderSnapshot.cpp1440 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, in vkCmdWaitEvents()
1460 const VkMemoryBarrier* pMemoryBarriers, in vkCmdPipelineBarrier()
4980 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, in vkCmdWaitEvents()
4994 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, in vkCmdPipelineBarrier()
DVkDecoder.cpp8099 const VkMemoryBarrier* pMemoryBarriers; in decode()
8134 ((memoryBarrierCount)) * sizeof(const VkMemoryBarrier)); in decode()
8137 (VkMemoryBarrier*)(pMemoryBarriers + i), in decode()
8163 (VkMemoryBarrier*)(pMemoryBarriers + i)); in decode()
8220 const VkMemoryBarrier* pMemoryBarriers; in decode()
8243 ((memoryBarrierCount)) * sizeof(const VkMemoryBarrier)); in decode()
8246 (VkMemoryBarrier*)(pMemoryBarriers + i), in decode()
8272 (VkMemoryBarrier*)(pMemoryBarriers + i)); in decode()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h93 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, in vkCmdPipelineBarrier()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dnaming.adoc422 typedef struct VkMemoryBarrier {
427 } VkMemoryBarrier;
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h374 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers,
381 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers,
Dgoldfish_vk_deepcopy_guest.h96 const VkMemoryBarrier* from, VkMemoryBarrier* to);
DResourceTracker.h510 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers,
Dgoldfish_vk_transform_guest.h131 VkMemoryBarrier* toTransform);
134 VkMemoryBarrier* toTransform);
Dgoldfish_vk_marshaling_guest.h132 const VkMemoryBarrier* forMarshaling);
135 VkMemoryBarrier* forUnmarshaling);
Dgoldfish_vk_counting_guest.h84 const VkMemoryBarrier* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h100 const VkMemoryBarrier* forMarshaling, uint8_t** ptr);
DVkEncoder.cpp14889 const VkMemoryBarrier* pMemoryBarriers, in vkCmdWaitEvents()
14940 VkMemoryBarrier* local_pMemoryBarriers; in vkCmdWaitEvents()
14955 (VkMemoryBarrier*)pool->alloc(((memoryBarrierCount)) * sizeof(const VkMemoryBarrier)); in vkCmdWaitEvents()
14958 (VkMemoryBarrier*)(local_pMemoryBarriers + i)); in vkCmdWaitEvents()
14986 (VkMemoryBarrier*)(local_pMemoryBarriers + i)); in vkCmdWaitEvents()
15015 (VkMemoryBarrier*)(local_pMemoryBarriers + i), countPtr); in vkCmdWaitEvents()
15065 (VkMemoryBarrier*)(local_pMemoryBarriers + i), in vkCmdWaitEvents()
15099 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, in vkCmdPipelineBarrier()
15149 VkMemoryBarrier* local_pMemoryBarriers; in vkCmdPipelineBarrier()
15162 (VkMemoryBarrier*)pool->alloc(((memoryBarrierCount)) * sizeof(const VkMemoryBarrier)); in vkCmdPipelineBarrier()
[all …]
Dfunc_table.cpp1567 const VkMemoryBarrier* pMemoryBarriers, in gfxstream_vk_CmdWaitEvents()
1594 uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarriers, in gfxstream_vk_CmdPipelineBarrier()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_external_memory.adoc106 slink:VkMemoryBarrier, slink:VkBufferMemoryBarrier, and
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h89 const VkMemoryBarrier* from, VkMemoryBarrier* to);
Dgoldfish_vk_transform.h131 VkMemoryBarrier* toTransform);
134 VkMemoryBarrier* toTransform);
Dgoldfish_vk_marshaling.h124 const VkMemoryBarrier* forMarshaling);
127 VkMemoryBarrier* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h89 VkMemoryBarrier* forUnmarshaling, uint8_t** ptr);
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2916 typedef struct VkMemoryBarrier { struct
2921 } VkMemoryBarrier; argument
4073 …kPipelineStageFlags dstStageMask, uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarri…
4074 …kDependencyFlags dependencyFlags, uint32_t memoryBarrierCount, const VkMemoryBarrier* pMemoryBarri…
4808 const VkMemoryBarrier* pMemoryBarriers,
4820 const VkMemoryBarrier* pMemoryBarriers,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc1289 slink:VkMemoryBarrier, slink:VkBufferMemoryBarrier, and
6082 * pname:pMemoryBarriers is a pointer to an array of slink:VkMemoryBarrier
6337 * pname:pMemoryBarriers is a pointer to an array of slink:VkMemoryBarrier
6604 [open,refpage='VkMemoryBarrier',desc='Structure specifying a global memory barrier',type='structs']
6606 The sname:VkMemoryBarrier structure is defined as:
6608 include::{generated}/api/structs/VkMemoryBarrier.adoc[]
6626 include::{generated}/validity/structs/VkMemoryBarrier.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp3520 …geFlags>( dstStageMask ), memoryBarrierCount, reinterpret_cast<const VkMemoryBarrier *>( pMemoryBa… in waitEvents()
3531 …lags>( dstStageMask ), memoryBarriers.size(), reinterpret_cast<const VkMemoryBarrier *>( memoryBar… in waitEvents()
3543 …lags>( dependencyFlags ), memoryBarrierCount, reinterpret_cast<const VkMemoryBarrier *>( pMemoryBa… in pipelineBarrier()
3554 …s>( dependencyFlags ), memoryBarriers.size(), reinterpret_cast<const VkMemoryBarrier *>( memoryBar… in pipelineBarrier()

12