Searched refs:tiling_config (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c775 static int r600_interpret_tiling(struct r600_screen *rscreen, uint32_t tiling_config) argument
777 switch ((tiling_config & 0xe) >> 1) {
794 switch ((tiling_config & 0x30) >> 4) {
805 switch ((tiling_config & 0xc0) >> 6) {
818 static int evergreen_interpret_tiling(struct r600_screen *rscreen, uint32_t tiling_config) argument
820 switch (tiling_config & 0xf) {
837 switch ((tiling_config & 0xf0) >> 4) {
851 switch ((tiling_config & 0xf00) >> 8) {
866 uint32_t tiling_config = rscreen->info.r600_tiling_config; local
875 if (!tiling_config)
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c589 static int evergreen_interpret_tiling(struct r600_screen *rscreen, uint32_t tiling_config) argument
591 switch (tiling_config & 0xf) {
608 switch ((tiling_config & 0xf0) >> 4) {
622 switch ((tiling_config & 0xf00) >> 8) {
637 uint32_t tiling_config = rscreen->info.r600_tiling_config; local
642 if (!tiling_config)
645 return evergreen_interpret_tiling(rscreen, tiling_config);
/external/libdrm/radeon/
H A Dradeon_surface.c197 uint32_t tiling_config; local
202 &tiling_config);
214 switch ((tiling_config & 0xe) >> 1) {
233 switch ((tiling_config & 0x30) >> 4) {
246 switch ((tiling_config & 0xc0) >> 6) {
482 uint32_t tiling_config; local
487 &tiling_config);
499 switch (tiling_config & 0xf) {
518 switch ((tiling_config & 0xf0) >> 4) {
534 switch ((tiling_config
1194 uint32_t tiling_config; local
2022 uint32_t tiling_config; local
[all...]

Completed in 70 milliseconds