Home
last modified time | relevance | path

Searched refs:destroy_query (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_cb_queryobj.c73 pipe->destroy_query(pipe, stq->pq); in st_DeleteQuery()
113 pipe->destroy_query(pipe, stq->pq); in st_BeginQuery()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c73 pipe->destroy_query(pipe, stq->pq); in st_DeleteQuery()
113 pipe->destroy_query(pipe, stq->pq); in st_BeginQuery()
/external/mesa3d/src/gallium/tests/graw/
Docclusion-query.c200 info.ctx->destroy_query(info.ctx, q1); in draw()
201 info.ctx->destroy_query(info.ctx, q2); in draw()
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
Docclusion-query.c200 info.ctx->destroy_query(info.ctx, q1); in draw()
201 info.ctx->destroy_query(info.ctx, q2); in draw()
/external/mesa3d/src/gallium/drivers/i915/
Di915_query.c81 i915->base.destroy_query = i915_destroy_query; in i915_init_query_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_query.c81 i915->base.destroy_query = i915_destroy_query; in i915_init_query_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
Dr600_query.c123 rctx->context.destroy_query = r600_destroy_query; in r600_init_query_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_query.c123 rctx->context.destroy_query = r600_destroy_query; in r600_init_query_functions()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c179 llvmpipe->pipe.destroy_query = llvmpipe_destroy_query; in llvmpipe_init_query_funcs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_query.c179 llvmpipe->pipe.destroy_query = llvmpipe_destroy_query; in llvmpipe_init_query_funcs()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c226 softpipe->pipe.destroy_query = softpipe_destroy_query; in softpipe_init_query_funcs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_query.c226 softpipe->pipe.destroy_query = softpipe_destroy_query; in softpipe_init_query_funcs()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_query.c206 r300->context.destroy_query = r300_destroy_query; in r300_init_query_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c206 r300->context.destroy_query = r300_destroy_query; in r300_init_query_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h109 void (*destroy_query)(struct pipe_context *pipe, member
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_context.h109 void (*destroy_query)(struct pipe_context *pipe, member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_query.c263 pipe->destroy_query = nv30_query_destroy; in nv30_query_init()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c264 svga->pipe.destroy_query = svga_destroy_query; in svga_init_query_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_pipe_query.c264 svga->pipe.destroy_query = svga_destroy_query; in svga_init_query_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_query.c263 pipe->destroy_query = nv30_query_destroy; in nv30_query_init()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_pipe.c272 ctx->destroy_query = noop_destroy_query; in noop_create_context()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
Dnoop_pipe.c272 ctx->destroy_query = noop_destroy_query; in noop_create_context()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c389 pipe->destroy_query = nv50_query_destroy; in nv50_init_query_functions()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_query.c389 pipe->destroy_query = nv50_query_destroy; in nv50_init_query_functions()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c76 pipe->destroy_query(pipe, in identity_destroy_query()
886 id_pipe->base.destroy_query = identity_destroy_query; in identity_context_create()

12