Searched refs:tobind_flags (Results 1 – 2 of 2) sorted by relevance
313 unsigned tobind_flags) in compatible_bind_flags() argument315 if ((bind_flags & tobind_flags) == tobind_flags) in compatible_bind_flags()317 else if ((bind_flags|tobind_flags) & PIPE_BIND_CONSTANT_BUFFER) in compatible_bind_flags()320 (tobind_flags & (PIPE_BIND_SHADER_IMAGE | PIPE_BIND_SHADER_BUFFER))) in compatible_bind_flags()421 unsigned tobind_flags) in svga_buffer_validate_host_surface() argument436 bufsurf = svga_buffer_get_host_surface(sbuf, tobind_flags); in svga_buffer_validate_host_surface()439 if ((bufsurf->bind_flags & tobind_flags) == tobind_flags) { in svga_buffer_validate_host_surface()447 tobind_flags); in svga_buffer_validate_host_surface()463 tobind_flags); in svga_buffer_validate_host_surface()1050 unsigned tobind_flags) in svga_buffer_handle() argument[all …]
385 unsigned tobind_flags);