Home
last modified time | relevance | path

Searched refs:pCommittedMemoryInBytes (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h124 VkDeviceSize* pCommittedMemoryInBytes, uint32_t doLock);
Dfunc_table.cpp271 VkDeviceSize* pCommittedMemoryInBytes) { in gfxstream_vk_GetDeviceMemoryCommitment() argument
277 pCommittedMemoryInBytes, true /* do lock */); in gfxstream_vk_GetDeviceMemoryCommitment()
DVkEncoder.cpp3265 VkDeviceSize* pCommittedMemoryInBytes, in vkGetDeviceMemoryCommitment() argument
3296 memory, pCommittedMemoryInBytes); in vkGetDeviceMemoryCommitment()
3345 memcpy(*streamPtrPtr, (VkDeviceSize*)pCommittedMemoryInBytes, sizeof(VkDeviceSize)); in vkGetDeviceMemoryCommitment()
3353 stream->read((VkDeviceSize*)pCommittedMemoryInBytes, sizeof(VkDeviceSize)); in vkGetDeviceMemoryCommitment()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h167 VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes);
DVkDecoder.cpp2050 VkDeviceSize* pCommittedMemoryInBytes; in decode() local
2066 vkReadStream->alloc((void**)&pCommittedMemoryInBytes, sizeof(VkDeviceSize)); in decode()
2067 memcpy((VkDeviceSize*)pCommittedMemoryInBytes, *readStreamPtrPtr, in decode()
2074 (unsigned long long)pCommittedMemoryInBytes); in decode()
2076 vk->vkGetDeviceMemoryCommitment(unboxed_device, memory, pCommittedMemoryInBytes); in decode()
2078 vkStream->write((VkDeviceSize*)pCommittedMemoryInBytes, sizeof(VkDeviceSize)); in decode()
2086 pCommittedMemoryInBytes); in decode()
DVkDecoderSnapshot.cpp255 VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes) { in vkGetDeviceMemoryCommitment() argument
4036 VkDeviceSize* pCommittedMemoryInBytes) { in vkGetDeviceMemoryCommitment() argument
4038 pCommittedMemoryInBytes); in vkGetDeviceMemoryCommitment()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1168 …mmitment( VkDevice device, VkDeviceMemory memory, VkDeviceSize * pCommittedMemoryInBytes ) const V… in vkGetDeviceMemoryCommitment()
1170 return ::vkGetDeviceMemoryCommitment( device, memory, pCommittedMemoryInBytes ); in vkGetDeviceMemoryCommitment()
Dvulkansc_funcs.hpp871 …MESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize * pCommittedMemoryInBytes, Dispatch… in getMemoryCommitment() argument
874 …atic_cast<VkDeviceMemory>( memory ), reinterpret_cast<VkDeviceSize *>( pCommittedMemoryInBytes ) ); in getMemoryCommitment()
Dvulkan.hpp1175 …mmitment( VkDevice device, VkDeviceMemory memory, VkDeviceSize * pCommittedMemoryInBytes ) const V… in vkGetDeviceMemoryCommitment()
1177 return ::vkGetDeviceMemoryCommitment( device, memory, pCommittedMemoryInBytes ); in vkGetDeviceMemoryCommitment()
Dvulkansc_handles.hpp4423 …MESPACE::DeviceMemory memory, VULKAN_HPP_NAMESPACE::DeviceSize * pCommittedMemoryInBytes, Dispatch…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3975 …ceMemoryCommitment)(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes);
4224 VkDeviceSize* pCommittedMemoryInBytes);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc3944 * pname:pCommittedMemoryInBytes is a pointer to a basetype:VkDeviceSize