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.c313 unsigned tobind_flags) in compatible_bind_flags() argument
315 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() argument
436 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 …]
Dsvga_resource_buffer.h385 unsigned tobind_flags);