Searched refs:vertex_job_count (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_context.h166 unsigned vertex_job_count; member in struct:panfrost_context
H A Dpan_context.c1285 ctx->u_vertex_jobs[ctx->vertex_job_count] = (struct mali_job_descriptor_header *) vertex.cpu;
1286 ctx->vertex_jobs[ctx->vertex_job_count++] = vertex.gpu;
1322 for (int i = 0; i < ctx->vertex_job_count; ++i) {
1323 bool isLast = (i + 1) == ctx->vertex_job_count;
1356 ctx->vertex_job_count = 0;

Completed in 5 milliseconds