Searched refs:dzn_descriptor_heap (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_private.h | 340 struct dzn_descriptor_heap *heaps[NUM_POOL_TYPES]; 356 struct dzn_descriptor_heap { struct 367 dzn_descriptor_heap_get_cpu_handle(const struct dzn_descriptor_heap *heap, uint32_t slot); argument 370 dzn_descriptor_heap_get_gpu_handle(const struct dzn_descriptor_heap *heap, uint32_t slot); 373 dzn_descriptor_heap_write_image_view_desc(struct dzn_descriptor_heap *heap, 380 dzn_descriptor_heap_write_buffer_desc(struct dzn_descriptor_heap *heap, 386 dzn_descriptor_heap_copy(struct dzn_descriptor_heap *dst_heap, uint32_t dst_heap_offset, 387 const struct dzn_descriptor_heap *src_heap, uint32_t src_heap_offset, 392 struct dzn_descriptor_heap heap; 421 struct dzn_descriptor_heap **heap, [all …]
|
D | dzn_descriptor_set.c | 790 dzn_descriptor_heap_finish(struct dzn_descriptor_heap *heap) in dzn_descriptor_heap_finish() 800 dzn_descriptor_heap_init(struct dzn_descriptor_heap *heap, in dzn_descriptor_heap_init() 839 dzn_descriptor_heap_get_cpu_handle(const struct dzn_descriptor_heap *heap, uint32_t desc_offset) in dzn_descriptor_heap_get_cpu_handle() 847 dzn_descriptor_heap_get_gpu_handle(const struct dzn_descriptor_heap *heap, uint32_t desc_offset) in dzn_descriptor_heap_get_gpu_handle() 855 dzn_descriptor_heap_write_sampler_desc(struct dzn_descriptor_heap *heap, in dzn_descriptor_heap_write_sampler_desc() 864 dzn_descriptor_heap_write_image_view_desc(struct dzn_descriptor_heap *heap, in dzn_descriptor_heap_write_image_view_desc() 906 dzn_descriptor_heap_write_buffer_view_desc(struct dzn_descriptor_heap *heap, in dzn_descriptor_heap_write_buffer_view_desc() 921 dzn_descriptor_heap_write_buffer_desc(struct dzn_descriptor_heap *heap, in dzn_descriptor_heap_write_buffer_desc() 969 dzn_descriptor_heap_copy(struct dzn_descriptor_heap *dst_heap, in dzn_descriptor_heap_copy() 971 const struct dzn_descriptor_heap *src_heap, in dzn_descriptor_heap_copy() [all …]
|
D | dzn_cmd_buffer.c | 982 struct dzn_descriptor_heap *heap; in dzn_cmd_buffer_get_dsv() 1011 struct dzn_descriptor_heap *heap; in dzn_cmd_buffer_get_rtv() 1035 struct dzn_descriptor_heap *heap; in dzn_cmd_buffer_get_null_rtv() 1878 struct dzn_descriptor_heap *heap, in dzn_cmd_buffer_blit_prepare_src_view() 2111 struct dzn_descriptor_heap *heap, in dzn_cmd_buffer_blit_region() 2186 struct dzn_descriptor_heap *heap, in dzn_cmd_buffer_resolve_region() 2286 struct dzn_descriptor_heap *new_heaps[NUM_POOL_TYPES] = { in dzn_cmd_buffer_update_heaps() 2306 struct dzn_descriptor_heap *dst_heap = NULL; in dzn_cmd_buffer_update_heaps() 3172 struct dzn_descriptor_heap *heap; in dzn_CmdBlitImage2() 3216 struct dzn_descriptor_heap *heap; in dzn_CmdResolveImage2()
|