Searched refs:d3d12_descriptor_handle (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_surface.h31 struct d3d12_descriptor_handle;
36 struct d3d12_descriptor_handle uint_rtv_handle;
39 struct d3d12_descriptor_handle desc_handle;
H A Dd3d12_descriptor_pool.h37 struct d3d12_descriptor_handle { struct
44 d3d12_descriptor_handle_is_allocated(struct d3d12_descriptor_handle *handle)
50 d3d12_descriptor_handle_free(struct d3d12_descriptor_handle *handle);
64 struct d3d12_descriptor_handle *handle);
83 struct d3d12_descriptor_handle *handle);
90 struct d3d12_descriptor_handle *handle);
H A Dd3d12_screen.h75 struct d3d12_descriptor_handle null_srvs[RESOURCE_DIMENSION_COUNT];
76 struct d3d12_descriptor_handle null_rtv;
H A Dd3d12_descriptor_pool.cpp123 struct d3d12_descriptor_handle *handle)
133 struct d3d12_descriptor_handle *handle)
159 d3d12_descriptor_handle_free(struct d3d12_descriptor_handle *handle)
224 struct d3d12_descriptor_handle *handle)
H A Dd3d12_context.h91 struct d3d12_descriptor_handle handle, handle_without_shadow;
113 struct d3d12_descriptor_handle handle;
218 struct d3d12_descriptor_handle null_sampler;
H A Dd3d12_surface.cpp85 struct d3d12_descriptor_handle *handle,
153 struct d3d12_descriptor_handle *handle,
H A Dd3d12_batch.cpp127 util_dynarray_foreach(&batch->zombie_samplers, d3d12_descriptor_handle, handle)
H A Dd3d12_draw.cpp56 struct d3d12_descriptor_handle table_start;
73 struct d3d12_descriptor_handle handle;
89 struct d3d12_descriptor_handle table_start;
142 struct d3d12_descriptor_handle table_start;
H A Dd3d12_context.cpp746 util_dynarray_append(&batch->zombie_samplers, d3d12_descriptor_handle,
749 util_dynarray_append(&batch->zombie_samplers, d3d12_descriptor_handle,

Completed in 12 milliseconds