Searched refs:r600_tex_dim (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c103 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples) function in typeref:typename:unsigned
752 view->tex_resource_words[0] = (S_038000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) |
H A Devergreen_state.c173 static unsigned r600_tex_dim(struct r600_texture *rtex, function in typeref:typename:unsigned
828 dim = r600_tex_dim(tmp, params->target, texture->nr_samples);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c103 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples) function in typeref:typename:unsigned
755 view->tex_resource_words[0] = (S_038000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) |
H A Devergreen_state.c173 static unsigned r600_tex_dim(struct r600_texture *rtex, function in typeref:typename:unsigned
834 dim = r600_tex_dim(tmp, params->target, texture->nr_samples);

Completed in 31 milliseconds