Searched refs:dirty_constbufs (Results 1 – 3 of 3) sorted by relevance
975 unsigned dirty_constbufs; in emit_constbuf_vgpu10() local979 dirty_constbufs = (svga->state.dirty_constbufs[shader]|enabled_constbufs) & ~1u; in emit_constbuf_vgpu10()981 while (dirty_constbufs) { in emit_constbuf_vgpu10()982 unsigned index = u_bit_scan(&dirty_constbufs); in emit_constbuf_vgpu10()1057 svga->state.dirty_constbufs[shader] = 0; in emit_constbuf_vgpu10()1445 unsigned dirty_constbufs; in update_rawbuf_mask() local1449 dirty_constbufs = (svga->state.dirty_constbufs[shader]|enabled_constbufs) & ~1u; in update_rawbuf_mask()1451 while (dirty_constbufs) { in update_rawbuf_mask()1452 unsigned index = u_bit_scan(&dirty_constbufs); in update_rawbuf_mask()
115 svga->state.dirty_constbufs[shader] |= (1 << index); in svga_set_constant_buffer()
648 unsigned dirty_constbufs[PIPE_SHADER_TYPES]; member