Home
last modified time | relevance | path

Searched refs:cs_create (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libdrm/radeon/
Dradeon_cs_int.h36 struct radeon_cs_int *(*cs_create)(struct radeon_cs_manager *csm, member
Dradeon_cs.c9 struct radeon_cs_int *csi = csm->funcs->cs_create(csm, ndw); in radeon_cs_create()
Dradeon_cs_gem.c515 .cs_create = cs_gem_create,
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_cs.c107 ws->base.cs_create = radv_null_cs_create; in radv_null_cs_init_functions()
/third_party/mesa3d/src/amd/vulkan/
Dradv_sqtt.c521 cs = ws->cs_create(ws, family); in radv_begin_thread_trace()
577 cs = ws->cs_create(ws, family); in radv_end_thread_trace()
Dradv_radeon_winsys.h266 struct radeon_cmdbuf *(*cs_create)(struct radeon_winsys *ws, enum ring_type ring_type); member
Dsi_cmd_buffer.c561 struct radeon_cmdbuf *cs = device->ws->cs_create(device->ws, RING_GFX); in cik_create_gfx_config()
Dradv_device.c3208 device->empty_cs[family] = device->ws->cs_create(device->ws, family); in radv_CreateDevice()
3942 cs = queue->device->ws->cs_create(queue->device->ws, in radv_get_preamble_cs()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h506 bool (*cs_create)(struct radeon_cmdbuf *cs, member
Dradeon_uvd_enc.c298 if (!ws->cs_create(&enc->cs, sctx->ctx, RING_UVD_ENC, radeon_uvd_enc_cs_flush, enc, false)) { in radeon_uvd_create_encoder()
Dradeon_vce.c432 if (!ws->cs_create(&enc->cs, sctx->ctx, RING_VCE, rvce_cs_flush, enc, false)) { in si_vce_create_encoder()
Dradeon_vcn_enc.c423 if (!ws->cs_create(&enc->cs, sctx->ctx, RING_VCN_ENC, radeon_enc_cs_flush, enc, false)) { in radeon_create_encoder()
Dradeon_uvd.c1272 if (!ws->cs_create(&dec->cs, sctx->ctx, RING_UVD, NULL, NULL, false)) { in si_common_uvd_create_decoder()
Dradeon_vcn_dec.c2394 if (!ws->cs_create(&dec->cs, sctx->ctx, ring, NULL, NULL, false)) { in radeon_create_decoder()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c461 if (!ws->cs_create(sctx->thread_trace->start_cs[RING_GFX], in si_thread_trace_init_cs()
472 if (!ws->cs_create(sctx->thread_trace->stop_cs[RING_GFX], in si_thread_trace_init_cs()
Dsi_sdma_copy_image.c429 if (ws->cs_create(sctx->sdma_cs, sctx->ctx, RING_DMA, in si_sdma_copy_image()
Dsi_pipe.c501 ws->cs_create(&sctx->gfx_cs, sctx->ctx, sctx->has_graphics ? RING_GFX : RING_COMPUTE, in si_create_context()
998 ws->cs_create(&cs[i], sctx->ctx, RING_COMPUTE, NULL, NULL, false); in si_test_gds_memory_management()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c435 if (!ws->cs_create(&enc->cs, rctx->ctx, RING_VCE, rvce_cs_flush, enc, false)) { in rvce_create_encoder()
Dr600_pipe.c213 ws->cs_create(&rctx->b.gfx.cs, rctx->b.ctx, RING_GFX, in r600_create_context()
Dradeon_uvd.c1094 if (!ws->cs_create(&dec->cs, rctx->ctx, RING_UVD, NULL, NULL, false)) { in ruvd_create_decoder()
Dr600_pipe_common.c640 rctx->ws->cs_create(&rctx->dma.cs, rctx->ctx, RING_DMA, in r600_common_context_init()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c396 if (!rws->cs_create(&r300->cs, r300->ctx, RING_GFX, r300_flush_callback, r300, false))
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c854 ws->base.cs_create = radeon_drm_cs_create; in radeon_drm_cs_init_functions()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1831 ws->base.cs_create = amdgpu_cs_create; in amdgpu_cs_init_functions()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1773 ws->base.cs_create = radv_amdgpu_cs_create; in radv_amdgpu_cs_init_functions()

12