Searched refs:dirty_constbufs (Results 1 – 3 of 3) sorted by relevance
811 unsigned dirty_constbufs; in emit_constbuf_vgpu10() local815 dirty_constbufs = (svga->state.dirty_constbufs[shader]|enabled_constbufs) & ~1u; in emit_constbuf_vgpu10()817 while (dirty_constbufs) { in emit_constbuf_vgpu10()818 unsigned index = u_bit_scan(&dirty_constbufs); in emit_constbuf_vgpu10()862 svga->state.dirty_constbufs[shader] = 0; in emit_constbuf_vgpu10()
104 svga->state.dirty_constbufs[shader] |= (1 << index); in svga_set_constant_buffer()
536 unsigned dirty_constbufs[PIPE_SHADER_TYPES]; member