Searched refs:QueryCounterBits (Results 1 – 7 of 7) sorted by relevance
659 *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 …]
3467 } QueryCounterBits; member
199 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 …]
115 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i830CreateContext()
272 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i915CreateContext()
527 ctx->Const.QueryCounterBits.Timestamp = 36; in brw_initialize_context_constants()