Home | History | Annotate | Download | only in radeon

Lines Matching refs:tiling_config

197     uint32_t tiling_config;
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;
487 &tiling_config);
499 switch (tiling_config & 0xf) {
518 switch ((tiling_config & 0xf0) >> 4) {
534 switch ((tiling_config & 0xf00) >> 8) {
547 switch ((tiling_config & 0xf000) >> 12) {
1194 uint32_t tiling_config;
1199 &tiling_config);
1213 switch (tiling_config & 0xf) {
1232 switch ((tiling_config & 0xf0) >> 4) {
1248 switch ((tiling_config & 0xf00) >> 8) {
1261 switch ((tiling_config & 0xf000) >> 12) {
2023 uint32_t tiling_config;
2028 &tiling_config);
2043 switch (tiling_config & 0xf) {
2062 switch ((tiling_config & 0xf0) >> 4) {
2078 switch ((tiling_config & 0xf00) >> 8) {
2091 switch ((tiling_config & 0xf000) >> 12) {