HomeSort by relevance Sort by last modified time
    Searched refs:QueryCounterBits (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/main/
queryobj.c 659 *params = ctx->Const.QueryCounterBits.SamplesPassed;
669 *params = ctx->Const.QueryCounterBits.TimeElapsed;
672 *params = ctx->Const.QueryCounterBits.Timestamp;
675 *params = ctx->Const.QueryCounterBits.PrimitivesGenerated;
678 *params = ctx->Const.QueryCounterBits.PrimitivesWritten;
681 *params = ctx->Const.QueryCounterBits.VerticesSubmitted;
684 *params = ctx->Const.QueryCounterBits.PrimitivesSubmitted;
687 *params = ctx->Const.QueryCounterBits.VsInvocations;
690 *params = ctx->Const.QueryCounterBits.TessPatches;
693 *params = ctx->Const.QueryCounterBits.TessInvocations
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 199 radeon->glCtx.Const.QueryCounterBits.SamplesPassed = 32;
201 radeon->glCtx.Const.QueryCounterBits.TimeElapsed = 0;
202 radeon->glCtx.Const.QueryCounterBits.Timestamp = 0;
203 radeon->glCtx.Const.QueryCounterBits.PrimitivesGenerated = 0;
204 radeon->glCtx.Const.QueryCounterBits.PrimitivesWritten = 0;
205 radeon->glCtx.Const.QueryCounterBits.VerticesSubmitted = 0;
206 radeon->glCtx.Const.QueryCounterBits.PrimitivesSubmitted = 0;
207 radeon->glCtx.Const.QueryCounterBits.VsInvocations = 0;
208 radeon->glCtx.Const.QueryCounterBits.TessPatches = 0;
209 radeon->glCtx.Const.QueryCounterBits.TessInvocations = 0
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.c 115 ctx->Const.QueryCounterBits.SamplesPassed = 0;
i915_context.c 272 ctx->Const.QueryCounterBits.SamplesPassed = 0;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 527 ctx->Const.QueryCounterBits.Timestamp = 36;
    [all...]

Completed in 388 milliseconds