Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c103 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples) in r600_tex_dim() function
751 view->tex_resource_words[0] = (S_038000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) | in r600_create_sampler_view_custom()
Devergreen_state.c172 static unsigned r600_tex_dim(struct r600_texture *rtex, in r600_tex_dim() function
817 dim = r600_tex_dim(tmp, params->target, texture->nr_samples); in evergreen_fill_tex_resource_words()