Home
last modified time | relevance | path

Searched refs:dirty_constbufs (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c975 unsigned dirty_constbufs; in emit_constbuf_vgpu10() local
979 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() local
1449 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()
Dsvga_pipe_constants.c115 svga->state.dirty_constbufs[shader] |= (1 << index); in svga_set_constant_buffer()
Dsvga_context.h648 unsigned dirty_constbufs[PIPE_SHADER_TYPES]; member