HomeSort by: relevance | last modified time | path
    Searched refs:emitted (Results 1 - 25 of 36) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_pm4.c 103 if (sctx->emitted.array[idx] == state)
104 sctx->emitted.array[idx] = NULL;
140 struct si_pm4_state *state = sctx->emitted.array[i];
143 sctx->emitted.array[i] = NULL;
150 memset(&sctx->emitted, 0, sizeof(sctx->emitted));
si_state.h 252 /* The list of registers whose emitted values are remembered by si_context. */
466 ((sctx)->queued.named.member != (sctx)->emitted.named.member)
474 if (value && value != (sctx)->emitted.named.member) \
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_fence.c 120 * @emitted: Last seqno emitted by the kernel.
121 * @has_emitted: Whether we provide the emitted value.
127 uint32_t emitted,
140 emitted = ops->last_emitted;
141 if (emitted - signaled > (1 << 30))
142 emitted = signaled;
145 if (signaled == ops->last_signaled && emitted == ops->last_emitted)
149 if (!vmw_fence_seq_is_signaled(fence->seqno, signaled, emitted))
156 ops->last_emitted = emitted;
    [all...]
vmw_screen.h 260 uint32_t emitted,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
vmw_fence.c 120 * @emitted: Last seqno emitted by the kernel.
121 * @has_emitted: Whether we provide the emitted value.
127 uint32_t emitted,
140 emitted = ops->last_emitted;
141 if (emitted - signaled > (1 << 30))
142 emitted = signaled;
145 if (signaled == ops->last_signaled && emitted == ops->last_emitted)
149 if (!vmw_fence_seq_is_signaled(fence->seqno, signaled, emitted))
156 ops->last_emitted = emitted;
    [all...]
vmw_screen.h 242 uint32_t emitted,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_query.c 265 uint64_t emitted, generated; member in struct:fd6_primitives_sample::__anon1200
304 mesa_logd(" CHANNEL %d emitted\t0x%016" PRIx64 "\t0x%016" PRIx64
310 i, ps->start[i].emitted, ps->stop[i].emitted,
311 ps->stop[i].emitted - ps->start[i].emitted);
314 mesa_logd("generated %" PRIu64 ", emitted %" PRIu64, ps->result.generated,
315 ps->result.emitted);
422 primitives_relocw(ring, aq, result.emitted);
423 primitives_reloc(ring, aq, result.emitted);
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_pm4.c 116 if (idx != ~0 && sctx->emitted.array[idx] == state) {
117 sctx->emitted.array[idx] = NULL;
154 memset(&sctx->emitted, 0, sizeof(sctx->emitted));
si_state.h 235 /* The list of registers whose emitted values are remembered by si_context. */
423 ((sctx)->queued.named.member != (sctx)->emitted.named.member)
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i830_context.h 137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
i915_context.h 242 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
266 (i915)->state.emitted &= ~(flag); \
i915_vtbl.c 229 dirty = state->active & ~state->emitted;
231 state->emitted &= ~I915_UPLOAD_TEX_ALL;
232 dirty = state->active & ~state->emitted;
348 state->emitted |= dirty;
810 /* Mark all state as needing to be emitted when starting a new batchbuffer.
814 i915->state.emitted = 0;
i830_vtbl.c 375 return state->active & ~state->emitted;
472 state->emitted |= dirty;
853 i830->state.emitted = 0;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i830_context.h 137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
i915_context.h 242 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
266 (i915)->state.emitted &= ~(flag); \
i915_vtbl.c 230 dirty = state->active & ~state->emitted;
232 state->emitted &= ~I915_UPLOAD_TEX_ALL;
233 dirty = state->active & ~state->emitted;
349 state->emitted |= dirty;
811 /* Mark all state as needing to be emitted when starting a new batchbuffer.
815 i915->state.emitted = 0;
i830_vtbl.c 375 return state->active & ~state->emitted;
472 state->emitted |= dirty;
853 i830->state.emitted = 0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) {
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) {
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 114 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted)
123 if (emitted & (1 << const_idx))
160 texmask emitted = 0; local
165 emitted |= emit_texture(ring, ctx, verttex, i, emitted);
169 emitted |= emit_texture(ring, ctx, fragtex, i, emitted);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
fd2_emit.c 114 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted)
123 if (emitted & (1 << const_idx))
161 texmask emitted = 0; local
166 emitted |= emit_texture(ring, ctx, verttex, i, emitted);
170 emitted |= emit_texture(ring, ctx, fragtex, i, emitted);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_dri2.c 468 int emitted = 0; local
509 if (emitted == 0)
526 if (emitted == 0)
531 emitted++;
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_private.h 268 bool emitted; member in struct:vtn_function
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_private.h 233 bool emitted; member in struct:vtn_function
  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.c 1795 int height, emitted = 0; local
1852 if (emitted == 0)
1868 if (emitted == 0)
1872 emitted++;

Completed in 33 milliseconds

1 2