Lines Matching refs:hw_ctx
2857 queue->hw_ctx = device->hw_ctx[queue->priority];
3497 if (device->hw_ctx[priority])
3500 result = device->ws->ctx_create(device->ws, priority, &device->hw_ctx[priority]);
3755 if (device->hw_ctx[i])
3756 device->ws->ctx_destroy(device->hw_ctx[i]);
3800 if (device->hw_ctx[i])
3801 device->ws->ctx_destroy(device->hw_ctx[i]);
5044 struct radeon_winsys_ctx *ctx = queue->hw_ctx;
5066 struct radeon_winsys_ctx *ctx = queue->hw_ctx;
5148 struct radeon_winsys_ctx *ctx = queue->hw_ctx;
5288 struct radeon_winsys_ctx *ctx = queue->hw_ctx;
7377 if (device->hw_ctx[i])
7378 return ws->ctx_set_pstate(device->hw_ctx[i], pstate) >= 0;