Home
last modified time | relevance | path

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

/external/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,
/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h226 struct radeon_winsys_cs *(*cs_create)(struct radeon_winsys *ws, member
Dsi_cmd_buffer.c554 struct radeon_winsys_cs *cs = device->ws->cs_create(device->ws, RING_GFX); in cik_create_gfx_config()
Dradv_device.c1174 device->empty_cs[family] = device->ws->cs_create(device->ws, family); in radv_CreateDevice()
1645 cs = queue->device->ws->cs_create(queue->device->ws, in radv_get_preamble_cs()
Dradv_cmd_buffer.c236 cmd_buffer->cs = device->ws->cs_create(device->ws, ring); in radv_create_cmd_buffer()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h453 struct radeon_winsys_cs *(*cs_create)(struct radeon_winsys_ctx *ctx, member
Dradeon_vcn_enc.c249 enc->cs = ws->cs_create(rctx->ctx, RING_VCN_ENC, radeon_enc_cs_flush, enc); in radeon_create_encoder()
Dradeon_vce.c440 enc->cs = ws->cs_create(rctx->ctx, RING_VCE, rvce_cs_flush, enc); in si_vce_create_encoder()
Dr600_pipe_common.c470 rctx->dma.cs = rctx->ws->cs_create(rctx->ctx, RING_DMA, in si_common_context_init()
Dradeon_vcn_dec.c1256 dec->cs = ws->cs_create(rctx->ctx, RING_VCN_DEC, NULL, NULL); in radeon_create_decoder()
Dradeon_uvd.c1419 dec->cs = ws->cs_create(rctx->ctx, RING_UVD, NULL, NULL); in si_common_uvd_create_decoder()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c431 enc->cs = ws->cs_create(rctx->ctx, RING_VCE, rvce_cs_flush, enc); in rvce_create_encoder()
Dr600_pipe.c200 rctx->b.gfx.cs = ws->cs_create(rctx->b.ctx, RING_GFX, in r600_create_context()
Dr600_pipe_common.c713 rctx->dma.cs = rctx->ws->cs_create(rctx->ctx, RING_DMA, in r600_common_context_init()
Dradeon_uvd.c1336 dec->cs = ws->cs_create(rctx->ctx, RING_UVD, NULL, NULL); in ruvd_create_decoder()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c394 r300->cs = rws->cs_create(r300->ctx, RING_GFX, r300_flush_callback, r300);
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_cs.c819 ws->base.cs_create = radeon_drm_cs_create; in radeon_drm_cs_init_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c291 sctx->b.gfx.cs = ws->cs_create(sctx->b.ctx, RING_GFX, in si_create_context()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c1569 ws->base.cs_create = amdgpu_cs_create; in amdgpu_cs_init_functions()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1486 ws->base.cs_create = radv_amdgpu_cs_create; in radv_amdgpu_cs_init_functions()