Home
last modified time | relevance | path

Searched refs:SVGA_SURFACE_STATE_INVALIDATED (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c585 if (stex->surface_state < SVGA_SURFACE_STATE_INVALIDATED) { in svga_validate_surface_view()
594 stex->surface_state = SVGA_SURFACE_STATE_INVALIDATED; in svga_validate_surface_view()
Dsvga_context.h111 SVGA_SURFACE_STATE_INVALIDATED, enumerator
Dsvga_resource_buffer_upload.c251 invalidated ? SVGA_SURFACE_STATE_INVALIDATED : in svga_buffer_create_host_surface()
Dsvga_resource_texture.c1102 tex->surface_state = SVGA_SURFACE_STATE_INVALIDATED; in svga_texture_create()