Searched refs:PIPE_BIND_QUERY_BUFFER (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_trace_gallium.c44 .bind = PIPE_BIND_QUERY_BUFFER | PIPE_BIND_LINEAR,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.h112 if (pbind & PIPE_BIND_QUERY_BUFFER)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.c68 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.h149 if (pbind & PIPE_BIND_QUERY_BUFFER)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_query_hw.c128 hq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c65 PIPE_BIND_QUERY_BUFFER, 0, 0x1000);
H A Dfreedreno_query_hw.c316 .bind = PIPE_BIND_QUERY_BUFFER,
H A Dfreedreno_resource.c809 debug_assert(prsc->bind == PIPE_BIND_QUERY_BUFFER);
982 debug_assert(prsc->bind == PIPE_BIND_QUERY_BUFFER);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c58 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, 0, 0x1000);
H A Dfreedreno_query_hw.c311 .bind = PIPE_BIND_QUERY_BUFFER,
H A Dfreedreno_resource.c1061 debug_assert(prsc->bind == PIPE_BIND_QUERY_BUFFER);
1264 debug_assert(prsc->bind == PIPE_BIND_QUERY_BUFFER);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_query.c194 qbo->buffer = pipe_buffer_create(screen, PIPE_BIND_QUERY_BUFFER,
202 qbo->xfb_buffers[0] = pipe_buffer_create(screen, PIPE_BIND_QUERY_BUFFER,
212 qbo->xfb_buffers[i] = pipe_buffer_create(screen, PIPE_BIND_QUERY_BUFFER,
943 pres = pipe_buffer_create(pctx->screen, PIPE_BIND_QUERY_BUFFER, PIPE_USAGE_DEFAULT, sizeof(uint64_t));
H A Dzink_resource.c168 if (bind & PIPE_BIND_QUERY_BUFFER)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h462 #define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */ macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c197 return PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_formats.c520 if (usage & PIPE_BIND_QUERY_BUFFER) {
H A Diris_query.c917 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h492 #define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */ macro
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c220 return PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_query.c719 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_query.c670 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_context.c850 PIPE_BIND_QUERY_BUFFER, 0, size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1029 PIPE_BIND_COMMAND_ARGS_BUFFER | PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1080 PIPE_BIND_COMMAND_ARGS_BUFFER | PIPE_BIND_QUERY_BUFFER;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst3981 - zink: add PIPE_BIND_QUERY_BUFFER to the all-purpose resource creation path

Completed in 40 milliseconds