Searched refs:QueryCounterBits (Results 1 – 9 of 9) sorted by relevance
699 *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 …]
3658 } 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 …]
116 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i830CreateContext()
278 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i915CreateContext()
177 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()
249 query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.Timestamp) - 1; in gen6_queryobj_get_results()
391 ctx->Const.QueryCounterBits.Timestamp = 36; in brw_initialize_context_constants()