HomeSort by relevance Sort by last modified time
    Searched refs:query_set_stage (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 330 void (*query_set_stage)(struct fd_batch *batch, enum fd_render_stage stage); member in struct:fd_context
440 if (ctx->query_set_stage)
441 ctx->query_set_stage(batch, stage);
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_query.c 148 ctx->query_set_stage = fd_hw_query_set_stage;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_query.c 290 ctx->query_set_stage = fd_hw_query_set_stage;
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_query.c 255 ctx->query_set_stage = fd_acc_query_set_stage;

Completed in 142 milliseconds