Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c1440 …iview->srv_bindless_slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYP… in dzn_image_view_create()
1453 …iview->uav_bindless_slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYP… in dzn_image_view_create()
1545 …bview->srv_bindless_slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYP… in dzn_buffer_view_create()
1567 …bview->uav_bindless_slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYP… in dzn_buffer_view_create()
H A Ddzn_device.c3096 …buf->cbv_bindless_slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYPE_… in dzn_buffer_create()
3103 …buf->uav_bindless_slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYPE_… in dzn_buffer_create()
3593 …sampler->bindless_slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYPE_… in dzn_sampler_create()
3628 dzn_device_descriptor_heap_alloc_slot(struct dzn_device *device, in dzn_device_descriptor_heap_alloc_slot() function
H A Ddzn_private.h531 dzn_device_descriptor_heap_alloc_slot(struct dzn_device *device,
H A Ddzn_descriptor_set.c1247 int slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV); in handle_custom_descriptor_cache()