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

  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 775 static int r600_interpret_tiling(struct r600_screen *rscreen, uint32_t tiling_config)
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)
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/
radeonsi_pipe.c 589 static int evergreen_interpret_tiling(struct r600_screen *rscreen, uint32_t tiling_config)
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/
radeon_surface.c 197 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 & 0xf00) >> 8)
1194 uint32_t tiling_config; local
2023 uint32_t tiling_config; local
    [all...]

Completed in 126 milliseconds