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

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.c187 functions->BeginQuery = radeonBeginQuery;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_queryobj.c188 functions->BeginQuery = radeonBeginQuery;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c479 functions->BeginQuery = st_BeginQuery;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_queryobj.c263 * we measure the full time between BeginQuery and EndQuery. There's
268 * completion of the BeginQuery and EndQuery commands, or just time
343 /* No query->bo means that EndQuery was called after BeginQuery with no
617 functions->BeginQuery = brw_begin_query;
H A Dgen6_queryobj.c341 * we measure the full time between BeginQuery and EndQuery. There's
346 * completion of the BeginQuery and EndQuery commands, or just time
556 functions->BeginQuery = gen6_begin_query;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_queryobj.c263 * we measure the full time between BeginQuery and EndQuery. There's
268 * completion of the BeginQuery and EndQuery commands, or just time
343 /* No query->bo means that EndQuery was called after BeginQuery with no
616 functions->BeginQuery = brw_begin_query;
H A Dgfx6_queryobj.c340 * we measure the full time between BeginQuery and EndQuery. There's
345 * completion of the BeginQuery and EndQuery commands, or just time
555 functions->BeginQuery = gfx6_begin_query;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_queryobj.c486 functions->BeginQuery = st_BeginQuery;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dqueryobj.c61 * are used by BeginQuery." Since our implementation actually does
73 * Called via ctx->Driver.BeginQuery().
139 driver->BeginQuery = _mesa_begin_query;
468 * "BeginQuery generates an INVALID_OPERATION error if any of the
487 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
504 ctx->Driver.BeginQuery(ctx, q);
616 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
631 /* QueryCounter is implemented using EndQuery without BeginQuery
H A Ddd.h804 void (*BeginQuery)(struct gl_context *ctx, struct gl_query_object *q); member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dqueryobj.c62 * are used by BeginQuery." Since our implementation actually does
74 * Called via ctx->Driver.BeginQuery().
145 driver->BeginQuery = _mesa_begin_query;
471 * "BeginQuery generates an INVALID_OPERATION error if any of the
490 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
507 ctx->Driver.BeginQuery(ctx, q);
619 * command isn't needed for BeginQuery/EndQuery, but in the end, this also
634 /* QueryCounter is implemented using EndQuery without BeginQuery
H A Ddd.h893 void (*BeginQuery)(struct gl_context *ctx, struct gl_query_object *q); member in struct:dd_function_table
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp303 ctx->cmdlist->BeginQuery(q->query_heap, q->d3d12qtype, q->curr_query);
310 /* For PIPE_QUERY_TIME_ELAPSED we record one time with BeginQuery and one in
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_dd.c872 driver->BeginQuery = xmesa_begin_query;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_dd.c879 driver->BeginQuery = xmesa_begin_query;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1623 SVGA3D_DUMP_HEADER(BeginQuery)
2115 SVGA3D_DUMP_CASE_BASIC(BeginQuery, BEGIN_QUERY);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1623 SVGA3D_DUMP_HEADER(BeginQuery)
2115 SVGA3D_DUMP_CASE_BASIC(BeginQuery, BEGIN_QUERY);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c659 API_MARKER(BeginQuery, commandBuffer, queryPool, query, flags);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c674 SVGA3D_CREATE_COMMAND(BeginQuery, BEGIN_QUERY);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1082 { "glBeginQuery", _O(BeginQuery) },
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c674 SVGA3D_CREATE_COMMAND(BeginQuery, BEGIN_QUERY);
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp1082 { "glBeginQuery", _O(BeginQuery) },
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_dispatch.c3849 PFNGLBEGINQUERYPROC BeginQuery = __glGetProcAddress("glBeginQuery"); local in function:__glXDisp_BeginQuery
3851 BeginQuery(*(GLenum *) (pc + 0), *(GLuint *) (pc + 4));
H A Dindirect_dispatch_swap.c4240 PFNGLBEGINQUERYPROC BeginQuery = __glGetProcAddress("glBeginQuery"); local in function:__glXDispSwap_BeginQuery
4242 BeginQuery((GLenum) bswap_ENUM(pc + 0), (GLuint) bswap_CARD32(pc + 4));
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl_mangle.h65 #define glBeginQuery MANGLE(BeginQuery)

Completed in 58 milliseconds

12