Searched refs:tobind_flags (Results 1 – 2 of 2) sorted by relevance
283 unsigned tobind_flags) in compatible_bind_flags() argument285 if ((bind_flags & tobind_flags) == tobind_flags) in compatible_bind_flags()287 else if ((bind_flags|tobind_flags) & PIPE_BIND_CONSTANT_BUFFER) in compatible_bind_flags()385 unsigned tobind_flags) in svga_buffer_validate_host_surface() argument397 bufsurf = svga_buffer_get_host_surface(sbuf, tobind_flags); in svga_buffer_validate_host_surface()400 if ((bufsurf->bind_flags & tobind_flags) == tobind_flags) { in svga_buffer_validate_host_surface()408 tobind_flags); in svga_buffer_validate_host_surface()422 tobind_flags); in svga_buffer_validate_host_surface()990 unsigned tobind_flags) in svga_buffer_handle() argument1005 if ((sbuf->bind_flags & tobind_flags) != tobind_flags) { in svga_buffer_handle()[all …]
362 unsigned tobind_flags);