Home
last modified time | relevance | path

Searched refs:dst_heap (Results 1 – 4 of 4) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Dcp_dma_tests.c280 static void amdgpu_cp_dma(uint32_t src_heap, uint32_t dst_heap) { in amdgpu_cp_dma() argument
301 dst_heap, AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED, &dst_bo); in amdgpu_cp_dma()
329 static void amdgpu_cp_dma_p2p(uint32_t src_heap, uint32_t dst_heap) { in amdgpu_cp_dma_p2p() argument
371 dst_heap, AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED, &src_bo); in amdgpu_cp_dma_p2p()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c969 dzn_descriptor_heap_copy(struct dzn_descriptor_heap *dst_heap, in dzn_descriptor_heap_copy() argument
976 dzn_descriptor_heap_get_cpu_handle(dst_heap, dst_offset); in dzn_descriptor_heap_copy()
980 ID3D12Device1_CopyDescriptorsSimple(dst_heap->dev, desc_count, in dzn_descriptor_heap_copy()
983 dst_heap->type); in dzn_descriptor_heap_copy()
Ddzn_private.h386 dzn_descriptor_heap_copy(struct dzn_descriptor_heap *dst_heap, uint32_t dst_heap_offset,
Ddzn_cmd_buffer.c2306 struct dzn_descriptor_heap *dst_heap = NULL; in dzn_cmd_buffer_update_heaps() local
2310 &dst_heap, &dst_heap_offset); in dzn_cmd_buffer_update_heaps()
2322 dzn_descriptor_heap_copy(dst_heap, dst_heap_offset + set_heap_offset, in dzn_cmd_buffer_update_heaps()
2336 dzn_descriptor_heap_write_buffer_desc(dst_heap, in dzn_cmd_buffer_update_heaps()
2342 dzn_descriptor_heap_write_buffer_desc(dst_heap, in dzn_cmd_buffer_update_heaps()
2350 new_heaps[type] = dst_heap; in dzn_cmd_buffer_update_heaps()