Symbol: DRM_PVR_JOB_TYPE_FRAGMENT
drivers/gpu/drm/imagination/pvr_context.c
212
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
284
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_job.c
415
args->type != DRM_PVR_JOB_TYPE_FRAGMENT &&
drivers/gpu/drm/imagination/pvr_job.c
608
b->type != DRM_PVR_JOB_TYPE_FRAGMENT ||
drivers/gpu/drm/imagination/pvr_queue.c
1066
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
1141
u32 min_native_dep_count = job->type == DRM_PVR_JOB_TYPE_FRAGMENT ? 1 : 0;
drivers/gpu/drm/imagination/pvr_queue.c
1268
[DRM_PVR_JOB_TYPE_FRAGMENT] = {
drivers/gpu/drm/imagination/pvr_queue.c
1303
type != DRM_PVR_JOB_TYPE_FRAGMENT)
drivers/gpu/drm/imagination/pvr_queue.c
1348
if (type != DRM_PVR_JOB_TYPE_GEOMETRY && type != DRM_PVR_JOB_TYPE_FRAGMENT &&
drivers/gpu/drm/imagination/pvr_queue.c
138
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
161
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
392
return job->type == DRM_PVR_JOB_TYPE_FRAGMENT &&
drivers/gpu/drm/imagination/pvr_queue.c
569
if (job->type == DRM_PVR_JOB_TYPE_FRAGMENT && job->paired_job) {
drivers/gpu/drm/imagination/pvr_queue.c
698
if (job->type == DRM_PVR_JOB_TYPE_FRAGMENT && job->paired_job) {
drivers/gpu/drm/imagination/pvr_queue.c
759
if (job->paired_job && job->type == DRM_PVR_JOB_TYPE_FRAGMENT &&
drivers/gpu/drm/imagination/pvr_queue.c
770
job->paired_job->type != DRM_PVR_JOB_TYPE_FRAGMENT ||
drivers/gpu/drm/imagination/pvr_queue.c
79
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_queue.c
926
if (job->type == DRM_PVR_JOB_TYPE_FRAGMENT && job->paired_job)
drivers/gpu/drm/imagination/pvr_queue.c
96
case DRM_PVR_JOB_TYPE_FRAGMENT:
drivers/gpu/drm/imagination/pvr_trace.h
47
{ DRM_PVR_JOB_TYPE_FRAGMENT, "fragment" }, \