Searched refs:tex_resource (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h288 struct r600_resource *tex_resource; member in struct:r600_pipe_sampler_view
H A Dr600_state.c639 view->tex_resource = &tmp->resource;
751 view->tex_resource = &tmp->resource;
1794 reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, rview->tex_resource,
1796 r600_get_sampler_view_priority(rview->tex_resource));
H A Devergreen_state.c698 view->tex_resource = &tmp->resource;
961 view->tex_resource = &tmp->resource;
2352 reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, rview->tex_resource,
2354 r600_get_sampler_view_priority(rview->tex_resource));
H A Dr600_state_common.c420 if (view->tex_resource->gpu_address &&
421 view->tex_resource->b.b.target == PIPE_BUFFER)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h291 struct r600_resource *tex_resource; member in struct:r600_pipe_sampler_view
H A Dr600_state.c642 view->tex_resource = &tmp->resource;
754 view->tex_resource = &tmp->resource;
1797 reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, rview->tex_resource,
1799 r600_get_sampler_view_priority(rview->tex_resource));
H A Devergreen_state.c704 view->tex_resource = &tmp->resource;
967 view->tex_resource = &tmp->resource;
2358 reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, rview->tex_resource,
2360 r600_get_sampler_view_priority(rview->tex_resource));
H A Dr600_state_common.c425 if (view->tex_resource->gpu_address &&
426 view->tex_resource->b.b.target == PIPE_BUFFER)

Completed in 165 milliseconds