HomeSort by: relevance | last modified time | path
    Searched refs:first_tiler (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_scoreboard.h 46 struct mali_job_header_packed *first_tiler; member in struct:pan_scoreboard
177 if (scoreboard->first_tiler) {
181 scoreboard->first_tiler->opaque[5] =
185 scoreboard->first_tiler = (void *)job->cpu;
193 if (!scoreboard->first_tiler) {
194 scoreboard->first_tiler = (void *)job->cpu;
227 if (PAN_ARCH >= 6 || !scoreboard->first_tiler)
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_device.c 234 (batch->scoreboard.first_tiler ? 1 : 0) + 1;
259 if (batch->scoreboard.first_tiler)
panvk_vX_cmd_buffer.c 156 if (batch->scoreboard.first_tiler) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_job.c 623 if (batch->scoreboard.first_tiler)
669 bool has_tiler = batch->scoreboard.first_tiler;
757 if (batch->scoreboard.first_tiler || batch->clear)
pan_cmdstream.c 3612 bool has_draws = batch->scoreboard.first_tiler != NULL;

Completed in 8 milliseconds