Searched refs:texture_buffer_sampler_view (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ | ||
| H A D | r600_state.c | 625 texture_buffer_sampler_view(struct r600_pipe_sampler_view *view, function in typeref:struct:pipe_sampler_view * 688 return texture_buffer_sampler_view(view, texture->width0, 1); |
| H A D | evergreen_state.c | 678 texture_buffer_sampler_view(struct r600_context *rctx, function in typeref:struct:pipe_sampler_view * 930 return texture_buffer_sampler_view(rctx, view, width0, height0); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ | ||
| H A D | r600_state.c | 628 texture_buffer_sampler_view(struct r600_pipe_sampler_view *view, function in typeref:struct:pipe_sampler_view * 691 return texture_buffer_sampler_view(view, texture->width0, 1); |
| H A D | evergreen_state.c | 684 texture_buffer_sampler_view(struct r600_context *rctx, function in typeref:struct:pipe_sampler_view * 936 return texture_buffer_sampler_view(rctx, view, width0, height0); |
Completed in 22 milliseconds