Searched refs:reemit (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_tss.c81 boolean reemit,
126 * We need to reemit non-null texture bindings, even when they are not
129 if (view->dirty || (reemit && view->v)) {
145 boolean reemit = svga->rebind.flags.texture_samplers; local in function:update_tss_binding
162 reemit,
175 reemit,
76 emit_tex_binding_unit(struct svga_context * svga,unsigned unit,const struct svga_sampler_state * s,const struct pipe_sampler_view * sv,struct svga_hw_view_state * view,boolean reemit,struct bind_queue * queue) argument
H A Dsvga_state_framebuffer.c59 boolean reemit = svga->rebind.flags.rendertargets; local in function:emit_fb_vgpu9
66 * We need to reemit non-null surface bindings, even when they are not
71 if ((curr->cbufs[i] != hw->cbufs[i]) || (reemit && hw->cbufs[i])) {
95 if ((curr->zsbuf != hw->zsbuf) || (reemit && hw->zsbuf)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_tss.c81 boolean reemit,
126 * We need to reemit non-null texture bindings, even when they are not
129 if (view->dirty || (reemit && view->v)) {
145 boolean reemit = svga->rebind.flags.texture_samplers; local in function:update_tss_binding
161 reemit,
175 reemit,
76 emit_tex_binding_unit(struct svga_context * svga,unsigned unit,const struct svga_sampler_state * s,const struct pipe_sampler_view * sv,struct svga_hw_view_state * view,boolean reemit,struct bind_queue * queue) argument
H A Dsvga_state_framebuffer.c59 boolean reemit = svga->rebind.flags.rendertargets; local in function:emit_fb_vgpu9
66 * We need to reemit non-null surface bindings, even when they are not
71 if ((curr->cbufs[i] != hw->cbufs[i]) || (reemit && hw->cbufs[i])) {
95 if ((curr->zsbuf != hw->zsbuf) || (reemit && hw->zsbuf)) {
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst305 ``reemit``
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2708 - iris: add INTEL_DEBUG=reemit
2866 - iris: reemit blend state for alpha test function changes
3163 - iris: reemit SBE when sprite coord origin changes
3227 - iris: Fix SO issue with INTEL_DEBUG=reemit, set fewer bits
H A D21.3.0.rst1198 - crocus/gen6: don't reemit the svbi when debugging
1209 - crocus/gen5: reemit shaders on gen5 after new program cache bo.
H A D7.10.rst1429 - dri/nouveau: Don't reemit the BO state in nouveau_state_emit().

Completed in 22 milliseconds