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 D | u_trace_gallium.c | 44 .bind = PIPE_BIND_QUERY_BUFFER | PIPE_BIND_LINEAR,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.h | 112 if (pbind & PIPE_BIND_QUERY_BUFFER)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_query_acc.c | 68 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.h | 149 if (pbind & PIPE_BIND_QUERY_BUFFER)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_query_hw.c | 128 hq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.c | 65 PIPE_BIND_QUERY_BUFFER, 0, 0x1000);
|
| H A D | freedreno_query_hw.c | 316 .bind = PIPE_BIND_QUERY_BUFFER,
|
| H A D | freedreno_resource.c | 809 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 D | freedreno_query_acc.c | 58 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, 0, 0x1000);
|
| H A D | freedreno_query_hw.c | 311 .bind = PIPE_BIND_QUERY_BUFFER,
|
| H A D | freedreno_resource.c | 1061 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 D | zink_query.c | 194 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 D | zink_resource.c | 168 if (bind & PIPE_BIND_QUERY_BUFFER)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 462 #define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */ macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 197 return PIPE_BIND_QUERY_BUFFER;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_formats.c | 520 if (usage & PIPE_BIND_QUERY_BUFFER) {
|
| H A D | iris_query.c | 917 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 492 #define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */ macro
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_bufferobjects.c | 220 return PIPE_BIND_QUERY_BUFFER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 719 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 670 res->bind_history |= PIPE_BIND_QUERY_BUFFER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_context.c | 850 PIPE_BIND_QUERY_BUFFER, 0, size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.c | 1029 PIPE_BIND_COMMAND_ARGS_BUFFER | PIPE_BIND_QUERY_BUFFER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_screen.c | 1080 PIPE_BIND_COMMAND_ARGS_BUFFER | PIPE_BIND_QUERY_BUFFER;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 3981 - zink: add PIPE_BIND_QUERY_BUFFER to the all-purpose resource creation path
|
Completed in 40 milliseconds