Home
last modified time | relevance | path

Searched refs:tobind_flags (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer_upload.c283 unsigned tobind_flags) in compatible_bind_flags() argument
285 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() argument
397 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() argument
1005 if ((sbuf->bind_flags & tobind_flags) != tobind_flags) { in svga_buffer_handle()
[all …]
Dsvga_resource_buffer.h362 unsigned tobind_flags);