Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_trace_gallium.c44 .bind = PIPE_BIND_QUERY_BUFFER | PIPE_BIND_LINEAR, in u_trace_pipe_create_ts_buffer()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.h154 if (pbind & PIPE_BIND_QUERY_BUFFER) in pipe_to_virgl_bind()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.c68 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, in realloc_query_bo()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c58 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, 0, 0x1000); in realloc_query_bo()
H A Dfreedreno_query_hw.c311 .bind = PIPE_BIND_QUERY_BUFFER, in fd_hw_sample_init()
H A Dfreedreno_resource.c1083 assert(prsc->bind == PIPE_BIND_QUERY_BUFFER); in fd_resource_resize()
1286 assert(prsc->bind == PIPE_BIND_QUERY_BUFFER); in fd_resource_allocate_and_resolve()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h493 #define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */ macro
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_query.c670 res->bind_history |= PIPE_BIND_QUERY_BUFFER; in iris_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_query.c722 res->bind_history |= PIPE_BIND_QUERY_BUFFER; in crocus_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c350 qbo->buffers[i] = pipe_buffer_create(screen, PIPE_BIND_QUERY_BUFFER, in qbo_append()
1194 pres = pipe_buffer_create(pctx->screen, PIPE_BIND_QUERY_BUFFER, PIPE_USAGE_DEFAULT, sizeof(uint64_t)); in zink_render_condition()
H A Dzink_resource.c189 if (bind & PIPE_BIND_QUERY_BUFFER) in create_bci()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c887 PIPE_BIND_QUERY_BUFFER, 0, size); in panfrost_begin_query()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1094 PIPE_BIND_COMMAND_ARGS_BUFFER | PIPE_BIND_QUERY_BUFFER; in nvc0_screen_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp506 PIPE_BIND_COMMAND_ARGS_BUFFER | PIPE_BIND_QUERY_BUFFER; in d3d12_resource_from_handle()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c184 return PIPE_BIND_QUERY_BUFFER; in buffer_target_to_bind_flags()

Completed in 27 milliseconds