Searched refs:constbufoffsets (Results 1 – 3 of 3) sorted by relevance
686 svga->state.hw_draw.constbufoffsets[shader][slot].handle != dst_handle || in emit_constbuf()687 svga->state.hw_draw.constbufoffsets[shader][slot].size != new_buf_size) { in emit_constbuf()720 svga->state.hw_draw.constbufoffsets[shader][slot].handle = dst_handle; in emit_constbuf()721 svga->state.hw_draw.constbufoffsets[shader][slot].size = new_buf_size; in emit_constbuf()799 svga->state.hw_draw.constbufoffsets[shader][0].size; in emit_consts_vgpu10()
401 struct svga_constant_buffer constbufoffsets[PIPE_SHADER_TYPES][SVGA_MAX_CONST_BUFS]; member
455 handle = svga->state.hw_draw.constbufoffsets[shader][i].handle; in validate_constant_buffers()