Home
last modified time | relevance | path

Searched refs:RADEON_CTX_PRIORITY_MEDIUM (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h75 RADEON_CTX_PRIORITY_MEDIUM, enumerator
Dradv_device.c2833 return RADEON_CTX_PRIORITY_MEDIUM; in radv_get_queue_global_priority()
2841 return RADEON_CTX_PRIORITY_MEDIUM; in radv_get_queue_global_priority()
/third_party/mesa3d/src/gallium/include/winsys/
Dradeon_winsys.h128 RADEON_CTX_PRIORITY_MEDIUM, enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c512 priority = RADEON_CTX_PRIORITY_MEDIUM; in si_create_context()
517 if (!sctx->ctx && priority != RADEON_CTX_PRIORITY_MEDIUM) { in si_create_context()
523 priority = RADEON_CTX_PRIORITY_MEDIUM; in si_create_context()
Dradeon_vcn_dec.c2808 dec->jctx[i] = dec->ws->ctx_create(dec->ws, RADEON_CTX_PRIORITY_MEDIUM); in radeon_create_decoder()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c403 r300->ctx = rws->ctx_create(rws, RADEON_CTX_PRIORITY_MEDIUM);
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c635 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/
Damdgpu_cs.c284 case RADEON_CTX_PRIORITY_MEDIUM: in radeon_to_amdgpu_priority()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1523 case RADEON_CTX_PRIORITY_MEDIUM: in radv_to_amdgpu_priority()