Symbol: DRM_PVR_JOB_TYPE_FRAGMENT
drivers/gpu/drm/imagination/pvr_context.c
210
ctx->queues.fragment = pvr_queue_create(ctx, DRM_PVR_JOB_TYPE_FRAGMENT,
drivers/gpu/drm/imagination/pvr_context.h
99
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_job.c
283
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_job.c
414
args->type != DRM_PVR_JOB_TYPE_FRAGMENT &&
drivers/gpu/drm/imagination/pvr_job.c
605
b->type != DRM_PVR_JOB_TYPE_FRAGMENT ||
drivers/gpu/drm/imagination/pvr_queue.c
1014
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
1089
u32 min_native_dep_count = job->type == DRM_PVR_JOB_TYPE_FRAGMENT ? 1 : 0;
drivers/gpu/drm/imagination/pvr_queue.c
1214
[DRM_PVR_JOB_TYPE_FRAGMENT] = {
drivers/gpu/drm/imagination/pvr_queue.c
1250
type != DRM_PVR_JOB_TYPE_FRAGMENT)
drivers/gpu/drm/imagination/pvr_queue.c
1295
if (type != DRM_PVR_JOB_TYPE_GEOMETRY && type != DRM_PVR_JOB_TYPE_FRAGMENT &&
drivers/gpu/drm/imagination/pvr_queue.c
137
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
160
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
517
if (job->type == DRM_PVR_JOB_TYPE_FRAGMENT && job->paired_job) {
drivers/gpu/drm/imagination/pvr_queue.c
634
if (job->type == DRM_PVR_JOB_TYPE_FRAGMENT && job->paired_job &&
drivers/gpu/drm/imagination/pvr_queue.c
653
if (job->type == DRM_PVR_JOB_TYPE_FRAGMENT && job->paired_job) {
drivers/gpu/drm/imagination/pvr_queue.c
706
if (job->paired_job && job->type == DRM_PVR_JOB_TYPE_FRAGMENT &&
drivers/gpu/drm/imagination/pvr_queue.c
719
job->paired_job->type != DRM_PVR_JOB_TYPE_FRAGMENT ||
drivers/gpu/drm/imagination/pvr_queue.c
78
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
870
if (job->type == DRM_PVR_JOB_TYPE_FRAGMENT && job->paired_job)
drivers/gpu/drm/imagination/pvr_queue.c
95
case DRM_PVR_JOB_TYPE_FRAGMENT: