Home
last modified time | relevance | path

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

/dports/graphics/vkd3d/vkd3d-1.2/tests/
H A Dd3d12.c17010 D3D12_CPU_DESCRIPTOR_HANDLE dst_handles[4], src_handles[4]; in test_copy_descriptors() local
17410 dst_handles[0] = get_cpu_descriptor_handle(&context, heap, 5); in test_copy_descriptors()
17417 dst_handles[0] = get_cpu_descriptor_handle(&context, heap, 7); in test_copy_descriptors()
17440 dst_handles[0] = get_cpu_descriptor_handle(&context, heap, 9); in test_copy_descriptors()
17442 dst_handles[1] = get_cpu_descriptor_handle(&context, heap, 9); in test_copy_descriptors()
17577 D3D12_CPU_DESCRIPTOR_HANDLE dst_handles[1], src_handles[1]; in test_copy_descriptors_range_sizes() local
17667 dst_handles[0] = get_cpu_descriptor_handle(&context, heap, 1); in test_copy_descriptors_range_sizes()
17684 ID3D12Device_CopyDescriptors(device, 1, dst_handles, NULL, in test_copy_descriptors_range_sizes()
17690 ID3D12Device_CopyDescriptors(device, 1, dst_handles, NULL, in test_copy_descriptors_range_sizes()
17695 ID3D12Device_CopyDescriptors(device, 1, dst_handles, NULL, in test_copy_descriptors_range_sizes()
[all …]