HomeSort by relevance Sort by last modified time
    Searched refs:r600_tex_dim (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 172 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples) function
808 view->tex_resource_words[0] = (S_030000_DIM(r600_tex_dim(dim, texture->nr_samples)) |
    [all...]
r600_state.c 103 static unsigned r600_tex_dim(unsigned dim, unsigned nr_samples) function
750 view->tex_resource_words[0] = (S_038000_DIM(r600_tex_dim(texture->target, texture->nr_samples)) |
    [all...]

Completed in 71 milliseconds