Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDxgi.cpp298 struct pipe_resource *resource0 = CastPipeResource(RotateResourceIdentities->pResources[0]); in _RotateResourceIdentities() local
300 assert(resource0); in _RotateResourceIdentities()
301 LOG_UNSUPPORTED(resource0->last_level); in _RotateResourceIdentities()
309 temp_resource = screen->resource_create(screen, resource0); in _RotateResourceIdentities()
319 src_box.width = resource0->width0; in _RotateResourceIdentities()
320 src_box.height = resource0->height0; in _RotateResourceIdentities()
321 src_box.depth = resource0->depth0; in _RotateResourceIdentities()