Home
last modified time | relevance | path

Searched refs:QueryCounterBits (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Dqueryobj.c699 *params = ctx->Const.QueryCounterBits.SamplesPassed; in _mesa_GetQueryIndexediv()
709 *params = ctx->Const.QueryCounterBits.TimeElapsed; in _mesa_GetQueryIndexediv()
712 *params = ctx->Const.QueryCounterBits.Timestamp; in _mesa_GetQueryIndexediv()
715 *params = ctx->Const.QueryCounterBits.PrimitivesGenerated; in _mesa_GetQueryIndexediv()
718 *params = ctx->Const.QueryCounterBits.PrimitivesWritten; in _mesa_GetQueryIndexediv()
729 *params = ctx->Const.QueryCounterBits.VerticesSubmitted; in _mesa_GetQueryIndexediv()
732 *params = ctx->Const.QueryCounterBits.PrimitivesSubmitted; in _mesa_GetQueryIndexediv()
735 *params = ctx->Const.QueryCounterBits.VsInvocations; in _mesa_GetQueryIndexediv()
738 *params = ctx->Const.QueryCounterBits.TessPatches; in _mesa_GetQueryIndexediv()
741 *params = ctx->Const.QueryCounterBits.TessInvocations; in _mesa_GetQueryIndexediv()
[all …]
Dmtypes.h3658 } QueryCounterBits; member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c199 radeon->glCtx.Const.QueryCounterBits.SamplesPassed = 32; in radeonInitContext()
201 radeon->glCtx.Const.QueryCounterBits.TimeElapsed = 0; in radeonInitContext()
202 radeon->glCtx.Const.QueryCounterBits.Timestamp = 0; in radeonInitContext()
203 radeon->glCtx.Const.QueryCounterBits.PrimitivesGenerated = 0; in radeonInitContext()
204 radeon->glCtx.Const.QueryCounterBits.PrimitivesWritten = 0; in radeonInitContext()
205 radeon->glCtx.Const.QueryCounterBits.VerticesSubmitted = 0; in radeonInitContext()
206 radeon->glCtx.Const.QueryCounterBits.PrimitivesSubmitted = 0; in radeonInitContext()
207 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0; in radeonInitContext()
208 radeon->glCtx.Const.QueryCounterBits.TessPatches = 0; in radeonInitContext()
209 radeon->glCtx.Const.QueryCounterBits.TessInvocations = 0; in radeonInitContext()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c199 radeon->glCtx.Const.QueryCounterBits.SamplesPassed = 32; in radeonInitContext()
201 radeon->glCtx.Const.QueryCounterBits.TimeElapsed = 0; in radeonInitContext()
202 radeon->glCtx.Const.QueryCounterBits.Timestamp = 0; in radeonInitContext()
203 radeon->glCtx.Const.QueryCounterBits.PrimitivesGenerated = 0; in radeonInitContext()
204 radeon->glCtx.Const.QueryCounterBits.PrimitivesWritten = 0; in radeonInitContext()
205 radeon->glCtx.Const.QueryCounterBits.VerticesSubmitted = 0; in radeonInitContext()
206 radeon->glCtx.Const.QueryCounterBits.PrimitivesSubmitted = 0; in radeonInitContext()
207 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0; in radeonInitContext()
208 radeon->glCtx.Const.QueryCounterBits.TessPatches = 0; in radeonInitContext()
209 radeon->glCtx.Const.QueryCounterBits.TessInvocations = 0; in radeonInitContext()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_context.c116 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i830CreateContext()
Di915_context.c278 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i915CreateContext()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_queryobj.c177 query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.Timestamp) - 1; in brw_queryobj_get_results()
570 result &= (1ull << ctx->Const.QueryCounterBits.Timestamp) - 1; in brw_get_timestamp()
Dgen6_queryobj.c249 query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.Timestamp) - 1; in gen6_queryobj_get_results()
Dbrw_context.c391 ctx->Const.QueryCounterBits.Timestamp = 36; in brw_initialize_context_constants()