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 D | dzn_image.c | 1440 …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 D | dzn_device.c | 3096 …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 D | dzn_private.h | 531 dzn_device_descriptor_heap_alloc_slot(struct dzn_device *device,
|
H A D | dzn_descriptor_set.c | 1247 int slot = dzn_device_descriptor_heap_alloc_slot(device, D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV); in handle_custom_descriptor_cache()
|