Searched defs:pFences (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | gfxstream_vk_private.cpp | 34 std::vector<VkFence> transformVkFenceList(const VkFence* pFences, uint32_t fenceCount) { in transformVkFenceList()
|
D | ResourceTracker.cpp | 4565 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences() 4740 uint32_t fenceCount, const VkFence* pFences, in on_vkWaitForFences()
|
D | func_table.cpp | 449 VkResult gfxstream_vk_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in gfxstream_vk_ResetFences() 479 VkResult gfxstream_vk_WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, in gfxstream_vk_WaitForFences()
|
D | VkEncoder.cpp | 4512 VkResult VkEncoder::vkResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, in vkResetFences() 4703 VkResult VkEncoder::vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, in vkWaitForFences()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_fence.c | 205 const VkFence *pFences) in vk_common_ResetFences() 252 const VkFence *pFences, in vk_common_WaitForFences()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.cpp | 344 uint32_t fenceCount, const VkFence* pFences) {} in vkResetFences() 350 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences() 4130 const VkFence* pFences) { in vkResetFences() 4147 const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences()
|
D | VkDecoder.cpp | 2731 const VkFence* pFences; in decode() local 2823 const VkFence* pFences; in decode() local
|
D | VkDecoderGlobalState.cpp | 2598 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences() 8084 uint32_t fenceCount, const VkFence* pFences) { in on_vkResetFences()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 1070 …NLINE Result Device::resetFences( uint32_t fenceCount, const VULKAN_HPP_NAMESPACE::Fence * pFences… in resetFences() argument 1116 …INE Result Device::waitForFences( uint32_t fenceCount, const VULKAN_HPP_NAMESPACE::Fence * pFences… in waitForFences() argument
|
D | vulkansc.hpp | 1222 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences() argument
|
D | vulkan.hpp | 1247 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences() argument
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14310 const VkFence* pFences; member
|