Searched refs:tex_resource (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe.h | 288 struct r600_resource *tex_resource; member in struct:r600_pipe_sampler_view
|
| H A D | r600_state.c | 639 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 D | evergreen_state.c | 698 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 D | r600_state_common.c | 420 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 D | r600_pipe.h | 291 struct r600_resource *tex_resource; member in struct:r600_pipe_sampler_view
|
| H A D | r600_state.c | 642 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 D | evergreen_state.c | 704 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 D | r600_state_common.c | 425 if (view->tex_resource->gpu_address && 426 view->tex_resource->b.b.target == PIPE_BUFFER)
|
Completed in 165 milliseconds