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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c194 uint32_t spins = 0; local in function:nouveau_fence_wait
211 if (!spins)
213 spins++;
215 if (!(spins % 8)) /* donate a few cycles */
220 } while (spins < NOUVEAU_FENCE_MAX_SPINS);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c210 uint32_t spins = 0; local in function:nouveau_fence_wait
227 if (!spins)
229 spins++;
231 if (!(spins % 8)) /* donate a few cycles */
236 } while (spins < NOUVEAU_FENCE_MAX_SPINS);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.6.rst39 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
H A D18.3.0.rst288 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
H A D19.0.0.rst104 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
H A D20.1.0.rst156 - VulkanCTS uniform_buffer_block_geom spins forever
H A D20.2.0.rst111 - [ACO] Compiling pipelines from RPCS3's shader interpreter spins forever in ACO code
H A D20.3.0.rst167 - \[ACO\] Compiling pipelines from RPCS3's shader interpreter spins forever in ACO code

Completed in 23 milliseconds