Home
last modified time | relevance | path

Searched refs:PIPE_BIND_QUERY_BUFFER (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h142 if (pbind & PIPE_BIND_QUERY_BUFFER) in pipe_to_virgl_bind()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_acc.c68 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, in realloc_query_bo()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c58 PIPE_BIND_QUERY_BUFFER, 0, 0x1000); in realloc_query_bo()
Dfreedreno_query_hw.c315 .bind = PIPE_BIND_QUERY_BUFFER, in fd_hw_sample_init()
Dfreedreno_resource.c861 debug_assert(prsc->bind == PIPE_BIND_QUERY_BUFFER); in fd_resource_resize()
979 debug_assert(prsc->bind == PIPE_BIND_QUERY_BUFFER); in fd_resource_allocate_and_resolve()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h375 #define PIPE_BIND_QUERY_BUFFER (1 << 22) /* get_query_result_resource */ macro
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h481 #define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */ macro
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c203 return PIPE_BIND_QUERY_BUFFER; in buffer_target_to_bind_flags()
/external/mesa3d/src/gallium/drivers/iris/
Diris_query.c668 res->bind_history |= PIPE_BIND_QUERY_BUFFER; in iris_get_query_result_resource()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c1062 PIPE_BIND_COMMAND_ARGS_BUFFER | PIPE_BIND_QUERY_BUFFER; in nvc0_screen_create()