Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c811 unsigned dirty_constbufs; in emit_constbuf_vgpu10() local
815 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()
Dsvga_pipe_constants.c104 svga->state.dirty_constbufs[shader] |= (1 << index); in svga_set_constant_buffer()
Dsvga_context.h536 unsigned dirty_constbufs[PIPE_SHADER_TYPES]; member