Searched refs:emitted (Results 1 - 25 of 59) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c103 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));
H A Dsi_state.h252 /* 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.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c120 * @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;
125 vmw_fences_signal(struct pb_fence_ops * fence_ops,uint32_t signaled,uint32_t emitted,boolean has_emitted) argument
[all...]
H A Dvmw_screen.h242 uint32_t emitted,
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c120 * @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;
125 vmw_fences_signal(struct pb_fence_ops * fence_ops,uint32_t signaled,uint32_t emitted,boolean has_emitted) argument
[all...]
H A Dvmw_screen.h260 uint32_t emitted,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c265 uint64_t emitted, generated; member in struct:fd6_primitives_sample::__anon94d54ca90108
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/
H A Dsi_pm4.c116 if (idx != ~0 && sctx->emitted.array[idx] == state) {
117 sctx->emitted.array[idx] = NULL;
154 memset(&sctx->emitted, 0, sizeof(sctx->emitted));
H A Dsi_state.h235 /* 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.old/dist/src/mesa/drivers/dri/i915/
H A Di830_context.h137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
H A Di915_context.h242 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
266 (i915)->state.emitted &= ~(flag); \
H A Di915_vtbl.c230 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;
H A Di830_vtbl.c375 return state->active & ~state->emitted;
472 state->emitted |= dirty;
853 i830->state.emitted = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_context.h137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
H A Di915_context.h242 GLuint emitted; /* I915_UPLOAD_* */ member in struct:i915_hw_state
266 (i915)->state.emitted &= ~(flag); \
H A Di915_vtbl.c229 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;
H A Di830_vtbl.c375 return state->active & ~state->emitted;
472 state->emitted |= dirty;
853 i830->state.emitted = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c470 * 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) { argument
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c470 * 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) { argument
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c114 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted)
123 if (emitted & (1 << const_idx))
161 texmask emitted = 0; local in function:emit_textures
166 emitted |= emit_texture(ring, ctx, verttex, i, emitted);
170 emitted |= emit_texture(ring, ctx, fragtex, i, emitted);
113 emit_texture(struct fd_ringbuffer * ring,struct fd_context * ctx,struct fd_texture_stateobj * tex,unsigned samp_id,texmask emitted) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c114 struct fd_texture_stateobj *tex, unsigned samp_id, texmask emitted)
123 if (emitted & (1 << const_idx))
160 texmask emitted = 0; local in function:emit_textures
165 emitted |= emit_texture(ring, ctx, verttex, i, emitted);
169 emitted |= emit_texture(ring, ctx, fragtex, i, emitted);
113 emit_texture(struct fd_ringbuffer * ring,struct fd_context * ctx,struct fd_texture_stateobj * tex,unsigned samp_id,texmask emitted) argument
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_dri2.c468 int emitted = 0; local in function:dri2_page_flip
509 if (emitted == 0)
526 if (emitted == 0)
531 emitted++;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.0.3.rst156 - i965: Ensure that all necessary state is re-emitted if we run out of
H A D21.1.4.rst40 - [amdgpu][renoir][rx5500m]: [drm:0xffffffff8198ad5e] \*ERROR* ring gfx timeout, signaled seq=10952, emitted seq=10954
H A D10.2.7.rst130 - nv50/ir: avoid creating instructions that can't be emitted

Completed in 35 milliseconds

123