Home
last modified time | relevance | path

Searched refs:draw_cost (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c51 ctx->draw_cost = pfb->nr_cbufs; in update_draw_cost()
54 ctx->draw_cost++; in update_draw_cost()
56 ctx->draw_cost++; in update_draw_cost()
58 ctx->draw_cost++; in update_draw_cost()
Dfreedreno_context.h336 uint8_t draw_cost; member
Dfreedreno_draw.c355 batch->cost += ctx->draw_cost; in fd_draw_vbo()