Searched refs:radv_queue (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_debug.h86 void radv_check_gpu_hangs(struct radv_queue *queue, struct radeon_cmdbuf *cs);
94 void radv_check_trap_handler(struct radv_queue *queue);
H A Dradv_wsi.c118 RADV_FROM_HANDLE(radv_queue, queue, _queue);
H A Dradv_debug.c500 radv_dump_queue_state(struct radv_queue *queue, const char *dump_dir, FILE *f)
610 radv_dump_umr_ring(struct radv_queue *queue, FILE *f)
628 radv_dump_umr_waves(struct radv_queue *queue, FILE *f)
646 radv_gpu_hang_occured(struct radv_queue *queue, enum ring_type ring)
657 radv_check_gpu_hangs(struct radv_queue *queue, struct radeon_cmdbuf *cs)
968 radv_check_trap_handler(struct radv_queue *queue)
H A Dradv_sqtt.c507 radv_begin_thread_trace(struct radv_queue *queue)
563 radv_end_thread_trace(struct radv_queue *queue)
619 radv_get_thread_trace(struct radv_queue *queue, struct ac_thread_trace *thread_trace)
H A Dradv_private.h663 struct radv_queue { struct
734 struct radv_queue *queues[RADV_MAX_QUEUE_FAMILIES];
2576 bool radv_queue_internal_submit(struct radv_queue *queue, struct radeon_cmdbuf *cs);
2641 bool radv_begin_thread_trace(struct radv_queue *queue);
2642 bool radv_end_thread_trace(struct radv_queue *queue);
2643 bool radv_get_thread_trace(struct radv_queue *queue, struct ac_thread_trace *thread_trace);
2896 VK_DEFINE_HANDLE_CASTS(radv_queue, vk.base, VkQueue, VK_OBJECT_TYPE_QUEUE)
H A Dradv_device.c2569 radv_queue_init(struct radv_device *device, struct radv_queue *queue,
2595 radv_queue_finish(struct radv_queue *queue)
3046 vk_alloc(&device->vk.alloc, queue_create->queueCount * sizeof(struct radv_queue), 8,
3053 memset(device->queues[qfi], 0, queue_create->queueCount * sizeof(struct radv_queue));
3371 fill_geom_tess_rings(struct radv_queue *queue, uint32_t *map, bool add_sample_positions,
3581 radv_emit_gs_ring_sizes(struct radv_queue *queue, struct radeon_cmdbuf *cs,
3606 radv_emit_tess_factor_ring(struct radv_queue *queue, struct radeon_cmdbuf *cs,
3638 radv_emit_graphics_scratch(struct radv_queue *queue, struct radeon_cmdbuf *cs,
3656 radv_emit_compute_scratch(struct radv_queue *queue, struct radeon_cmdbuf *cs,
3678 radv_emit_global_shader_pointers(struct radv_queue *queu
[all...]
H A Dradv_android.c460 RADV_FROM_HANDLE(radv_queue, queue, _queue);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_debug.h70 radv_check_gpu_hangs(struct radv_queue *queue, struct radeon_cmdbuf *cs);
H A Dradv_android.c338 RADV_FROM_HANDLE(radv_queue, queue, _queue);
H A Dradv_wsi.c256 RADV_FROM_HANDLE(radv_queue, queue, _queue);
H A Dradv_device.c1605 radv_queue_init(struct radv_device *device, struct radv_queue *queue,
1625 radv_queue_finish(struct radv_queue *queue)
1831 queue_create->queueCount * sizeof(struct radv_queue), 8, VK_SYSTEM_ALLOCATION_SCOPE_DEVICE);
1837 memset(device->queues[qfi], 0, queue_create->queueCount * sizeof(struct radv_queue));
2051 struct radv_queue *queue;
2086 fill_geom_tess_rings(struct radv_queue *queue,
2301 radv_emit_gs_ring_sizes(struct radv_queue *queue, struct radeon_cmdbuf *cs,
2328 radv_emit_tess_factor_ring(struct radv_queue *queue, struct radeon_cmdbuf *cs,
2363 radv_emit_compute_scratch(struct radv_queue *queue, struct radeon_cmdbuf *cs,
2382 radv_emit_global_shader_pointers(struct radv_queue *queu
[all...]
H A Dradv_debug.c650 radv_gpu_hang_occured(struct radv_queue *queue, enum ring_type ring)
661 radv_check_gpu_hangs(struct radv_queue *queue, struct radeon_cmdbuf *cs)
H A Dradv_private.h637 struct radv_queue { struct
680 struct radv_queue *queues[RADV_MAX_QUEUE_FAMILIES];
2048 RADV_DEFINE_HANDLE_CASTS(radv_queue, VkQueue)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c351 RADV_FROM_HANDLE(radv_queue, queue, _queue);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst2015 - radv: Drop radv_queue::flags/queue_family_index/queue_idx

Completed in 36 milliseconds