OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Timestamp
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_queryobj.c
74
* Emit PIPE_CONTROLs to write the current GPU
timestamp
into a buffer.
163
/* The query BO contains a single
timestamp
value in results[0]. */
166
/* Ensure the scaled
timestamp
overflows according to
169
query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.
Timestamp
) - 1;
262
/* For
timestamp
queries, we record the starting time right away so that
276
* We write a starting
timestamp
now (at index 0). At EndQuery() time,
277
* we'll write a second
timestamp
(at index 1), and subtract the two to
335
/* Write the final
timestamp
. */
526
brw_bo_alloc(brw->bufmgr, "
timestamp
query", 4096, BRW_MEMZONE_OTHER);
533
* Read the
TIMESTAMP
register immediately (in a non-pipelined fashion)
[
all
...]
gfx6_queryobj.c
54
* Other counters (occlusion queries and
timestamp
) are written by
242
/* The query BO contains a single
timestamp
value in results[0]. */
245
/* Ensure the scaled
timestamp
overflows according to
248
query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.
Timestamp
) - 1;
339
/* For
timestamp
queries, we record the starting time right away so that
353
* We write a starting
timestamp
now (at index 0). At EndQuery() time,
354
* we'll write a second
timestamp
(at index 1), and subtract the two to
brw_context.c
521
/* The
timestamp
register we can read for glGetTimestamp() is
525
* Once scaled to nanoseconds the
timestamp
would roll over at a
536
ctx->Const.QueryCounterBits.
Timestamp
= 36;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_queryobj.c
74
* Emit PIPE_CONTROLs to write the current GPU
timestamp
into a buffer.
163
/* The query BO contains a single
timestamp
value in results[0]. */
166
/* Ensure the scaled
timestamp
overflows according to
169
query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.
Timestamp
) - 1;
262
/* For
timestamp
queries, we record the starting time right away so that
276
* We write a starting
timestamp
now (at index 0). At EndQuery() time,
277
* we'll write a second
timestamp
(at index 1), and subtract the two to
335
/* Write the final
timestamp
. */
527
brw_bo_alloc(brw->bufmgr, "
timestamp
query", 4096, BRW_MEMZONE_OTHER);
534
* Read the
TIMESTAMP
register immediately (in a non-pipelined fashion)
[
all
...]
gen6_queryobj.c
55
* Other counters (occlusion queries and
timestamp
) are written by
243
/* The query BO contains a single
timestamp
value in results[0]. */
246
/* Ensure the scaled
timestamp
overflows according to
249
query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.
Timestamp
) - 1;
340
/* For
timestamp
queries, we record the starting time right away so that
354
* We write a starting
timestamp
now (at index 0). At EndQuery() time,
355
* we'll write a second
timestamp
(at index 1), and subtract the two to
brw_context.c
459
/* The
timestamp
register we can read for glGetTimestamp() is
463
* Once scaled to nanoseconds the
timestamp
would roll over at a
474
ctx->Const.QueryCounterBits.
Timestamp
= 36;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
queryobj.c
716
*params = ctx->Const.QueryCounterBits.
Timestamp
;
1038
ctx->Const.QueryCounterBits.
Timestamp
= 64;
mtypes.h
3834
GLuint
Timestamp
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
queryobj.c
703
*params = ctx->Const.QueryCounterBits.
Timestamp
;
1025
ctx->Const.QueryCounterBits.
Timestamp
= 64;
mtypes.h
3698
GLuint
Timestamp
;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_common_context.c
203
radeon->glCtx.Const.QueryCounterBits.
Timestamp
= 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_common_context.c
202
radeon->glCtx.Const.QueryCounterBits.
Timestamp
= 0;
Completed in 51 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026