Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer_upload.c266 unsigned tobind_flags) in compatible_bind_flags() argument
268 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() argument
384 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() argument
997 if ((sbuf->bind_flags & tobind_flags) != tobind_flags) { in svga_buffer_handle()
[all …]
Dsvga_resource_buffer.h347 unsigned tobind_flags);