Home
last modified time | relevance | path

Searched refs:hAllocation (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h5142 VmaAllocation hAllocation; member
5254 VmaAllocation hAllocation) = 0;
5273 VmaAllocation hAllocation) const;
5337 VmaAllocation hAllocation);
5518 VmaAllocation hAllocation);
5628 VmaAllocation hAllocation);
5768 const VmaAllocation hAllocation,
5772 const VmaAllocation hAllocation,
5856 VmaAllocation hAllocation);
6675 void GetAllocationInfo(VmaAllocation hAllocation, VmaAllocationInfo* pAllocationInfo);
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h5990 const VmaAllocation hAllocation,
5996 const VmaAllocation hAllocation,
10938 void Free(const VmaAllocation hAllocation);
11506 void GetAllocationInfo(VmaAllocation hAllocation, VmaAllocationInfo* pAllocationInfo);
11536 VkResult Map(VmaAllocation hAllocation, void** ppData);
11537 void Unmap(VmaAllocation hAllocation);
11540 VmaAllocation hAllocation,
11545 VmaAllocation hAllocation,
11551 VmaAllocation hAllocation,
11560 void FillAllocation(const VmaAllocation hAllocation, uint8_t pattern);
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h5929 const VmaAllocation hAllocation,
5935 const VmaAllocation hAllocation,
10914 void Free(const VmaAllocation hAllocation);
11476 void GetAllocationInfo(VmaAllocation hAllocation, VmaAllocationInfo* pAllocationInfo);
11506 VkResult Map(VmaAllocation hAllocation, void** ppData);
11507 void Unmap(VmaAllocation hAllocation);
11510 VmaAllocation hAllocation,
11515 VmaAllocation hAllocation,
11521 VmaAllocation hAllocation,
11530 void FillAllocation(const VmaAllocation hAllocation, uint8_t pattern);
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/os/
H A Dmos_gpucontext_specific.cpp507 m_allocationList[allocationIndex].hAllocation = &m_attachedResources[allocationIndex]; in RegisterResource()
874 auto res = (PMOS_RESOURCE)m_allocationList[i].hAllocation; in MapResourcesToAuxTable()
950 auto tempRes = (PMOS_RESOURCE)m_allocationList[allocIdx].hAllocation; in SubmitCommandBuffer()
963 auto resource = (PMOS_RESOURCE)m_allocationList[currentPatch->AllocationIndex].hAllocation; in SubmitCommandBuffer()
H A Dmos_os_specific.c3632 …pOsGpuContext->pAllocationList[uiAllocation].hAllocation = &pOsGpuContext->pResources[uiAllocat… in Mos_Specific_RegisterResource()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/xe/
H A Dmos_gpucontext_specific_next_xe.cpp300 auto tempRes = (PMOS_RESOURCE)m_allocationList[allocIdx].hAllocation; in PatchCommandBuffer()
313 auto resource = (PMOS_RESOURCE)m_allocationList[currentPatch->AllocationIndex].hAllocation; in PatchCommandBuffer()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dmos_gpucontext_specific_next.cpp756 m_allocationList[allocationIndex].hAllocation = &m_attachedResources[allocationIndex]; in RegisterResource()
1223 auto res = (PMOS_RESOURCE)m_allocationList[i].hAllocation; in MapResourcesToAuxTable()
1299 auto tempRes = (PMOS_RESOURCE)m_allocationList[allocIdx].hAllocation; in SubmitCommandBuffer()
1312 auto resource = (PMOS_RESOURCE)m_allocationList[currentPatch->AllocationIndex].hAllocation; in SubmitCommandBuffer()
/aosp_15_r20/external/intel-media-driver/media_common/linux/common/os/
H A Dmos_os_specific.h538 HANDLE hAllocation; member