Searched refs:dirty_constbufs (Results 1 – 3 of 3) sorted by relevance
641 unsigned dirty_constbufs; in emit_consts_vgpu10() local653 dirty_constbufs = svga->state.dirty_constbufs[shader] & ~1u; in emit_consts_vgpu10()655 while (dirty_constbufs) { in emit_consts_vgpu10()656 unsigned index = u_bit_scan(&dirty_constbufs); in emit_consts_vgpu10()707 svga->state.dirty_constbufs[shader] = 0; in emit_consts_vgpu10()
90 svga->state.dirty_constbufs[shader] |= (1 << index); in svga_set_constant_buffer()
503 unsigned dirty_constbufs[PIPE_SHADER_TYPES]; member