Home
last modified time | relevance | path

Searched refs:query_buf (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c306 if (!batch->query_buf) { in fd_hw_sample_init()
319 batch->query_buf = pscreen->resource_create(pscreen, &templ); in fd_hw_sample_init()
322 pipe_resource_reference(&samp->prsc, batch->query_buf); in fd_hw_sample_init()
343 fd_resource_resize(batch->query_buf, tile_stride * num_tiles); in fd_hw_query_prepare()
372 OUT_RELOC(ring, fd_resource(batch->query_buf)->bo, offset, 0, 0); in fd_hw_query_prepare_tile()
Dfreedreno_batch.h243 struct pipe_resource *query_buf; member
Dfreedreno_draw.c229 resource_written(batch, batch->query_buf); in batch_draw_tracking()
424 resource_written(batch, batch->query_buf); in batch_clear_tracking()
Dfreedreno_batch.c196 pipe_resource_reference(&batch->query_buf, NULL); in batch_fini()