Searched refs:ctx_create (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/winsys/null/ |
D | radv_null_cs.c | 104 ws->base.ctx_create = radv_null_ctx_create; in radv_null_cs_init_functions()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_radeon_winsys.h | 264 VkResult (*ctx_create)(struct radeon_winsys *ws, enum radeon_ctx_priority priority, member
|
D | radv_device.c | 3500 result = device->ws->ctx_create(device->ws, priority, &device->hw_ctx[priority]); in radv_CreateDevice()
|
/third_party/mesa3d/src/intel/common/tests/ |
D | mi_builder_test.cpp | 212 drm_i915_gem_context_create ctx_create = drm_i915_gem_context_create(); in SetUp() local 214 (void *)&ctx_create), 0) << strerror(errno); in SetUp() 215 ctx_id = ctx_create.ctx_id; in SetUp()
|
/third_party/mesa3d/src/gallium/include/winsys/ |
D | radeon_winsys.h | 476 struct radeon_winsys_ctx *(*ctx_create)(struct radeon_winsys *ws, member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 403 r300->ctx = rws->ctx_create(rws, RADEON_CTX_PRIORITY_MEDIUM);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 516 sctx->ctx = sctx->ws->ctx_create(sctx->ws, priority); in si_create_context() 524 sctx->ctx = sctx->ws->ctx_create(sctx->ws, priority); in si_create_context()
|
D | radeon_vcn_dec.c | 2808 dec->jctx[i] = dec->ws->ctx_create(dec->ws, RADEON_CTX_PRIORITY_MEDIUM); in radeon_create_decoder()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_cs.c | 860 ws->base.ctx_create = radeon_drm_ctx_create; in radeon_drm_cs_init_functions()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 635 rctx->ctx = rctx->ws->ctx_create(rctx->ws, RADEON_CTX_PRIORITY_MEDIUM); in r600_common_context_init()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.c | 1851 ws->base.ctx_create = amdgpu_ctx_create; in amdgpu_cs_init_functions()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 1893 ws->base.ctx_create = radv_amdgpu_ctx_create; in radv_amdgpu_cs_init_functions()
|