Searched refs:QueryCounterBits (Results 1 – 9 of 9) sorted by relevance
702 *params = ctx->Const.QueryCounterBits.SamplesPassed; in _mesa_GetQueryIndexediv()713 *params = ctx->Const.QueryCounterBits.TimeElapsed; in _mesa_GetQueryIndexediv()716 *params = ctx->Const.QueryCounterBits.Timestamp; in _mesa_GetQueryIndexediv()719 *params = ctx->Const.QueryCounterBits.PrimitivesGenerated; in _mesa_GetQueryIndexediv()722 *params = ctx->Const.QueryCounterBits.PrimitivesWritten; in _mesa_GetQueryIndexediv()733 *params = ctx->Const.QueryCounterBits.VerticesSubmitted; in _mesa_GetQueryIndexediv()736 *params = ctx->Const.QueryCounterBits.PrimitivesSubmitted; in _mesa_GetQueryIndexediv()739 *params = ctx->Const.QueryCounterBits.VsInvocations; in _mesa_GetQueryIndexediv()742 *params = ctx->Const.QueryCounterBits.TessPatches; in _mesa_GetQueryIndexediv()745 *params = ctx->Const.QueryCounterBits.TessInvocations; in _mesa_GetQueryIndexediv()[all …]
3772 } 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()
277 ctx->Const.QueryCounterBits.SamplesPassed = 0; in i915CreateContext()
169 query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.Timestamp) - 1; in brw_queryobj_get_results()566 result &= (1ull << ctx->Const.QueryCounterBits.Timestamp) - 1; in brw_get_timestamp()
248 query->Base.Result &= (1ull << ctx->Const.QueryCounterBits.Timestamp) - 1; in gen6_queryobj_get_results()
492 ctx->Const.QueryCounterBits.Timestamp = 36; in brw_initialize_context_constants()