Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dqueryobj.c659 *params = ctx->Const.QueryCounterBits.SamplesPassed; in _mesa_GetQueryIndexediv()
669 *params = ctx->Const.QueryCounterBits.TimeElapsed; in _mesa_GetQueryIndexediv()
672 *params = ctx->Const.QueryCounterBits.Timestamp; in _mesa_GetQueryIndexediv()
675 *params = ctx->Const.QueryCounterBits.PrimitivesGenerated; in _mesa_GetQueryIndexediv()
678 *params = ctx->Const.QueryCounterBits.PrimitivesWritten; in _mesa_GetQueryIndexediv()
681 *params = ctx->Const.QueryCounterBits.VerticesSubmitted; in _mesa_GetQueryIndexediv()
684 *params = ctx->Const.QueryCounterBits.PrimitivesSubmitted; in _mesa_GetQueryIndexediv()
687 *params = ctx->Const.QueryCounterBits.VsInvocations; in _mesa_GetQueryIndexediv()
690 *params = ctx->Const.QueryCounterBits.TessPatches; in _mesa_GetQueryIndexediv()
693 *params = ctx->Const.QueryCounterBits.TessInvocations; in _mesa_GetQueryIndexediv()
[all …]
Dmtypes.h3467 } 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.c115 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i830CreateContext()
Di915_context.c272 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i915CreateContext()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c527 ctx->Const.QueryCounterBits.Timestamp = 36; in brw_initialize_context_constants()