Searched refs:tobind_flags (Results 1 – 2 of 2) sorted by relevance
266 unsigned tobind_flags) in compatible_bind_flags() argument268 if ((bind_flags & tobind_flags) == tobind_flags) in compatible_bind_flags()270 else if ((bind_flags|tobind_flags) & PIPE_BIND_CONSTANT_BUFFER) in compatible_bind_flags()372 unsigned tobind_flags) in svga_buffer_validate_host_surface() argument384 bufsurf = svga_buffer_get_host_surface(sbuf, tobind_flags); in svga_buffer_validate_host_surface()387 if ((bufsurf->bind_flags & tobind_flags) == tobind_flags) { in svga_buffer_validate_host_surface()395 tobind_flags); in svga_buffer_validate_host_surface()409 tobind_flags); in svga_buffer_validate_host_surface()982 unsigned tobind_flags) in svga_buffer_handle() argument997 if ((sbuf->bind_flags & tobind_flags) != tobind_flags) { in svga_buffer_handle()[all …]
347 unsigned tobind_flags);